Boost logo

Boost Testing :

From: John Maddock (john_at_[hidden])
Date: 2006-03-20 06:00:12


Robert Ramey wrote:
> I added -d2 to the bjam commmand line and here is what I got. (a small
> portion) - I certainly seems that the stl port directories are
> included first.
> I have the INCLUDE environmental variable set - I'm wondering if thats
> it. This is kind of frustrating was mscv 6.0 builds with stlport
> 4.3.3 so it seems it would be something with environmental variables or
> some
> such

Setting INCLUDE shouldn't be an issue: that's how I run tests as well, and
it works just fine for me:

$ bjam -a -d2 demo_pimpl.obj
...found 565 targets...
...updating 1 target...
vc-C++
..\..\..\bin\boost\libs\serialization\example\demo_pimpl.exe\vc-7_1-stlpo
rt\debug\stlport-version-5.0.0\threading-multi\demo_pimpl.obj

    "cl" /Zm800 -nologo
/EHsc -c -DBOOST_LIB_DIAGNOSTIC -D_STLP_DEBUG=1 -D_STLP
_DEBUG_UNINITIALIZED=1 -D_STLP_USE_DYNAMIC_LIB=1 /Z7 /Od /Ob0 /EHsc /GR /MDd
/Op
 /wd4675
/Zc:forScope -I"..\..\..\bin\boost\libs\serialization\example" -I"c:\da
ta\boost\develop\boost" -I"c:\download\open\stlport\STLport-5.0.0\stlport" -I"c:
\data\boost\develop\boost" -Fo"..\..\..\bin\boost\libs\serialization\example\de
mo_pimpl.exe\vc-7_1-stlport\debug\stlport-version-5.0.0\threading-multi\demo_pim
pl.obj" -Tp"demo_pimpl.cpp"

demo_pimpl.cpp
Linking to lib file: libboost_serialization-vc71-mt-gdp-1_34.lib
Linking to lib file: libboost_serialization-vc71-mt-gdp-1_34.lib
...updated 1 target...

What the auto-link output is telling you in your case, is that STLport is
not in the include path - try going into libs/config/test then

bjam config_info

and then examine the output logged to the .out file in the
bin\boost\libs\config\test\config_info.test\vc-7_1-stlport\debug\stlport-version-5.0.0\threading-multi
directory: the config_info output will tell you which std lib is in effect.

OK, really stupid question: your STLport really is in c:\STLport-5.0 is it?
I just don't see how it can fail at present if it is.

John.


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