"Bernd Hahnebach" writes: > Hi, > > I have been trying to compile OSG on Debian Jessie > > here is what I did. > > Code: > git clone https://github.com/openscenegraph/OpenSceneGraph -b > OpenSceneGraph-3.4 osg34 > mkdir build > cd build > cmake -DCMAKE_BUILD_TYPE=Debug ../osg34 > > > > > I had no errors but in build/include there are nearly no includes. On > my system in /usr/include (installed by packagemanager) I have lots of > osg includes like osgDB, osgFX, osgGA, osgManipulator, osgText, > osgUtil ... but in my build/include they are all misssing ! > > Has anyone an idea what did I miss?
Nothing :-) Those files are not generated, but copied straight from the source to your installation location when performing the install. -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

