Boost logo

Boost-Build :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2006-02-14 05:09:54


Markus Schöpflin wrote:

> Vladimir Prus wrote:

>> Now that V2 regressions are in shape, can you run C++ Boost regressions as
>> per:
>>
>> http://zigzag.cs.msu.su/boost.build/wiki/TestingOnBoost
>
> As a safety measure, I started with comparing the output of "bjam -a -n
> -sPYTHON_ROOT=/opt/Python-2.4.1 -sPYTHON_VERSION=2.4
> -sTOOLS=tru64cxx71-006" with "bjam -a -n --v2 tru64".
>
> I'm currently trying to make sense of the results...

Nothing there to make sense off... The resulting files are just too
different to be of any real use.

I think I'll try a V2 regression run next. But for this I need a customized
toolset. I tried to put the following into a file called
'tru64cxx65-042.jam' living in BOOST_BUILD_PATH.

---%<---
using tru64 : :
   <cflags>"-version V6.5-042"
   <ldflags>"-version V6.5-042 -use_non_shared_libcxx"
   ;
--->%---

But when trying the command ' bjam -a -n --v2 tru64cxx65-042' in
lib/test/test I get the following error:

libs/test/test> bjam -a -n --v2 tru64cxx65-042
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(and if you don't know what ICU is then you probably don't need it).
notice: could not find main target tru64cxx65-042
notice: assuming it's a name of file to create
don't know how to make <e>tru64cxx65-042
...found 1 target...
...can't find 1 target...

What am I doing wrong here?

Markus


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk