Advertising
advertising
related pastes to tag 'libxml2'
- 1674967 - configure.in patch: compile solaris sunstudio libxml2
-
- --- ../configure.in~ Di Okt 6 18:28:58 2009
- +++ ../configure.in Di Nov 17 16:32:34 2009
- @@ -75,7 +75,8 @@
- $(/usr/bin/ld --help 2>&1 | grep -- --version-script >/dev/null) && \
- VERSION_SCRIPT_FLAGS=-Wl,--version-script=
- test "`uname`" == "SunOS" && \
- - VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,"
- + #VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,"
- 1674946 - Symbol referencing errors: compile solaris sunstudio libxml2
-
- /bin/bash ./libtool --tag=CC --mode=link /opt/sunstudio12.1/bin/cc -g -Wl,-M -Wl,../libxml2.syms -version-info 9:6:7 -o libxml2.la -rpath /opt/local/libxml2/lib SAX.lo entities.lo encoding.lo error.lo parserInternals.lo parser.lo tree.lo hash.lo list.lo xmlIO.lo xmlmemory.lo uri.lo valid.lo xlink.lo HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo DOCBparser.lo catalog.lo globals.lo threads.lo c14n.lo xmlstring.lo xmlregexp.lo xmlschemas.lo xmlschemastypes.lo xmlunicode.lo xmlreader.lo relaxng.lo dict.lo SAX2.lo xmlwriter.lo legacy.lo chvalid.lo pattern.lo xmlsave.lo xmlmodule.lo schematron.lo -lpthread -L/opt/local/zlib//lib -R/opt/local/zlib//lib -lz -lm -lsocket -lnsl libtool: link: /opt/sunstudio12.1/bin/cc -G -h libxml2.so.2 -o .libs/libxml2.so.2.7.6 .libs/SAX.o .libs/entities.o .libs/encoding.o .libs/error.o .libs/parserInternals.o .libs/parser.o .libs/tree.o .libs/hash.o .libs/list.o .libs/xmlIO.o .libs/xmlmemory.o .libs/uri.o .libs/valid.o .libs/xlink.o .libs/HTMLparser.o .libs/HTMLtree.o .libs/debugXML.o .libs/xpath.o .libs/xpointer.o .libs/xinclude.o .libs/nanohttp.o .libs/nanoftp.o .libs/DOCBparser.o .libs/catalog.o .libs/globals.o .libs/threads.o .libs/c14n.o .libs/xmlstring.o .libs/xmlregexp.o .libs/xmlschemas.o .libs/xmlschemastypes.o .libs/xmlunicode.o .libs/xmlreader.o .libs/relaxng.o .libs/dict.o .libs/SAX2.o .libs/xmlwriter.o .libs/legacy.o .libs/chvalid.o .libs/pattern.o .libs/xmlsave.o .libs/xmlmodule.o .libs/schematron.o -R/opt/local/zlib//lib -lpthread -L/opt/local/zlib//lib -lz -lm -lsocket -lnsl -lc -Wl,-M -Wl,../libxml2.syms Undefined first referenced symbol in file $XA1EAAKo5rALU5I.option_attrs .libs/HTMLparser.o (symbol has no version assigned) $XA1EAAK25rALE6K.xmlDictInitialized .libs/dict.o (symbol has no version assigned) $XA1EAAK45rALETL.xmlIsCombining_srng .libs/chvalid.o (symbol has no version assigned) $XA1EAAKo5rALU5I.alt_attr .libs/HTMLparser.o (symbol has no version assigned)
- 1674944 - relaxng.c patch: compile solaris sunstudio libxml2
-
- --- ../relaxng.c-kaputt_:-( Di Nov 17 16:14:40 2009
- +++ ../relaxng.c Di Nov 17 16:15:23 2009
- @@ -5369,7 +5369,7 @@
- } else {
- xmlRngPErr(ctxt, node, XML_RNGP_CHOICE_CONTENT,
- "expecting name, anyName, nsName or choice : got %s\n",
- - (node == NULL ? "nothing" : node->name), NULL);
- + (node == NULL ? BAD_CAST "nothing" : node->name), NULL);
- 1674937 - libxml2 compile error: compile solaris sunstudio libxml2
-
- libtool: compile: /opt/sunstudio12.1/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -I/opt/local/zlib//include -g -c ../relaxng.c -KPIC -DPIC -o .libs/relaxng.o
- "../relaxng.c", line 5372: operands have incompatible types:
- pointer to char ":" pointer to const unsigned char
- "../relaxng.c", line 5372: warning: argument #5 is incompatible with prototype:
- prototype: pointer to const unsigned char : "../relaxng.c", line 510
- argument : pointer to char
- "../relaxng.c", line 9462: warning: argument #3 is incompatible with prototype:
- prototype: pointer to const unsigned char : "../relaxng.c", line 2347