Hi, On Thu, 2008-08-28 at 14:39 +0200, Dominik Rau wrote: > Hi. > > After everything is up and running on Linux, I'm fighting with the 2.0 > Windows build. The basics seem to work fine. If I use my Windows > command line and enter > > D:\Libs\OpenSG2>python Tools\scons-local\scons.py > enable_unittests=false MSVS_VERSION=8.0 BoostBaseDir=d:\Lib > \boost_1_35_0 var_type=optimized -j2 > > everything works fine. However, I really would like to use things like > jpeg, png, glut etc., but scons seems to be unable to find them, no > matter what I specify. > > For example, I downloaded GLUT ( http://www.xmission.com/~nate/ > glut.html )and put it to D:\Libs\glut-3.7.6-bin . But no matter what I > add to the command line (glut=d:\Libs\glut... or glut_incdir and > glut_libdir...), I get a > > Checking for C++ library glut32... (cached) no > Validation failed for option: glut
that looks more like you have to update the cache. Could you try to add --config=force to your command line and try again. If this still does not help sconf.log_... should tell you what happens while scons try to configure glut. kind regards, gerrit ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
