Comment #6 on issue 165 by [email protected]: can not link for mips
architecture
http://code.google.com/p/protobuf/issues/detail?id=165
As I said before, after running configure, just edit config.h (in the root
directory
of the package) and change the hash-related parts to use hash_map instead of
unordered_map. These values should work:
#define HASH_MAP_H <ext/hash_map>
#define HASH_NAMESPACE stdext
#define HASH_SET_H <ext/hash_set>
If you re-run configure you may have to re-edit config.h, as it is
generated as part
of the configure script.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.