On Wed, May 10, 2006 at 07:09:31PM -0500, Bo Peng wrote: > Try attached patch. (The same as lars?)
Very similar but not exactly the same. They differ here: ============ Lars =========== @@ -52,16 +52,11 @@ ''')] ) - # Return the library - Return('regex') - - Import('boostenv') - ============= Bo ============= @@ -55,13 +55,11 @@ # Return the library Return('regex') - Import('boostenv') - =============================== and here: ============ Lars =========== --- development/scons/SConstruct (revision 13830) +++ development/scons/SConstruct (working copy) @@ -80,7 +80,8 @@ EnsureSConsVersion(0, 96) # I am in TOP_SRC_DIR/developement/scons -TOP_SRC_DIR = '../..' +#TOP_SRC_DIR = '../..' +TOP_SRC_DIR = '.' =============================== I guess the only difference is that in the Lars case you should work from the top srcdir and in your case from development/scons. I would prefer the top srcdir. This should be decided once for all as using scons-local one has to move the scons-local-0.96.92 dir and a couple of scripts back and forth. -- Enrico