|
Boost Testing : |
From: Voronkov Konstantin (beowinkle_at_[hidden])
Date: 2005-08-01 06:28:35
Hello, All!
I run process_jam_log tool mine project,
and as result I have next strange output (see below).
What is missing in mine configuration?
**********This is output or process_jam_log:
H:\tmp\Boost\Tutorials\sample1>H:\tmp\Boost\ToBuild\boost_1_32_0\bin\boost\tools\regression\build\process_jam_log.e
xe\vc7\release\threading-multi\process_jam_log.exe 0<runAndPause.log
Usage: bjam [bjam-args] | process_jam_log [--echo] [locate-root]
locate-root is the same as the bjam ALL_LOCATE_TARGET
parameter, if any. Default is boost-root.
boost_root:
H:/tmp/Boost/Tutorials/sample1/../../../../../../../../../../../../../../../../../../../../../../../../
../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.
./../../../../../../../../../../../../..
locate_root:
H:/tmp/Boost/Tutorials/sample1/../../../../../../../../../../../../../../../../../../../../../../../..
/../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../
../../../../../../../../../../../../../..
*****Warning - can't open output file:
H:/tmp/Boost/Tutorials/sample1/../../../../../../../../../../../../../../../
../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.
./../../../../../../../../../../../../../../../../../../../../../../test_log.xml
*****Warning - can't open output file:
H:/tmp/Boost/Tutorials/sample1/../../../../../../../../../../../../../../../
../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.
./../../../../../../../../../../../../../../../../../../../../../../test_log.xml
*****Warning - can't open output file:
H:/tmp/Boost/Tutorials/sample1/../../../../../../../../../../../../../../../
../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.
./../../../../../../../../../../../../../../../../../../../../../../test_log.xml
*****Warning - can't open output file:
H:/tmp/Boost/Tutorials/sample1/../../../../../../../../../../../../../../../
../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.
./../../../../../../../../../../../../../../../../../../../../../../test_log.xml
*****Warning - can't open output file:
H:/tmp/Boost/Tutorials/sample1/../../../../../../../../../../../../../../../
../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.
./../../../../../../../../../../../../../../../../../../../../../../test_log.xml
*****Warning - can't open output file:
H:/tmp/Boost/Tutorials/sample1/../../../../../../../../../../../../../../../
../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.
./../../../../../../../../../../../../../../../../../../../../../../test_log.xml
no errors detected
**********This is content of H:\tmp\Boost\Tutorials\sample1\Jamfile
project
: build-dir bin
: default-build release
;
using msvc ;
use-project /dependency : dependency ;
build-project test ;
***This is content of H:\tmp\Boost\Tutorials\sample1\dependency\Jamfile
project dependencyLib : usage-requirements <include>. ;
lib dependencyLib : dependencyLib.cpp
: <link>shared:<define>DEPENDENCYLIB_EXPORT
;
Best Regards,
Konstantin