Re: [osg-users] [build] compile osg on Debian Jessie, after build there are inclue files missing

2017-12-18 Thread Bernd Hahnebach
Seams I found it myself. Only building does only building :O the includes are not copied to the build directory. I need to use the include directory of the source and the lib ob the build if I would use osg but would not install it on the system ... bernd -- Read this topic o

Re: [osg-users] [build] compile osg on Debian Jessie, after build there are inclue files missing

2017-12-18 Thread Alberto Luaces
"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

Re: [osg-users] [build] compile osg on Debian Jessie, after build there are inclue files missing

2017-12-18 Thread Bernd Hahnebach
attached a screen of all the files in the build include. There is no real source code file to include ?! -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=72596#72596 Attachments: http://forum.openscenegraph.org//files/osgdev_286.jpg __

[osg-users] [build] compile osg on Debian Jessie, after build there are inclue files missing

2017-12-18 Thread Bernd Hahnebach
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