I don't like to sound like a noob, I'm just curious. Why would you get those errors if you compile with stlport without iostream support (and what exactly does stlport without iostream support mean? I build stlport, too, so I can use iostreams)? ---------------------------------- Peace and love, Tweety mitea@sympatico.ca - tweety_04_01@users.sourceforge.net YahooID: tweety_04_01
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of John Maddock Sent: August 3, 2004 6:11 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] Error compiling REGEX under vc7.1 + stlport
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 mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users