[C++-sig] boost.python compilation with STLport-4.5.3

Vincent Rey v.rey at laposte.net
Thu May 22 17:22:39 CEST 2003


Boost.Python compiles very well with VC7 stl, but not with STLport-4.5.3.
Already using STLport for other parts of my application, I would like to
compile with it.

It makes about 200 errors, but all related with 'type_info' :
boost_1_30_0\boost\python\detail\msvc_typeinfo.hpp(23) : error C2039:
'type_info' : is not a member of '_STL'



I guess it's a problem of configuration of boost (version 1_30_0)... but I
didn't find anything, nor in stlport forum.

If someone has a clue, thanks to him.








More information about the Cplusplus-sig mailing list