Package Details: xml-security-c 3.0.0-1

Git Clone URL: https://aur.archlinux.org/xml-security-c.git (read-only, click to copy)
Package Base: xml-security-c
Description: Shibboleth Project's C++ implementation of W3C security standards for XML
Upstream URL: https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2067398783/XML-Security-C
Licenses: Apache
Submitter: None
Maintainer: grawity
Last Packager: grawity
Votes: 17
Popularity: 0.113359
First Submitted: 2010-08-25 09:12 (UTC)
Last Updated: 2024-10-17 06:18 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5

intgr commented on 2011-04-14 09:10 (UTC)

Doesn't build with gcc 4.6.0 in [testing]. Here's the error: g++ -DHAVE_CONFIG_H -I. -I. -I../src/framework -I../include -march=x86-64 -march=native -O2 -pipe -pthread -DXSEC_LIBRARY_BUILD -DLINUX -Wall -O2 -DNDEBUG -MT XSECC14n20010315.lo -MD -MP -MF .deps/XSECC14n20010315.Tpo -c ../src/canon/XSECC14n20010315.cpp -o XSECC14n20010315.o >/dev/null 2>&1 In file included from /usr/include/xalanc/XPath/XalanXPathException.hpp:34:0, from /usr/include/xalanc/XPath/XalanQName.hpp:44, from /usr/include/xalanc/XPath/XalanQNameByValue.hpp:29, from /usr/include/xalanc/XalanTransformer/XalanTransformer.hpp:42, from ../include/xsec/dsig/DSIGXPathHere.hpp:37, from ../src/dsig/DSIGXPathHere.cpp:26: /usr/include/xalanc/PlatformSupport/XSLException.hpp:199:29: error: reference 'm_memoryManager' cannot be declared 'mutable' [-fpermissive] In file included from /usr/include/xalanc/DOMSupport/DOMServices.hpp:39:0, from /usr/include/xalanc/XPath/XObject.hpp:38, from /usr/include/xalanc/XPath/XObjectFactory.hpp:32, from ../include/xsec/dsig/DSIGXPathHere.hpp:38, from ../src/dsig/DSIGXPathHere.cpp:26: /usr/include/xalanc/PlatformSupport/ExecutionContext.hpp:113:29: error: reference 'm_memoryManager' cannot be declared 'mutable' [-fpermissive] In file included from ../include/xsec/dsig/DSIGXPathHere.hpp:38:0, from ../src/dsig/DSIGXPathHere.cpp:26: /usr/include/xalanc/XPath/XObjectFactory.hpp:325:29: error: reference 'm_memoryManager' cannot be declared 'mutable' [-fpermissive] g++ -DHAVE_CONFIG_H -I. -I. -I../src/framework -I../include -march=x86-64 -march=native -O2 -pipe -pthread -DXSEC_LIBRARY_BUILD -DLINUX -Wall -O2 -DNDEBUG -MT DSIGKeyInfoValue.lo -MD -MP -MF .deps/DSIGKeyInfoValue.Tpo -c ../src/dsig/DSIGKeyInfoValue.cpp -o DSIGKeyInfoValue.o >/dev/null 2>&1 make[1]: *** [DSIGXPathHere.lo] Error 1