Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2007-02-03 05:13:17


Mangal wrote:
> I got past the stdext namespace errors. Can you please look at this
> post of mine.
>
> I can get the release versions working but not the debug.. I am
> pretty sure I have build debug versions of Boost with stlport.
>
> http://www.nabble.com/Link-errors-with-boost-regex-1_33_1%2C-Stlport-5.0-and-MSVC8-tf3119605.html#a8642887

Assuming you're certain that the regex lib was built with STLPort, try
double checking that __STL_DEBUG is defined consistently between your app
and the lib. Basically you need to ensure that regex and your app are built
with identical options - and because STLPort introduces so many new possible
build variants - that's why building regex from your IDE and manually
checking that all the options are the same is often the path of least
resistance.

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