Boost logo

Boost :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-02-09 06:28:38


The link errors we get with msvc 7.1 and stlport are caused
by wchar_t mismatch. 7.1 defaults to non-native wchar_t and
default stlport build uses that default.
Boost.Build explicitly enables wchar_t as native type,
so when using non-native-wchar_t-build stlport, we get linker errors.

Solutions are:

1. Disable native wchar_t in Boost.Build for STLPort configurations.
2. Build STLPort with native wchar_t

Do folks with practical experience with msvc 7.1 and stlport have
an opinion which one is better?

If (2) is better, is the procedure for buildind stlport with native
wchar_t documented anywhere?

- Volodya


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