
12 Feb
2009
12 Feb
'09
6:20 p.m.
I had successfully compiled regexp library with boost_1_34_1 but with version boost_1_38_0 I'm getting this error:
If you really must build without the -library=stlport4 option (for example to maintain binary compatibility) then this patch: https://svn.boost.org/trac/boost/changeset/51221/trunk will get things building again. Otherwise something like: dmake CXXFLAGS=-library-stlport4 -f sunpro.mak will build against STLPort. HTH, John.