Hi there,
I recently got a Jetson Nano 4GB and I am having trouble installing OF.
I followed the steps from these two page:
After successfully installing all dependencies, compileOF.sh gives me the error below. I tried a couple of times from a freshly flashed OS as well as an older version of OF, but without any luck.
In file included from /home/ch3/dev/openFrameworks/libs/openFrameworks/events/ofEvents.h:3:0,
from /home/ch3/dev/openFrameworks/libs/openFrameworks/events/ofEvents.cpp:1:
/home/ch3/dev/openFrameworks/libs/openFrameworks/utils/ofConstants.h:480:10: fatal error: filesystem: No such file or directory
#include <filesystem>
^~~~~~~~~~~~
compilation terminated.
I am not as experienced with troubleshooting linking issues especially in linux environments, so any pointers would be highly appreciated
thank you
6 posts - 2 participants