Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2004-08-03 05:10:48


> this is one of the errors I got when compiling boost regex with vc7.1 +

You get those errors if you build with STLPort *without* iostream support.

Unfortunately there are so many build variations possible (with or without
STLPort iostream, with or without /Zc:wchar_t, with or without __STL_DEBUG)
that it's almost impossible to diagnose errors via email (as a few people on
this list have already discovered - sorry about that).

Simplest option: add the source (in libs/regex/src) directly to your
project, or else create a lib target in your IDE and build from there.

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