我使用 pugixml 解析 xml,它在 ios 上运行良好。但是,当我更改为 android 时,使用 './build_native.sh' (cocos2d-x for android) 来构建我的项目。有一些错误:
pugi/pugixml.cpp: In member function 'void* pugi::impl::(anonymous namespace)::xpath_allocator::allocate(size_t)'
pugi/pugixml.cpp:5722:26: error: exception handling disabled, use -fexceptions to enable
有人可以帮助我。非常感谢!