Boost logo

Boost-Build :

From: Rob Walsh (rwalsh_at_[hidden])
Date: 2006-03-17 11:29:58


Ok - same problem with 3.1.12. I noticed the batch file name is different
than that used with 3.1.11, but it is the same for all targets being built.
Here's the output:

*** tail of build output ***

    "cl" /Zm800 -nologo /EHsc -c -DBOOST_REGEX_CONFIG_INFO=1 /Z7 /Od /Ob0
/EHsc
 /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"bin\boost\libs\regex\build"
-I"C:\Prog
ram Files\Microsoft Visual Studio .NET\VC7\\include" -I"C:\boost_1_33_1"
-Fo"bi
n\boost\libs\regex\build\libboost_regex.lib\vc7\debug\threading-multi\fileit
er.o
bj" -Tp"C:\boost_1_33_1\libs\regex\build\../src/fileiter.cpp"

Executing through .bat file
Executing command [cmd.exe] [/Q/C]
[C:\DOCUME~1\rwalsh\LOCALS~1\Temp\jam4192-00.
bat]
fileiter.cpp
0.000000 sec system; 0.031250 sec user
vc-C++
bin\boost\libs\regex\build\libboost_regex.lib\vc7\debug\threading-multi\i
cu.obj

    "cl" /Zm800 -nologo /EHsc -c -DBOOST_REGEX_CONFIG_INFO=1 /Z7 /Od /Ob0
/EHsc
 /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"bin\boost\libs\regex\build"
-I"C:\Prog
ram Files\Microsoft Visual Studio .NET\VC7\\include" -I"C:\boost_1_33_1"
-Fo"bi
n\boost\libs\regex\build\libboost_regex.lib\vc7\debug\threading-multi\icu.ob
j" -
Tp"C:\boost_1_33_1\libs\regex\build\../src/icu.cpp"

Executing through .bat file
Executing command [cmd.exe] [/Q/C]
[C:\DOCUME~1\rwalsh\LOCALS~1\Temp\jam4192-00.
bat]
icu.cpp
0.000000 sec system; 0.015625 sec user
vc-C++
bin\boost\libs\regex\build\libboost_regex.lib\vc7\debug\threading-multi\i
nstances.obj

    "cl" /Zm800 -nologo /EHsc -c -DBOOST_REGEX_CONFIG_INFO=1 /Z7 /Od /Ob0
/EHsc
 /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"bin\boost\libs\regex\build"
-I"C:\Prog
ram Files\Microsoft Visual Studio .NET\VC7\\include" -I"C:\boost_1_33_1"
-Fo"bi
n\boost\libs\regex\build\libboost_regex.lib\vc7\debug\threading-multi\instan
ces.
obj" -Tp"C:\boost_1_33_1\libs\regex\build\../src/instances.cpp"

Executing through .bat file
Executing command [cmd.exe] [/Q/C]
[C:\DOCUME~1\rwalsh\LOCALS~1\Temp\jam4192-00.
bat]
instances.cpp
0.000000 sec system; 0.015625 sec user
vc-C++
bin\boost\libs\regex\build\libboost_regex.lib\vc7\debug\threading-multi\p
osix_api.obj

    "cl" /Zm800 -nologo /EHsc -c -DBOOST_REGEX_CONFIG_INFO=1 /Z7 /Od /Ob0
/EHsc
 /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"bin\boost\libs\regex\build"
-I"C:\Prog
ram Files\Microsoft Visual Studio .NET\VC7\\include" -I"C:\boost_1_33_1"
-Fo"bi
n\boost\libs\regex\build\libboost_regex.lib\vc7\debug\threading-multi\posix_
api.
obj" -Tp"C:\boost_1_33_1\libs\regex\build\../src/posix_api.cpp"

Executing through .bat file
Executing command [cmd.exe] [/Q/C]
[C:\DOCUME~1\rwalsh\LOCALS~1\Temp\jam4192-00.
bat]
posix_api.cpp
0.015625 sec system; 0.015625 sec user
vc-C++
bin\boost\libs\regex\build\libboost_regex.lib\vc7\debug\threading-multi\r
egex.obj

    "cl" /Zm800 -nologo /EHsc -c -DBOOST_REGEX_CONFIG_INFO=1 /Z7 /Od /Ob0
/EHsc
 /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"bin\boost\libs\regex\build"
-I"C:\Prog
ram Files\Microsoft Visual Studio .NET\VC7\\include" -I"C:\boost_1_33_1"
-Fo"bi
n\boost\libs\regex\build\libboost_regex.lib\vc7\debug\threading-multi\regex.
obj"
 -Tp"C:\boost_1_33_1\libs\regex\build\../src/regex.cpp"

failed to write command file!

C:\boost_1_33_1>

*** end of output ***

Once again, thank you.

Rob

> -----Original Message-----
> From: Rene Rivera [mailto:grafik.list_at_[hidden]]
> Sent: Friday, March 17, 2006 11:16 AM
> To: rwalsh_at_[hidden]
> Subject: Re: [Boost-build] Trouble installing Boost with bjam
>
> Rob Walsh wrote:
> > Ok - here's the last part of the output. The original
> build command
> > was
> >
> > bjam -sTOOLS=vc7 -d+2 -d+4 install
> >
> > I was at a command line with the current directory =
> C:\boost_1_33_1.
> > Windows Explorer says I have 17.7 GB free space on the hard drive.
> >
> > *** tail of actual build output ***
> >
> > Executing through .bat file
> > Executing command [cmd.exe] [/Q/C]
> > [C:\DOCUME~1\rwalsh\LOCALS~1\Temp\jam4764-00.
> > bat]
> [...]
> > Executing through .bat file
> > Executing command [cmd.exe] [/Q/C]
> > [C:\DOCUME~1\rwalsh\LOCALS~1\Temp\jam4764-00.
> > bat]
>
> Well that's not good! It's not supposed to be using the same
> name for those two batch files. So there's a bug in bjam in
> this respect. Which version of bjam are you using? The 3.1.12
> version from the SF downloads or something else? So I can be
> sure to look at the correct source files.
> You can get the info with "bjam -v".
>
> > Again, thank you for any assistance you can provide.
>
> Your welcome, and thanks for proving just the right debug info :-)
>
>
>
> --
> -- Grafik - Don't Assume Anything
> -- Redshift Software, Inc. - http://redshift-software.com
> -- rrivera/acm.org - grafik/redshift-software.com
> -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
>


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