Hi,

On Thu, 2008-09-04 at 10:15 +0200, Volker Settgast wrote:
> Á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.

it could be that the  Tools\scons-local\scons.py  is to old. I did not
have time to test VS9 so far. Unfortunately I'm not near a Windows
machine right now. The only option I could think of is to download a
newer version of scons and use that one instead of the one coming with
OpenSG, though I can not promise that it will work.

I'll try to look into it as soon as I'm near a windows machine again.

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

Reply via email to