[Scons-users] Not allowed to have 2 Configure with diff env??
    Neal Becker 
    ndbecker2 at gmail.com
       
    Wed May  8 07:07:35 EDT 2013
    
    
  
Gary Oberbrunner wrote:
> I'm not surprised.  Configure contexts are a bit fragile.  Please file a
> bug.
> 
> 
> On Mon, May 6, 2013 at 3:01 PM, Strand, Kyle J <kyle.strand at beckman.com>wrote:
> 
>> I see this as well.
>>
>> Minimal failing Sconstruct file:
>>
>> env = Environment()
>> conf1 = Configure(env)
>> env2 = Environment()
>> conf2 = Configure(env2)
>>
>> Output:
>>
>> scons: ***
>> File "C:\TSconsDir\scbug\SConstruct", line 4, in <module>
I filed a BR on this
    
    
More information about the Scons-users
mailing list