c++ - Cross compiler error: reference 'm_memoryManager' cannot be decalred 'mutable' [-fpermissive] -
i compiling arm11 , use xalanc. bunch of these:
in file included /xx/include/xalanc/domsupport/domservices.hpp:39:0, /xx/include/xalanc/xpath/xobject.hpp:39:43, xy/myxpath.cpp:7: /...xx/include/xalanc/platformsupport/xslexception.hpp:199:29: error : reference 'm_memorymanager' cannot decalred 'mutable' [-fpermissive] make: *** [mypath/myxpath.arm-bcm2708hardfp-linux-gnueabi-gcc.release.32.0] error 1
any idea?
edit_ using gcc 4.7
this seems a bug/configuration issue. need modify xerces_autoconf_config.hpp
workaround it.
Comments
Post a Comment