Hi, i compile fine the of code and seems all ok but when i tried to execute any compiled of app i always received the same SIGSEGV error:
0 0x00007ffff39ea62a in boost::filesystem::path::root_directory() const () from /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
1 0x00007ffff39e3290 in boost::filesystem::absolute(boost::filesystem::path const&, boost::filesystem::path const&) ()
from /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
2 0x0000000000540b59 in of::priv::initutils() ()
3 0x000000000057d99d in ofInit() ()
4 0x000000000057e1b5 in ofSetupOpenGL(int, int, ofWindowMode) ()
5 0x000000000041a367 in main ()
Any help about this error? Thanks!