A compilation problem with tinyxml.h, line 991
Fix is to remove the class prefix "TiXmlDeclaration::"a t line 991, before:
TiXmlDeclaration(const char *_version, const char *_encoding, const char *_standalone);
GCC 4.1.1 doesn't like it.
Regards
Log in to post a comment.