Boost logo

Boost :

From: Robert Ramey (ramey_at_[hidden])
Date: 2003-12-27 12:12:52


Here is my screen log

$ pwd
C:/boost-dev/tools/regression/test
$ cat test.bat
@echo off
echo Begin test processing...
bjam --dump-tests %* >bjam.log 2>&1
echo Begin log processing...
process_jam_log <bjam.log
start bjam.log
echo Begin compiler status processing...
compiler_status %BOOST_ROOT% test_status.html test_links.html
start test_status.html
$ ./test -sTOOLS=vc7
Begin test processing...
Begin log processing...
The name specified is not recognized as an
internal or external command, operable program or batch file.
Begin compiler status processing...

**** exception(205): std::exception: boost::filesystem::directory_iterator const
ructor: "test_status.html\s\regression\test\bin": The system cannot find the pat
h specified.
******** errors detected; see standard output for details ********

and here is the bjam.log

boost-test(RUN) "compile-fail" : "tools\regression\test\compile-fail.cpp"
boost-test(RUN) "run-fail" : "tools\regression\test\run-fail.cpp"
boost-test(RUN) "run-note-fail" : "tools\regression\test\run-note-fail.cpp"
boost-test(RUN) "run-note-pass" : "tools\regression\test\run-note-pass.cpp"
boost-test(RUN) "run-note-warn" : "tools\regression\test\run-note-warn.cpp"
boost-test(RUN) "run-pass" : "tools\regression\test\run-pass.cpp"
boost-test(RUN) "run-pass-warn" : "tools\regression\test\run-pass-warn.cpp"
...found 131 targets...
...updating 9 targets...
vc-C++ ..\..\..\bin\boost\tools\regression\test\compile-fail.test\vc7\debug\compile-fail.obj
compile-fail.cpp
..\..\..\tools\regression\test\compile-fail.cpp(4) : fatal error C1189: #error : example of a compile failure
    
    "cl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"..\..\..\bin\boost\tools\regression\test" -I"C:\boost-dev" -I"c:/Program Files/Microsoft Visual Studio.NET/vc7\include" -Fo"..\..\..\bin\boost\tools\regression\test\compile-fail.test\vc7\debug\compile-fail.obj" -Tp"..\..\..\tools\regression\test\compile-fail.cpp"

...failed vc-C++


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk