chris briscoe wrote:
Hi, whitespace was an issue - thanks.
using this command: bjam --with-regex stage msvc-9.0 didn't work, produced a lot of output then appeared to skip everything for lack of stage\lib.
I tried this from the boost root
C:\Program Files\boost\boost_1_34_1> bjam ^ More? --build-dir=C:\temp\build-boost ^ More? --toolset=msvc-9.0 stage
this ground away for an age producing reams of output and finished with the result attached.
Still don't seem to be there.
Seems to be the same problem in both cases: for some reason it can't produce the directory stage/lib. Either manually create the directory that bjam couldn't create or fix the issue: is the disk full, or read only or...? If you can't see an obvious cause please post the *complete* output from: bjam --with-regex stage msvc-9.0 HTH, John.