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

Alberto Luaces aluaces at udc.es
Mon Dec 18 04:34:56 PST 2017


"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



More information about the osg-users mailing list