1

我正在为 Arm11 编译并使用 xalanc。我得到了一堆这些:

In file included from /xx/include/xalanc/DOMSupport/DOMServices.hpp:39:0, 
from /xx/include/xalanc/XPath/XObject.hpp:39:43,
from xy/MYxpath.cpp:7:
/...xx/include/xalanc/PlatformSupport/XSLException.hpp:199:29: error : reference 'm_memoryManager' cannot be decalred 'mutable' [-fpermissive]
make: *** [MyPath/MYxpath.arm-bcm2708hardfp-linux-gnueabi-gcc.Release.32.0] Error 1

任何想法?

编辑_使用 gcc 4.7

4

1 回答 1

1

这似乎是一个错误/配置问题。您需要修改Xerces_autoconf_config.hpp以解决它。

于 2013-05-13T08:07:20.367 回答