GNOME Bugzilla – Bug 172201
building xmlsec1 1.2.8 on Solaris
Last modified: 2005-03-31 15:39:12 UTC
Distribution/Version: Solaris 8 7/01 Hi, xmlsec1-1.2.8 builds fine on Solaris using the Sun ONE Studio 7 compiler except for two warnings you may want to work around (the second one at least): "xkms.c", line 4966: warning: empty translation unit "xmltree.c", line 496: warning: argument #2 is incompatible with prototype: prototype: pointer to const char : "/usr/local/libxml2/include/libxml2/libxml/parser.h", line 932 argument : pointer to unsigned char
Thanks for reporting this problem! In truth, both warnings are harmless. But it is good to have clean build and I fixed the second one anyway :) Checking in ChangeLog; /cvs/gnome/xmlsec/ChangeLog,v <-- ChangeLog new revision: 1.234; previous revision: 1.233 done Checking in src/xmltree.c; /cvs/gnome/xmlsec/src/xmltree.c,v <-- xmltree.c new revision: 1.44; previous revision: 1.43 done