Boost logo

Boost Testing :

From: Juergen Hunold (hunold_at_[hidden])
Date: 2006-04-11 14:07:12


Hi Robert !

On Tuesday 11 April 2006 17:33, Robert Ramey wrote:
> The Jamfile (V1) for seriallization build and test include some bjam
>
> The test matrix seems to be building with V2 in some cases. However,
> the rules in serialization.jam aren't being included. This causes
> test failures in at least some cases. (gcc needs a switch to increase
> template depth).
>
> So what should I do about this?

Simply add:
<toolset>gcc:<cxxflags>-ftemplate-depth-255

to the "requirements" section in Jamfile.v2

This will set the template depth for all "gcc" based toolsets.

> Does V2 permit regular expressions in targets? (like <gcc*> or
> <*stlport-5_0> ?

No, but it has a better toolset selection.
You can write <stdlib>stlport:<define>WHATEVER for example.
I hope this helps.

Yours,

Jürgen

-- 
* Dipl.-Math. Jürgen Hunold  ! Ingenieurgesellschaft für 
* voice: ++49 511 262926 57  ! Verkehrs- und Eisenbahnwesen mbH  
* fax  : ++49 511 262926 99  ! Lister Straße 15
* hunold_at_[hidden]          ! www.ive-mbh.de

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