ShuffleWire
ShuffleWire
Thank @maehne for your detailed explanation. I do completely get your position, no worries ! I will continue to work on my design using Logisim anyway :) Cheers !
What happens when you install it ? Do you have any error message ?
do you have qt installed on your jetson ? did you read https://github.com/cyberbotics/webots/wiki/Linux-installation/#install-prerequisites-packages ? also, reading https://forum.qt.io/topic/123045/bin-sh-1-syntax-error-unexpected/3 do you have proper environment variables ? what does you WEBOTS_HOME look like...
did you alter the scripts in any way ?
Could you please check the content of build/release/WbZoom.moc.cpp to see if there is anything weird in it ?
yes, in fact the file in not generate, the error come from the moc generation... in webots/src/webots/Makefile line 666, is the command line that fail I do think that some...
i'm tring to display the line executed on my end, to check for error potential
in webots/src/webots/Makefile line 666 after `@echo "# moc-generating" $@ ` add `@echo @$(MOC) $(MOC_FLAGS) $(INCLUDE:-isystem:-I) $< -o $@` make clean && make does your line looks like `@../../bin/qt/moc nodes/WbZoom.hpp -o...
FYI, moc file for the core should be in webots/src/webots/build/release build you need to interrupt make juste after moc generation to see them, i expect them the be deleted as...
I've read on multiple forum that you should be checking what your sh interpreter is. It should be bash, but it look like dash could be used and causse trouble...