Hello,


I'm trying to compile OpenSG 1.8 (most recent version from the cvs) under 
Windows 7 64Bit with scons. My commandoline is



scons compiler=msvc90x64 type=dbg glut=no exr=no stlport=no text=no gif=no 
tif=no jpg=no png=no zlib=no jasper=no



I've tried to disable all external libs because I have not the 64 bit version 
of the libs. But the build script always tried to create GLUT libs and fail. 
The commandoline flag seams not to work. Have anybody the 64 bit version of 
glut (and libjpeg, libtiff,... too)? Or how can I disable GLUT in the right way?



Here my output:

scons: Reading SConscript files ...

Detected environment: win32-msvc90x64

scons: done reading SConscript files.

scons: Building targets ...

link /nologo /FORCE:MULTIPLE /NODEFAULTLIB /incremental:no /DEBUG /dll 
/out:Build\win32-msvc90x64\Source\WindowSystem\GLUT\OSGWindowGLUTD.dll 
/implib:Build\win32-msvc90x64\Source\WindowSystem\GLUT\OSGWindowGLUTD.lib 
/LIBPATH:Build\win32-msvc90x64\installed\lib user32.lib kernel32.lib winmm.lib 
wsock32.lib oldnames.lib msvcprtd.lib msvcrtd.lib OSGSystemD.lib OSGBaseD.lib 
Build\win32-msvc90x64\Source\WindowSystem\GLUT\dbg\OSGGLUTWindow.obj 
Build\win32-msvc90x64\Source\WindowSystem\GLUT\dbg\OSGGLUTWindowBase.obj

   Bibliothek 
"Build\win32-msvc90x64\Source\WindowSystem\GLUT\OSGWindowGLUTD.lib" und Objekt 
"Build\win32-msvc90x64\Source\WindowSystem\GLUT\OSGWindowGLUTD.exp" werden 
erstellt.

OSGGLUTWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes 
Symbol "__imp_glutSetWindow" in Funktion ""public: virtual void __cdecl 
osg::GLUTWindow::activate(void)" (?activ...@glutwindow@osg@@UEAAXXZ)".

OSGGLUTWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes 
Symbol "__imp_glutGetWindow" in Funktion ""public: virtual void __cdecl 
osg::GLUTWindow::activate(void)" (?activ...@glutwindow@osg@@UEAAXXZ)".

OSGGLUTWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes 
Symbol "__imp_glutSwapBuffers" in Funktion ""public: virtual void __cdecl 
osg::GLUTWindow::swap(void)" (?s...@glutwindow@osg@@UEAAXXZ)".

Build\win32-msvc90x64\Source\WindowSystem\GLUT\OSGWindowGLUTD.dll : fatal error 
LNK1120: 3 nicht aufgelöste externe Verweise.

scons: building terminated because of errors.



Many thanks,

Johannes.

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to