Re: [osg-users] how to buildethe debug version of osg under Linux?

2013-01-18 Thread rocco martino
Hi, move to the OSG folder and type: cmake . -DCMAKE_BUILD_TYPE=Debug Have a nice day, Martino 2013/1/18 Lv Qing donlvq...@msn.com Hi, When I cmake the osg source under Linux,it seems to bulid the release version by default.Just want to know how to bulid the debug version :) ...

Re: [osg-users] how to buildethe debug version of osg under Linux?

2013-01-18 Thread Jan Ciger
On Fri, Jan 18, 2013 at 5:24 AM, Lv Qing donlvq...@msn.com wrote: Hi, When I cmake the osg source under Linux,it seems to bulid the release version by default.Just want to know how to bulid the debug version :) Run ccmake or cmake-gui and change build type variable to Debug. You can

Re: [osg-users] how to buildethe debug version of osg under Linux?

2013-01-18 Thread Cary, Karl A.
18, 2013 4:31 AM To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] how to buildethe debug version of osg under Linux? On Fri, Jan 18, 2013 at 5:24 AM, Lv Qing donlvq...@msn.com wrote: Hi, When I cmake the osg source under Linux,it seems to bulid the release version

Re: [osg-users] how to buildethe debug version of osg under Linux?

2013-01-18 Thread Jan Ciger
On Fri, Jan 18, 2013 at 1:01 PM, Cary, Karl A. karl.a.c...@saic.com wrote: Remember that by default OSG will append a ā€˜dā€™ to the library name so make sure your build system for your application handles that when building in debug mode, otherwise it will continue to link to the normal

Re: [osg-users] how to buildethe debug version of osg under Linux?

2013-01-18 Thread Cary, Karl A.
to buildethe debug version of osg under Linux? On Fri, Jan 18, 2013 at 1:01 PM, Cary, Karl A. karl.a.c...@saic.com wrote: Remember that by default OSG will append a 'd' to the library name so make sure your build system for your application handles that when building in debug mode, otherwise

[osg-users] how to buildethe debug version of osg under Linux?

2013-01-17 Thread Lv Qing
Hi, When I cmake the osg source under Linux,it seems to bulid the release version by default.Just want to know how to bulid the debug version :) ... Thank you! Cheers, Lv -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=52005#52005