Hi Zach & Gazi, On 4/2/07, Gazi Alankus <[EMAIL PROTECTED]> wrote:
Yes you should do "make debug" and "make instlinks" instead of 'make install" and don't remove your sources from where they are. This makes sure that the relative paths stored in the libraries are valid and the sources are found for debugging to work.
This is the way to do it with 1.2 and before, and with the old GNUmakefile build system still in SVN - but its being replaced by CMake version soon. The CMake build doesn't have support for using links, and make debug doesn't work, rather you select the debug build through the build configuration done in the root of the OSG source directory using "ccmake ." When it does build it will build debug versions of all the files and place a d after the libs and applications as is done under Windows. We may or may not stick with this Windows style approach under unix, but for the time being I'm giving it a try. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
