Boost logo

Boost Users :

From: pivk (luka.pivk_at_[hidden])
Date: 2005-11-24 10:52:31


----- Original Message -----
From: "Richard Jennings" <richard.jennings_at_[hidden]>
To: <boost-users_at_[hidden]>
Sent: Thursday, November 24, 2005 10:13 AM
Subject: Re: [Boost-users] How to compile boost in Borland c++ Builder 6

> You need to compile your project using dynamic RTL. To do this, in the
> Borland IDE select the project, then Options. On the Linker tab tick
> the "Use dynamic RTL" checkbox.
>
> Depending on which version of Boost you are using, some libraries won't
> compile. For v1.33.0 you might like to exclude Wave since that won't
> compile:
>> bjam -sTOOLS=Borland --without-wave stage
>
> The filesystem library will complain about generating a dynamic link
> library as it's not supported for this compiler: you'll have to ignore
> that. You can stil use filesystem though.
>
> Check also that you have got Spirit v 1.6.x as the version shipped with
> recent Boost won't compile. See instructions here:
> http://www.boost.org/libs/serialization/doc/release.html
>
> You may also need to replace spirit.hpp in your Boost include directory.
>
>
> Richard
>
> On Wed, 23 Nov 2005 19:29:18 -0000, pivk <luka.pivk_at_[hidden]>
> wrote:
>
>> oky but when i compile it i still get
>>
>> failed updating 104 targets, skipped 168 targets, updated 2 targets...
>>
>> And when i try to compile a program using boost i get: Mixing a dll doost
>> library with a static runtime is a really bed idea...
>>
>> I am using multi threading in borlands compiler.
>>
>> Does anyone have any idea what could be wrong?
>>
>>
>> Rayman2
>>
>
>
Thanks now it is working :D but now i am getting error Miltiple declaration
for 'element<N,T>' (line 156 in tuple_basic.hpp) and Eariler declaration of
'element<N,T>'(line 141 in tuple_basic.hpp)

Any idea?

_______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net