Re: [osg-users] Building sln for VS 9 with CMAKE results in wrong Paths

2008-06-10 Thread Jean-Sébastien Guay
Hello Samuel, Unfortunately each project links against dependencies in a similar way like this-> $(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\lib\osgGAd ..\..\lib\osgUtild ..\..\lib\osgd ..\..\lib\Op

Re: [osg-users] Building sln for VS 9 with CMAKE results in wrong Paths

2008-06-10 Thread Vincent Bourdier
Hello I had the problem, and I solve it using other version or Cmake Cmake 2.4 for osg2.4 Cmake 2.6 for osg2.5.1 (with VS2005... don't know with VS9) 2008/6/10 Ariasgore <[EMAIL PROTECTED]>: > Hello, > > I am trying to build OSG from source, so I followed the explanations > http://www.openscen

[osg-users] Building sln for VS 9 with CMAKE results in wrong Paths

2008-06-10 Thread Ariasgore
Hello, I am trying to build OSG from source, so I followed the explanations http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/VisualStudio Now I got the sln File, opened it, tried to build and ended with sth like 150 LNK Errors. I use the standard folder configuratio