[Scons-dev] Getting started with the SCons code base~

Dirk Bächle tshortik at gmx.de
Sat Jul 12 12:43:08 EDT 2014


On 12.07.2014 18:28, William Blevins wrote:
> I run my test:
>
>
>     STDERR
>     =========================================================================
>     ValueError: zero length field name in format:
>       File "/tmp/testcmd.12339.qe2sNH/SConstruct", line 4:
>         env = Environment()
>

Try to get around the D tool being used, with something like

   env = Environment(tools=['jar','javac'])

>
> And the scons call works just fine, so I am confused.  Is it a RHEL6 
> default python version issue?
>
Possible, I can't say for sure.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/scons-dev/attachments/20140712/fe8f9771/attachment.html>


More information about the Scons-dev mailing list