Boost logo

Boost-Build :

From: Michael Stevens (m-stevens_at_[hidden])
Date: 2005-02-11 12:23:38


On Friday 11 February 2005 15:21, Leonid Epifantsev wrote:
> I have the same problem on XP SP2 (boost 1.32), before I successeful built
> on XP SP1 (boost 1.31) and also have build 1.32 on another computer with
> Win2K.
> Also, couln't make a build bjam.... same messsage.
>
> Leo
>

Looks to me like you have set things up so temporary files are in "c:\temp"
which either does not exist or cannot be written to.

To confirm this
mkdir c:\temp

and is that works
mkdir c:\temp\test

If that is the problem then you will need to change your "TEMP" (or "TMP")
environment variable to point to a directory you can write to. "c:\temp" is
not the default for this on windows so at some point the settings may have
been mis-configured.

Michael

 


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