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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -