Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2002-11-19 21:38:42


First, for all you Windows NT people out there, go to the jam_src
directory and type

build

instead of

build.bat

For a very `interesting' experience ;-)

Secondly:

C:\boost\tools\build\jam_src>build.bat --debug
Setting environment for using Microsoft Visual Studio .NET tools.
(If you also have Visual C++ 6.0 installed and wish to use its tools
from the command line, run vcvars32.bat for Visual C++ 6.0.)
###
### Using 'vc7' toolset.
###

C:\boost\tools\build\jam_src>rd /S /Q bootstrap.vc7

C:\boost\tools\build\jam_src>md bootstrap.vc7

C:\boost\tools\build\jam_src>"C:\Program Files\Microsoft Visual Studio .NET\VC7\bin\cl.exe
" /nologo /GZ /Zi /MLd -DNT -DYYDEBUG "C:\Program Files\Microsoft Visual Studio .NET\VC7\l
ib\kernel32.lib" /Febootstrap.vc7\jam0 command.c compile.c execnt.c execunix.c execvms.c
expand.c filent.c fileos2.c fileunix.c filevms.c glob.c hash.c hdrmacro.c headers.c jam.c
jambase.c jamgram.c lists.c make.c make1.c newstr.c option.c parse.c pathunix.c pathvms.c
regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesy
s.c builtins.c pwd.c
command.c
compile.c
execnt.c
execunix.c
execvms.c
expand.c
filent.c
fileos2.c
fileunix.c
filevms.c
glob.c
hash.c
hdrmacro.c
headers.c
jam.c
jambase.c
jamgram.c
lists.c
make.c
make1.c
Generating Code...
Compiling...
newstr.c
option.c
parse.c
pathunix.c
pathvms.c
regexp.c
rules.c
scan.c
search.c
subst.c
timestamp.c
variable.c
modules.c
strings.c
filesys.c
builtins.c
pwd.c
Generating Code...
LINK : fatal error LNK1181: cannot open input file 'C:\Program Files\Microsoft Visual Stud
io .NET\VC7\lib\kernel32.lib'
C:\boost\tools\build\jam_src>

------

Hmm, well I have two installations. Let's try the other one:

C:\boost\tools\build\jam_src>rem @SET VCINSTALLDIR=c:\tools
Setting environment for using Microsoft Visual Studio .NET tools.
(If you also have Visual C++ 6.0 installed and wish to use its tools
from the command line, run vcvars32.bat for Visual C++ 6.0.)

C:\boost\tools\build\jam_src>.\build.bat --debug
Setting environment for using Microsoft Visual Studio .NET tools.
(If you also have Visual C++ 6.0 installed and wish to use its tools
from the command line, run vcvars32.bat for Visual C++ 6.0.)

-------

Hmm. Looks like the above VCVARS32.BAT might've returned a nonzero
exit code...

-- 
David Abrahams
dave_at_[hidden] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution
 

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