Bug Report: an expat install error

Chen, Liang Liang.Chen@FMR.COM
Thu Nov 8 12:43:01 2001


Operating System:	Sun SPARC Solaris 8
GCC Version:		2.95.3	
expat Version:		1.95.2

________________________________________________________________

% make install

for dir in lib xmlwf; do \
        (cd $dir && make install); \
done
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE='"expat"'
-DVERSION='"expat_1.95.2"' -I. -I. -I..  -g -O2 -Wall -Wmissing-prototypes
-Wstrict-prototypes -fexceptions -c xmlparse.c
rm -f .libs/xmlparse.lo
gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\" -I. -I.
-I.. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -c
xmlparse.c  -fPIC -DPIC -o .libs/xmlparse.lo
In file included from /usr/include/string.h:18,
                 from xmlparse.c:26:
/usr/include/iso/string_iso.h:60: warning: conflicting types for built-in
function `memcmp'
/usr/include/iso/string_iso.h:61: warning: conflicting types for built-in
function `memcpy'
/usr/include/iso/string_iso.h:62: parse error before `;'
/usr/include/iso/string_iso.h:62: warning: data definition has no type or
storage class
/usr/include/iso/string_iso.h:65: warning: conflicting types for built-in
function `strcmp'
/usr/include/iso/string_iso.h:66: warning: conflicting types for built-in
function `strcpy'
xmlparse.c: In function `XML_GetBuffer':
xmlparse.c:1178: `punting' undeclared (first use in this function)
xmlparse.c:1178: (Each undeclared identifier is reported only once
xmlparse.c:1178: for each function it appears in.)
xmlparse.c:1178: parse error before `on'
*** Error code 1
make: Fatal error: Command failed for target `xmlparse.lo'
Current working directory /local/psoft/perl56/XML/expat-1.95.2/lib
*** Error code 1
make: Fatal error: Command failed for target `install'
_________________________________________________________


Thank you,

Liang Chen