Hello Johannes,

> Datum: Mon, 18 Oct 2010 18:16:05 +0200
> Von: "Schaefer Johannes" <johannes.schae...@ipk.fraunhofer.de>
> 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.

if the above does not work the build script is likely not really prepared to 
deal with a missing glut (it probably accepts "no" as argument because it 
shares the option parsing code with truly optional libs).

> 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?

I don't have a 64 bit windows. However, OpenSG 2 has some very helpful cmake 
scripts that can build its dependencies (especially glut, image libs) and the 
resulting libs should work with 1.x as well.
Take a look at the Support directory in a OpenSG 2 source tree and follow the 
instructions in the ReadMe.txt file.
That should allow you get the dependencies built fairly quickly and will also 
give you a much more functional OpenSG build.

    Cheers,
       Carsten
-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail

------------------------------------------------------------------------------
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