On 09/30/2009 07:21 AM, J.T. Conklin wrote: > [email protected] (J.T. Conklin) writes: >> Ben Greear<[email protected]> writes: >>> It seems the upstream code won't build without stripping. The >>> patch below allows me to have this work as I expected: >>> >>> scons strip=no install >> >> Can you try updating to the most recent SConstruct? There used to be >> problems with boolean command line arguments like strip, but I fixed >> that on 9/15 in checkin 11546. >> >> env['strip'] is now set by a Variable, so should always have the >> boolean value True or False. > > However, upon further review, I discovered that the conditionals in > InstallProgram and InstallLibrary were checking whether 'strip' was > in the SCons environment (which it always was), rather than it's > value. I've just checked in a fix (11559).
That fix works... Thanks, Ben -- Ben Greear <[email protected]> Candela Technologies Inc http://www.candelatech.com _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
