Boost logo

Boost :

Subject: Re: [boost] Can't build boost 1.48 with STLport 5.2.1
From: Robert Dailey (rcdailey_at_[hidden])
Date: 2012-02-10 12:32:26


Hi Jurgen,

Thanks for the feedback. I did post my command line invocation in my
initial post, but here it is again for you:

b2 toolset=msvc link=shared threading=multi runtime-link=shared
variant=debug stdlib=stlport --layout=tagged stage

I dont' know why boost would be trying to link it without version numbers
in the name, since obviously 5.2.1 is still appending version numbers to
the lib files. What should I do?

---------
Robert Dailey

On Fri, Feb 10, 2012 at 11:29 AM, Jürgen Hunold <juergen.hunold_at_[hidden]>wrote:

> Hi Robert,
>
> On Friday, 10. February 2012 17:44:52 Robert Dailey wrote:
> > Do you see any issues with the libs here?
>
> stlport.5.2.lib
>
> stltport.jam (from tools/build/v2/tools) states
>
> # Starting with version 5.2.0, the STLport static libraries no
> longer
> # include a version number in their name
> local version.pre.5.2 = [ MATCH "^(5[.][01]+).*" : $(version) ]
> ;
> if $(version.pre.5.2) || [ feature.get-values <runtime-link> :
> $(raw) ] != "static"
> {
> name += .$(self.version.5) ;
> }
>
> So I think Boost.Build tries to link against stlport.lib (if there is a
> bug in
> the logic above or against stlport.5.2.1.lib
>
> > Are there perhaps some options
> > missing from my command line invocation?
>
> Please post your command line invocation. It is hard to see what it is
> that is
> missing or wrong without it ;-)
>
> Yours,
>
> Jürgen
>
> --
> Dipl.-Math. Jürgen Hunold | IVE mbH
> Software-Entwickler | Lützerodestraße 10
> Tel: +49 511 897668 33 | 30161 Hannover, Germany
> Fax: +49 511 897668 29 | http://www.ivembh.de
> juergen.hunold_at_[hidden] |
> | Geschäftsführer:
> Sitz des Unternehmens: Hannover | Univ.-Prof. Dr.-Ing. Thomas Siefer
> Amtsgericht Hannover, HRB 56965 | PD Dr.-Ing. Alfons Radtke
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk