Boost logo

Boost-Build :

From: zouguangxian (zouguangxian_at_[hidden])
Date: 2005-09-02 11:19:44


> > So, I could't seem to get bjam to build anything and it wasn't
> > helping me to understand what was wrong. The error message was
> > simple:
> >
> > MkDir1 bin
> > spawn: No such file or directory
> >
sorry for replying here, for that i can't find the original message.

my friend, cloudwu, also encounter this problem . we use 'bjam -d+2 -
d+4' to try to find out what's wrong . step by step , finally , we
found that there are some error in PATH. here are the output :

C:\project\ws\source>echo %path%
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;

the variable %SystemRoot% should be replaced by the value of it .
but in fact , it is not replaced. maybe there are some programs
changed it . if we let PATH include 'c:\windows\system32' in xp, the
problem is gone. we solved it .

may this can give you some tip and help you .

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk