Hi, I built OSG in this mode (please, note the double dots at end):
Code: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/Users/alex/Programs/OpenSceneGraph -DBOOST_ROOT=/Users/alessio/Programs/Boost156 .. and I use it in this mode (after I setted up the environment): Code: clang++ -std=c++11 -Wall -pedantic `pkg-config --cflags --libs openscenegraph` -O0 -g -o game main.cpp Where are the problems? Thank you! Cheers, Alessio ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=61081#61081 _______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org