Boost logo

Boost-Build :

From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2007-08-07 12:48:57


Robert Ramey wrote:
> Robert Ramey wrote:
>> I want to build my tests with STLPort 5.0 . I did this successfully
>> from time
>> to time with V1. To do this I invoke
>>
>> bjam --dump-tests --toolset=msvc-7.1 stdlib=stlport-5.0 $@ >bjam.log
>> 2>&1
>> from the comments in stlport.jam I would seem to me to indicate that
>> I'm doing this the intended way
>>
>> # The STLPort is usable by means of 'stdlib' feature. When
>> # stdlib=stlport is specified, default version of STLPort will be
>> used, # while stdlib=stlport-4.5 will use specific version.
>> # The subfeature value 'hostios' means to use host compiler's
>> iostreams.
>> Below is the message that bjam produces.
>>
>> As always, any help appreciated.

Hm, I used to run the STLport commands with:
gcc-3.4.5~mingw~stlport51/stdlib=stlport-5.1~gcc345/variant=debug -- as
an argument to bjam. For which I have in my user-config.jam:

     using gcc : 3.4.5~mingw~stlport50 : C:/MinGW/bin/g++.exe ;
     using gcc : 3.4.5~mingw~stlport51 : C:/MinGW/bin/g++.exe ;

     using stlport : :
         C:/DevRoots/STLport/stlport
         C:/DevRoots/STLport/lib
         C:/DevRoots/STLport/bin ;
     using stlport : 5.0~gcc345 :
         C:/DevRoots/STLport/STLport-5.0/stlport
         C:/DevRoots/STLport/STLport-5.0/lib
         C:/DevRoots/STLport/STLport-5.0/bin ;
     using stlport : 5.1~gcc345 :
         C:/DevRoots/STLport/STLport-5.1/stlport
         C:/DevRoots/STLport/STLport-5.1/lib
         C:/DevRoots/STLport/STLport-5.1/bin ;

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

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