[Scons-dev] [Fwd: [Scons-users] [patch] SCons fails to run in standalone mode]
Managan, Rob
managan1 at llnl.gov
Mon Jul 8 10:55:28 EDT 2013
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
setenv SCONS_LIB_DIR $MYSCONS/engine
or in bash
export MYSCONS=`pwd`/src
export SCONS_LIB_DIR=$MYSCONS/engine
And then I just run scones and it grabs all the files from the directory I
specified.
It has always worked like a charm.
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Rob Managan email managan at llnl.gov
LLNL phone: 925-423-0903
P.O. Box 808, L-095 FAX: 925-422-3389
Livermore, CA 94551-0808
On 7/6/13 1:49 AM, "Russel Winder" <russel at winder.org.uk> wrote:
>Switching this to the Dev list. Has anyone fixed this bootstrap.py issue
>already?
>
>-------- Forwarded Message --------
>> From: H. S. Teoh <hsteoh at quickfur.ath.cx>
>> Reply-to: SCons users mailing list <scons-users at scons.org>
>> To: SCons users mailing list <users at scons.tigris.org>
>> Subject: [Scons-users] [patch] SCons fails to run in standalone mode
>> Date: Mon, 1 Jul 2013 08:02:17 -0700
>>
>> This was originally posted to the D mailing list, but reposting here
>> upon Russel's suggestion.
>>
>> I used to be able to run SCons directly by invoking
>> /path/to/bootstrap.py, but the latest version of SCons fails to find the
>> appropriate files and aborts upon startup. Upon closer inspection, I
>> found that it was making a wrong assumption about the path to said files
>> (it assumes cwd = SCons root when it's still in the user's cwd).
>>
>> The attached patch fixes this problem for me.
>>
>> Hope this helps. Thanks!
>>
>>
>> T
>>
>> --
>> To err is human; to forgive is not our policy. -- Samuel Adler
>> _______________________________________________
>> Scons-users mailing list
>> Scons-users at scons.org
>> http://four.pairlist.net/mailman/listinfo/scons-users
>
>--
>Russel.
>==========================================================================
>===
>Dr Russel Winder t: +44 20 7585 2200 voip:
>sip:russel.winder at ekiga.net
>41 Buckmaster Road m: +44 7770 465 077 xmpp: russel at winder.org.uk
>London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
More information about the Scons-dev
mailing list