Boost logo

Boost-Build :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2003-03-19 05:57:23


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?

Markus
 --------------080402050103030502050402 Content-Type: text/plain;
name="debug.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="debug.txt"

rem @ECHO OFF
REM Copyrigt (C) 2002 Rene Rivera.
REM Permission to copy, use, modify, sell and distribute this software
REM is granted provided this copyright notice appears in all copies.
REM This software is provided "as is" without express or implied
REM warranty, and with no claim as to its suitability for any purpose.
setlocal
goto Start
set BOOST_JAM_TOOLSET=
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 "_vc7_" == "__" (call :Guess_Toolset ) else (call :Test_Option vc7 & if not errorlevel 1 (call :Guess_Toolset ) else (setlocal & endlocal & set BOOST_JAM_TOOLSET=vc7 & shift) )
REM Tests wether the given string is in the form of an option: "-*"
setlocal & endlocal
setlocal
set test=vc7
if not "-" == "v" set _error_=
endlocal
goto :eof
if errorlevel 1 goto Finish
 --------------080402050103030502050402--


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