Boost logo

Boost-Build :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2003-03-19 08:01:35


David Abrahams wrote:

> Markus Schöpflin <markus.schoepflin_at_[hidden]> writes:
>
>>I just tried to build bjam on windows from the latest sources with vc7
>>without any success. Here is what I did:
>>
>>1. Called vsvars32.bat
>>2. Called build.bat vc7
>>
>>And... nothing happens. If I comment out the very first line and then
>>call "build.bat vc7 > debug.txt" I get the attached file. Any ideas on
>>what might be wrong?
>>
> Can you try adding the line
>
> setlocal & endlocal
>
> just before line 149 of the unmodified file?

That portion of the file now reads:

---%<---
REM If no arguments guess the toolset;
REM or if first argument is an option guess the toolser;
REM otherwise the argument is the toolset to use.
if "_%1_" == "__" (
call :Guess_Toolset
) else (
call :Test_Option %1
if not errorlevel 1 (
call :Guess_Toolset
) else (
setlocal & endlocal
set BOOST_JAM_TOOLSET=%1
shift
setlocal & endlocal
)
)
if errorlevel 1 goto Finish
--->%---

Is that what you meant? If yes, it doesn't help anything. The error
stays the same.

Markus

 


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