I am trying to compile openframeworks on my Jetson TK1 by using linux/compileOF.sh and I notice that the makefiles for all the examples are missing. I dont know if this script is supposed to create them but the only clue i have is that at the end of the log there is an error:
chown: cannot access ‘…/lib/linux/*’: No such file or directory
building + ../../examples/math/noise1dExample
make: Entering directory `/home/ubuntu/Downloads/test/openFrameworks/examples/math/noise1dExample'
make: *** No rule to make target `Debug'. Stop.
make: Leaving directory `/home/ubuntu/Downloads/test/openFrameworks/examples/math/noise1dExample'
error compiling ../../examples/math/noise1dExample
ubuntu@tegra-ubuntu:~/Downloads/test/openFrameworks/scripts/linux$ ./compileOF.sh
HOST_OS=Linux
HOST_ARCH=armv7l
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-2.0 glesv1_cm glesv2 egl
HOST_OS=Linux
HOST_ARCH=armv7l
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-2.0 glesv1_cm glesv2 egl
make[1]: `DebugABI' is up to date.
HOST_OS=Linux
HOST_ARCH=armv7l
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-2.0 glesv1_cm glesv2 egl
Done!
HOST_OS=Linux
HOST_ARCH=armv7l
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-2.0 glesv1_cm glesv2 egl
HOST_OS=Linux
HOST_ARCH=armv7l
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-2.0 glesv1_cm glesv2 egl
make[1]: Nothing to be done for `ReleaseABI'.
HOST_OS=Linux
HOST_ARCH=armv7l
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-2.0 glesv1_cm glesv2 egl
Done!
chown: cannot access '../lib/linux/*': No such file or directory
ubuntu@tegra-ubuntu:~/Downloads/test/openFrameworks/scripts/linux$