Boost logo

Boost-Build :

From: Robert Ramey (ramey_at_[hidden])
Date: 2007-08-12 01:51:07


I managed to get an stlport test partly working for the serialization
library by adding the following to the user-config.jam file

using stlport
    : 4.5.3
    : "C:/STLport-4.5.3/stlport"
        "C:/STLport-4.5.3/lib"
    ;

using stlport
    : 5.0
    : "C:/STLport-5.0/stlport"
        "C:/STLport-5.0/lib"
    ;

and using the following command line switches with bjam

--dump-tests --toolset=msvc-7.1 stdlib=stlport-5.0

However, I'm quite surprised to see the bin.v2 directory look like the
following:

bin.v2/libs/serialization/test/test_const_fail1.test/msvc-7.1/debug/stlport-5.0/stlport-5.0/threading-multi

Note that the repetition of stlport-5.0 is not a typo - it appears twice in
the path. I don't expect this can be right but I have no idea were it
should be fixed.

Robert Ramey


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