Boost logo

Boost :

From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2002-07-11 14:03:44


> Nope.
>
> How do you know it passed?
> Can you post the output generated by bjam?
>
>

Hi I found out the reason why my test was failing to compile. But! bjam
beahvior still strange Here what I was getting after first build:
...found 55 targets...
...using 1 temp target...
...updating 7 targets...
MkDir1 ../status/bin/concept_check_test.test
MkDir1 ../status/bin/concept_check_test.test/sunpro
MkDir1 ../status/bin/concept_check_test.test/sunpro/debug
MkDir1
../status/bin/concept_check_test.test/sunpro/debug/runtime-link-dynamic
sunpro-C++-action
../status/bin/concept_check_test.test/sunpro/debug/runtime-link-dynamic/conc
ept_check_test.o
".../boost/libs/concept_check/concept_check_test.cpp", line 7: Error: Could
not open include file <boost/concept_check.hpp>.
".../boost/libs/concept_check/concept_check_test.cpp", line 8: Error: Could
not open include file <boost/concept_archetype.hpp>.
".../boost/libs/concept_check/concept_check_test.cpp", line 23: Error: boost
is not defined.
"../boost/libs/concept_check/concept_check_test.cpp", line 28: Error: ","
expected instead of "<".
".../boost/libs/concept_check/concept_check_test.cpp", line 29: Error:
function_requires is not defined.
".../boost/libs/concept_check/concept_check_test.cpp", line 29: Error:
DefaultConstructibleConcept is not defined.
".../boost/libs/concept_check/concept_check_test.cpp", line 29: Error: foo
is not defined.
".../boost/libs/concept_check/concept_check_test.cpp", line 29: Error: Badly
formed expression.
".../boost/libs/concept_check/concept_check_test.cpp", line 32: Error: ","
expected instead of "<".
".../boost/libs/concept_check/concept_check_test.cpp", line 33: Error:
function_requires is not defined.
".../boost/libs/concept_check/concept_check_test.cpp", line 33: Error:
AssignableConcept is not defined.
".../boost/libs/concept_check/concept_check_test.cpp", line 33: Error: foo
is not defined.
".../boost/libs/concept_check/concept_check_test.cpp", line 33: Error: Badly
formed expression.
".../boost/libs/concept_check/concept_check_test.cpp", line 36: Error: ","
expected instead of "<".
".../boost/libs/concept_check/concept_check_test.cpp", line 37: Error:
function_requires is not defined.
"/ilx/src/tp/GenXCommon/Forte/boost/libs/concept_check/concept_check_test.cp
p", line 37: Error: CopyConstructibleConcept is not defined.
".../boost/libs/concept_check/concept_check_test.cpp", line 37: Error: foo
is not defined.
".../boost/libs/concept_check/concept_check_test.cpp", line 37: Error: Badly
formed expression.
".../boost/libs/concept_check/concept_check_test.cpp", line 40: Error: ","
expected instead of "<".
".../boost/libs/concept_check/concept_check_test.cpp", line 41: Error:
function_requires is not defined.
".../boost/libs/concept_check/concept_check_test.cpp", line 41: Error:
SGIAssignableConcept is not defined.
".../boost/libs/concept_check/concept_check_test.cpp", line 41: Error: foo
is not defined.
".../boost/libs/concept_check/concept_check_test.cpp", line 41: Error: Badly
formed expression.
".../boost/libs/concept_check/concept_check_test.cpp", line 44: Error: ","
expected instead of "<".
".../boost/libs/concept_check/concept_check_test.cpp", line 45: Error: ","
expected instead of "<".
Compilation aborted, too many Error messages.
CC -c -g +d -features=except -features=rtti -o
"../status/bin/concept_check_test.test/sunpro/debug/runtime-link-dynamic/con
cept_check_test.o" ".../boost/libs/concept_check/concept_check_test.cpp"
...failed sunpro-C++-action
../status/bin/concept_check_test.test/sunpro/debug/runtime-link-dynamic/conc
ept_check_test.o...
succeeded-test-file
../status/bin/concept_check_test.test/sunpro/debug/runtime-link-dynamic/conc
ept_check_test.test
----^ Why is that?

*
***************** failed above test: concept_check_test ********************
*
...using
<status/class_concept_check_test.test/sunpro/debug/runtime-link-dynamic>clas
s_concept_check_test.o...
succeeded-test-file
../status/bin/class_concept_check_test.test/sunpro/debug/runtime-link-dynami
c/class_concept_check_test.test
...failed updating 1 target...
...updated 6 targets...

Without any changes I running the same command again. bjam just says that
everything is build successfully (that was confused me). While in fact
nothing is built at all yet.

Gennadiy.


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