Bug Report: an expat install error

Chen, Liang Liang.Chen@FMR.COM
Mon Nov 12 12:32:03 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..  -fno-exceptions
-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.. -fno-exceptions -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:65: warning: conflicting types for
built-in function `strcmp'
	/usr/include/iso/string_iso.h:66: warning: conflicting types for
built-in function `strcpy'
	*** 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'