Ákos Balázs wrote: >> On an MSVS console I called >> python Tools\scons-local\scons.py BoostBaseDir=k:/boost/boost_1_35_0 >> enable_unittest=false type_var=debug MSVS_VERSION=9.0 >> >> > Just as a shot in the dark, possibly you need to call scons with the > environment variables that are set by e.g. the "Visual Studio Command > Prompt" script are set when you call scons, e.g. cl.exe must be in > your %PATH% (and possibly other stuff). It's a common pitfall (at > least on "./configure" based systems) that the compiler isn't found, > but the error message says some external lib is not found because the > testprogram fails to compile -- since there's no compiler to be found. > Is cl.exe found when you just type it to a shell window? > > Hi, that is what I meant by "MSVS console". So in the console, or VS Command Prompt as You call it, cl add everything is found properly. But as I already found out, scons is not using environment variables per default (its a feature for not having env. vars influence the build step).
I had a look at SConstruct but could not make out, where the problem may be. Could also be a problem with calling boost.py, but I have no experience with python. Cheers, Volker -- ------------------------------------------------------- Volker Settgast Computer Graphics tel: +43 316 873-5406 TU Graz fax: +43 316 873-5402 Inffeldgasse 16c eMail: [EMAIL PROTECTED] A-8010 Graz ------------------------------------------------------------------------- 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
