From: SourceForge.net <no...@so...> - 2004-11-16 15:43:40
|
Bugs item #849819, was opened at 2003-11-26 13:29 Message generated for change (Settings changed) made by allenb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=437247&aid=849819&group_id=43735 Category: None Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Chad Austin (aegis) Assigned to: Nobody/Anonymous (nobody) Summary: 0.2.1 build broken in newest SCons Initial Comment: Chad@dads /usr/src/gmtl-0.2.1 $ scons install scons: Reading SConscript files ... Building GMTL Version: 0.2.1 scons: *** Illegal Options.Add() key `with-cppunit' File "SConstruct", line 189, in ? changing with-cppunit to with_cppunit fixes the problem ---------------------------------------------------------------------- Comment By: Chad Austin (aegis) Date: 2003-11-26 13:38 Message: Logged In: YES user_id=7212 I spoke too soon. ParseConfig(env, ...) should be changed to env.ParseConfig(...) and "lambda k,v:" should become "lambda k,v,env:" Works now, at least. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=437247&aid=849819&group_id=43735 |