Boost logo

Boost Testing :

Subject: [Boost-testing] Running boost 1.38.0 regression tests under QNX 6.4.0
From: Gianluca Spm (gianlucaspm_at_[hidden])
Date: 2009-02-19 03:42:08


Hi all,

I'm trying to build process_jam_log and library_status executables
with QCC (officially supported).

I cd to [BOOST_ROOT]/tools/regression/build
and run

bjam --debug-configuration --toolset=qcc --without-python > BuildLog.txt 2 >
&1

Executable process_jam_log results in subdir ./bin/qcc/release
while library_status executable is not built at all.

Any suggestion?

Ciao,
Gianluca

P.S. From online documentation
(http://www.boost.org/doc/libs/1_38_0/tools/regression/doc/library_status.html)
I read "3. Invoke one of the following:
               ../../../tools/regression/library_test (*nix).
                ..\..\..\tools\regression\library_test (windows)."
while on my machine library_test script is located in
./../../tools/regression/src/library_test.

---------------BuildLog.txt START----------------
notice: found boost-build.jam at /boost/boost_1_38_0/boost-build.jam
notice: loading Boost.Build from /boost/boost_1_38_0/tools/build/v2
notice: Searching /etc /root /boost/boost_1_38_0/tools/build/v2
/usr/share/boost-build /boost/boost_1_38_0/tools/build/v2/kernel
/boost/boost_1_38_0/tools/build/v2/util
/boost/boost_1_38_0/tools/build/v2/build
/boost/boost_1_38_0/tools/build/v2/tools
/boost/boost_1_38_0/tools/build/v2/contrib
/boost/boost_1_38_0/tools/build/v2/. for site-config configuration file
site-config.jam .
notice: Loading site-config configuration file site-config.jam from
/boost/boost_1_38_0/tools/build/v2/site-config.jam .
notice: Searching /root /boost/boost_1_38_0/tools/build/v2
/usr/share/boost-build /boost/boost_1_38_0/tools/build/v2/kernel
/boost/boost_1_38_0/tools/build/v2/util
/boost/boost_1_38_0/tools/build/v2/build
/boost/boost_1_38_0/tools/build/v2/tools
/boost/boost_1_38_0/tools/build/v2/contrib
/boost/boost_1_38_0/tools/build/v2/. for user-config configuration file
user-config.jam .
notice: Loading user-config configuration file user-config.jam from
/boost/boost_1_38_0/tools/build/v2/user-config.jam .
notice: [cmdline-cfg] Detected command-line request for qcc: toolset= qcc
version=
notice: [cmdline-cfg] toolset qcc not previously configured; attempting to
auto-configure now
notice: will use 'QCC' for qcc, condition <toolset>qcc
notice: [cmdline-cfg] adding toolset=qcc to the build request.
notice: iostreams: using prebuilt zlib
notice: iostreams: using prebuilt bzip2
..patience...
..found 472 targets...
..updating 6 targets...
common.mkdir bin
common.mkdir bin/qcc
common.mkdir bin/qcc/release
qcc.compile.c++ bin/qcc/release/process_jam_log.o
qcc.compile.c++ bin/qcc/release/tiny_xml.o
qcc.link bin/qcc/release/process_jam_log
..updated 6 targets...
---------------BuildLog.txt END----------------


Boost-testing list run by mbergal at meta-comm.com