Boost logo

Boost Users :

Subject: Re: [Boost-users] linking error while using Boost-regex and Stlport inthe same project
From: John Maddock (john_at_[hidden])
Date: 2008-12-13 05:03:21


ashish wrote:
>> Hi,
>>
>> I'm working on a project which needs both boost-regex, and STLPORT.
>> When these two libraries are used individually for some sample
>> examples, they work fine. But when used both in the same project, I
>> get linking errors as follows:

You need to check that:

* The regex library was built against STLport.
* The build options you are using (for example __STL_DEBUG settings) match
what you used to build the regex lib.

HTH, John.


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