Hi Raymond,

> Just to give you an update.
We were able compile  debugbase.cxx  by including 
/opt/solarisstudios12.3/prod/include/CC/stlport4
Ah, please don't. Stlport4 is dead.

, but  the next module wanted  ../include/CC/Cstd.  Then it went back and forth.
> There seems to be a disconnect between which C/C++ implementation it wants and
> I do not think they are compatible with each other.

Yes, they are not compatible to each other.

As of now, we've loaded the Apache C++ stdcxx4 implementation so that we can 
retry
> using just the one implementation. However, we've noticed that stdcxx4 does not provide
> hash_map and hash_set, among others,

Indeed: hash_map and hash_set were replaced by unordered_map and unordered_set in the C++ standardization process. In our codebase we'll have to replace them but for now they are already mapped to their newer counterparts using wrappers in the main/stlport/systemstl/hash_* headers. Please make sure that you are using --without-stlport in your configure option so that this wrapping becomes active.
Herbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to