Re: [Scons-dev] [Fwd: [Scons-users] [patch] SCons fails to run in standalone mode]

2013-07-08 Thread Managan, Rob
Does anyone else use the method of setting the environment variable SCONS_LIB_DIR as mentioned in the README.rst? I should point out that the syntax is messed up there. When testing stuff myself I just use, in the top level of the checked out scons, for shell or tcshell setenv MYSCONS `pwd`/src

Re: [Scons-dev] [Fwd: [Scons-users] [patch] SCons fails to run in standalone mode]

2013-07-08 Thread Managan, Rob
Hi Dirk, In that revision this is what I see in README.rst $ setenv MYSCONS=`pwd`/src $ setenv SCONS_LIB_DIR=$MYSCONS/engine $ python $MYSCONS/script/scons.py [arguments] For cshell you don't want the = in the setenv statement. (of course I am assuming any spaces in the directory names are

Re: [Scons-dev] [Fwd: [Scons-users] [patch] SCons fails to run in standalone mode]

2013-07-08 Thread Dirk Bächle
On 08.07.2013 18:32, Managan, Rob wrote: [...] For a bash shell then the equal sign is correct but you need to change setenv to export. That is what I was trying to convey in the first email. Ahhh, okay. I got it now. Maybe we should take some action about this. Instead of all this long