From: John Maddock (john_at_[hidden])
Date: 2004-07-23 06:52:43


> I build the regex libs with vc7.1-stlport.
> Then I test it:
>
>
> #include <boost/regex.hpp>
>
> int _tmain(int argc, _TCHAR* argv[])
> {
> boost::regex ex;
> return 0;
> }

> how to solve it? thanks.

The most likely cause of this is an incorrect STLPORT_PATH set when you
built the libraries (ie the libraries were not built against STLPort). But
see also my post to "tweety".

John.