[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
HelpHandler.cpp
CompositeViewer.cpp
Generating Code...
Linking...
LINK : fatal error LNK1104: cannot open file '..\..\lib\osgGAd.obj'



It give these fatal error for every namespace (osg; osgDB, osgUtil.
etc). What is the reason of this problem? Any idea?
Thanks so much.

Umit UZUN
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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

 Compiling...
 PixelBufferWin32.cpp
 GraphicsWindowWin32.cpp

 ViewerEventHandlers.cpp
 ViewerBase.cpp
 Viewer.cpp
 View.cpp
 Version.cpp
 StatsHandler.cpp
 Scene.cpp
 Renderer.cpp
 HelpHandler.cpp
 CompositeViewer.cpp
 Generating Code...
 Linking...
 LINK : fatal error LNK1104: cannot open file '..\..\lib\osgGAd.obj'



 It give these fatal error for every namespace (osg; osgDB, osgUtil.
 etc). What is the reason of this problem? Any idea?
 Thanks so much.

 Umit UZUN



 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




-- 
Serge Lages
http://www.tharsis-software.com
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 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
HelpHandler.cpp
CompositeViewer.cpp
Generating Code...
Linking...
LINK : fatal error LNK1104: cannot open file '..\..\lib\osgGAd.obj'






It give these fatal error for every namespace (osg; osgDB, 
osgUtil. etc). What is the reason of this problem? Any idea?

Thanks so much.

Umit UZUN




___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
  

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 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 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
 HelpHandler.cpp
 CompositeViewer.cpp
 Generating Code...
 Linking...
 LINK : fatal error LNK1104: cannot open file '..\..\lib\osgGAd.obj'




 It give these fatal error for every namespace (osg; osgDB, osgUtil.
 etc). What is the reason of this problem? Any idea?
 Thanks so much.

 Umit UZUN


 

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org