Boost logo

Boost :

From: p.i.frey_at_[hidden]
Date: 2001-07-18 03:23:00


Are you using the Boost Python Library?
If yes, which version of STLport are you using?

We are using STLport 4.0 release and are also have heavy compilation
problems using the BPL together with STLport 4.0. When compiling with
Visual C++ 6 sp4 using the workspace under boost\boost_1_23_0
\libs\python\build\build.dsw we get 102 errors totally. Here only the
first few of them:

D:\STLport-4.0\stlport\wrap_std/complex(41) : error C2039: 'tan' : is
not a member of 'std'
D:\STLport-4.0\stlport\wrap_std/complex(41) : error C2873: 'tan' :
symbol cannot be used in a using-declaration
D:\STLport-4.0\stlport\wrap_std/complex(42) : error C2039: 'tanh' :
is not a member of 'std'
D:\STLport-4.0\stlport\wrap_std/complex(42) : error C2873: 'tanh' :
symbol cannot be used in a using-declaration
..\boost_1_22_0\boost/python/conversions.hpp(94) : error C2059:
syntax error : '<'
..\boost_1_22_0\boost/python/conversions.hpp(104) : error C2143:
syntax error : missing ';' before '{'

Note that we are not using STLport iostreams, i.e. turned them off by
adding "#define __STL_NO_SGI_IOSTREAMS" to STLport-4.0
\stlport\stl\_site_config.h. Are you using them?

Peter

--- In boost_at_y..., "David Abrahams" <david.abrahams_at_r...> wrote:
> I have used STLport (derived from SGI STL) with boost and VC6
extensively.
> It works quite well.
> -Dave
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk