Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2004-12-02 12:55:39


Vladimir Prus wrote:
> On Wednesday 01 December 2004 21:45, Reece Dunn wrote:
>
>>>I've committed the attached patch, and verified that it work both for
>>>no-version configuration and for two initialized stlport versions. Could
>>>you either update from CVS or apply the patch, and try again?
>>
>>The above error is now fixed, but I am getting:
>>
>>bash-2.05b$ bjam release msvc-7.1 stdlib=stlport
>>f:/devel/boost/boost/tools/build/v2/build\targets.jam:1091: in
>>basic-target.gene
>>rate
>>*** argument error
>>* rule object(property-set)@15.add ( ps )
>>* called with: ( )
>>* missing argument ps
>
> Ah, sure, there's code like:
>
> # We don't need libraries if host istreams are used. For
> # msvc, automatic library selection will be used.
> if ! $(hostios) && $(toolset) != msvc
>
> so the error does not show up for my testing. Committed the attached patch,
> which should fix everything.

Indeed. :)

Thanks,
Reece

 


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