How can I compile the protobuf with stlport?

2008-10-10 Thread pixelpointplus
I'm using stlport, and i want to use protobuf, but I see some compiling errors about the hash_map. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to proto

Re: How can I compile the protobuf with stlport?

2008-10-13 Thread pixelpointplus
thanks. it's okay, but i am thinking how to use stlport's hash_map with protobuf. how can i do? On 10月11日, 上午4时24分, "Kenton Varda" <[EMAIL PROTECTED]> wrote: > I'm not familiar with stlport. One thing you could try doing is editing > config.h manually and removing all the HASH_* #defines. Then