Hello Andreas,

Andreas Halm wrote:
> This is exactly my problem. My source code is outside the OpenSG tree and I
> do not have a directory where all the OpenSG header files are in, so the
> above mentioned headers can not be found. IIrc, OpenSG 1.8 did copy all the
> headers into one directory when "making", but 2.0 didn't.

hm, perhaps the scons build system does that, but the configure/make one 
only does it when you do a make install. If you install 2.0 you get the 
same thing and you can set the destination by passing 
-DCMAKE_INSTALL_PREFIX=<somedir> to cmake; headers will end up in 
<somedir>/include/OpenSG/OSG*.h
You can set <somedir> to a subdirectory of your build dir for example 
(I'd be careful with setting it to the build dir itself, because of the 
potential for name clashes).

        Cheers,
                Carsten

------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to