From: Treeve J. <tre...@pi...> - 2004-01-27 13:35:55
|
=2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 23 January 2004 21:44, Everton Luis Berz wrote: > I tried to compile rlib 1.1.7 on my slackware box > and follow errors occurs: > > root@nsa3:/usr/local/src/rlib-1.1.7# make > Making all in libsrc > make[1]: Entering directory `/usr/local/src/rlib-1.1.7/libsrc' > source=3D'parsexml.c' object=3D'parsexml.lo' libtool=3Dyes \ > depfile=3D'.deps/parsexml.Plo' tmpdepfile=3D'.deps/parsexml.TPlo' \ > depmode=3Dgcc3 /bin/sh ../depcomp \ > /bin/sh ../libtool --mode=3Dcompile gcc -DPACKAGE_NAME=3D\"\" > -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION=3D\"\" -DPACKAGE_STRING=3D\"\" > -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"rlib\" -DVERSION=3D\"1.1.7\" > -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 > -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRING= S_H=3D1 > -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFC= N_H=3D1 > -DHAVE_LIBC=3D1 -DHAVE_LIBM=3D1 -DHAVE_MYSQL=3D1 -DHAVE_POSTGRE=3D1 -DHAV= E_PHP=3D1 > -DHAVE_JAVA=3D1 -DHAVE_ICONV_H=3D1 -DHAVE_ICONV_OPEN=3D1 > -DICONV_CONST_CHAR_PP=3D0 -DICONV_ISO=3DISO8859-1 -DSTDC_HEADERS=3D1 > -DHAVE_FCNTL_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_CPDFLIB_H=3D1 -DHAVE_LIBCPD= =46=3D1 > -DENABLE_CRASH=3D1 -I. -I. -I/usr/include/libxml2 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I'/usr/include/mysql' -I /usr/local/pgsql/include -I/usr/include/php > -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM > -I/usr/include -I/usr/include/linux -Wall -Werror -g -O2 -c -o > parsexml.lo `test -f 'parsexml.c' || echo './'`parsexml.c > mkdir .libs > gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION=3D= \"\" > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"rlib\" > -DVERSION=3D\"1.1.7\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 > -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 > -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 > -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_LIBC=3D1 > -DHAVE_LIBM=3D1 -DHAVE_MYSQL=3D1 -DHAVE_POSTGRE=3D1 -DHAVE_PHP=3D1 -DHAVE= _JAVA=3D1 > -DHAVE_ICONV_H=3D1 -DHAVE_ICONV_OPEN=3D1 -DICONV_CONST_CHAR_PP=3D0 > -DICONV_ISO=3DISO8859-1 -DSTDC_HEADERS=3D1 -DHAVE_FCNTL_H=3D1 > -DHAVE_UNISTD_H=3D1 -DHAVE_CPDFLIB_H=3D1 -DHAVE_LIBCPDF=3D1 -DENABLE_CRAS= H=3D1 > -I. -I. -I/usr/include/libxml2 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I > /usr/local/pgsql/include -I/usr/include/php -I/usr/include/php/main > -I/usr/include/php/Zend -I/usr/include/php/TSRM -I/usr/include > -I/usr/include/linux -Wall -Werror -g -O2 -c parsexml.c -MT parsexml.lo > -MD -MP -MF .deps/parsexml.TPlo -fPIC -DPIC -o .libs/parsexml.o > In file included from /usr/include/_G_config.h:44, > from /usr/include/libio.h:32, > from > /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:81, > from parsexml.c:21: > /usr/include/gconv.h:72: syntax error before "size_t" > /usr/include/gconv.h:88: syntax error before "size_t" > /usr/include/gconv.h:97: syntax error before "size_t" > /usr/include/gconv.h:174: syntax error before "size_t" > /usr/include/gconv.h:177: syntax error before '}' token > In file included from /usr/include/libio.h:32, > from > /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:81, > from parsexml.c:21: > /usr/include/_G_config.h:47: field `__cd' has incomplete type > /usr/include/_G_config.h:50: field `__cd' has incomplete type > /usr/include/_G_config.h:52: confused by earlier errors, bailing out > make[1]: ** [parsexml.lo] Erro 1 > make[1]: Leaving directory `/usr/local/src/rlib-1.1.7/libsrc' > make: ** [all-recursive] Erro 1 > root@nsa3:/usr/local/src/rlib-1.1.7# > > > > I'm using libxml2-2.6.4, I compile libxml without additional > parameters on './configure'. I think that I forget a parameter, > how to configure libxml2-2.6 for rlib1.1.7 ? rlib also fails in the same way against libxml2-2.6.5 Regards, Treeve=20 =2D --=20 PGP Key ID: AB929B24 PGP Key Fingerprint:31D9 D22F 42E6 F545 662E AB6F 9697 34C5 AB92 9B24=20 =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAFmnulpc0xauSmyQRAmJmAKCXJ13CqtulBZwVijLqmuYy7EkofACghu0Z zQFijG8YE+eyCHLmV0Y2+TY=3D =3DL5Xo =2D----END PGP SIGNATURE----- |