From: Jacek S. <arn...@gm...> - 2009-03-17 21:15:24
|
mainly because of my latest commit that changes option to variable (it gives annoying scons warnings on 1.2.0, dunno about older versions). Also because I wasn't sure the boost trick would work with older sconses...if everything is fine with r1695 and whatever scons you have, please adjust the min version accordingly. /J cologic wrote: > Version 0.98.5 (what's in Ubuntu 8.10) seems to work fine already: >> $ bzr diff >> === modified file 'SConstruct' >> --- SConstruct 2009-03-17 13:33:26 +0000 >> +++ SConstruct 2009-03-17 16:02:07 +0000 >> @@ -1,4 +1,4 @@ >> -EnsureSConsVersion(1, 2) >> +EnsureSConsVersion(0, 2) >> >> import os,sys >> from build_util import Dev >> >> $ bzr revno >> 1694 >> $ scons --version >> SCons by Steven Knight et al.: >> script: v0.98.5.r3057, 2008/06/09 22:21:00, by knight on bangkok >> engine: v0.98.5.r3057, 2008/06/09 22:21:00, by knight on bangkok >> Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 The SCons Foundation >> $ scons prefix=i586-mingw32msvc- >> scons: Reading SConscript files ... >> hhc.exe not found, skipping chm build >> Unknown resource compiler. >> scons: done reading SConscript files. >> scons: Building targets ... >> scons: `.' is up to date. >> scons: done building targets. > why was the minimum SCons version changed? Even Debian unstable only > has 1.0.0 packaged so far ( http://packages.debian.org/sid/scons ) > so actually requiring 1.2.x would be inconvenient. > > -cologic > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > dcplusplus-devel mailing list > dcp...@li... > https://lists.sourceforge.net/lists/listinfo/dcplusplus-devel > |