[osg-users] Debug Errors on Windows Visual Studio 2003

2008-07-10 Thread Ümit Uzun
Hi All, I am trying to debug osg2.4 source on VS2003 but it prompted me lots of linker error like below. Output Window Compiling... PixelBufferWin32.cpp GraphicsWindowWin32.cpp ViewerEventHandlers.cpp ViewerBase.cpp Viewer.cpp View.cpp Version.cpp StatsHandler.cpp Scene.cpp Renderer.cpp

Re: [osg-users] Debug Errors on Windows Visual Studio 2003

2008-07-10 Thread Serge Lages
Hi, It's seems to be a CMake version problem, for OSG 2.4 you need CMake 2.4, and not the 2.6. On Thu, Jul 10, 2008 at 10:57 AM, Ümit Uzun [EMAIL PROTECTED] wrote: Hi All, I am trying to debug osg2.4 source on VS2003 but it prompted me lots of linker error like below. Output Window

Re: [osg-users] Debug Errors on Windows Visual Studio 2003

2008-07-10 Thread Nick Bryan
This is frustrating the hell out of me as well! I think it is related to the settings given to cmake and the fact vs includes \debug\ or \release\ in the path which gives too much depth for the relative path to work. Ümit Uzun wrote: Hi All, I am trying to debug osg2.4 source on VS2003 but

Re: [osg-users] Debug Errors on Windows Visual Studio 2003

2008-07-10 Thread Ümit Uzun
Hi All, Thanks for reply. The reason is cmake version. I install the Cmake2.4.8 instead of CMake2.6 and the problem get solved. Umit UZUN 2008/7/10 Nick Bryan [EMAIL PROTECTED]: This is frustrating the hell out of me as well! I think it is related to the settings given to cmake and the fact