[Gambas-user] 00.99RC1 missing header file xmlreader.h and xmlwriter.h

Primorec igor.furlan at ...626...
Tue Oct 26 08:31:52 CEST 2004


Hi,

I've DL gambas 0.99RC1 to my RH8 box. "configure" went through fine
with no errors.
"make" started fine...unfortunately, after while I got on the screen:

CXmlRpc.c:30:30: libxml/xmlreader.h: No such file or directory
CXmlRpc.c:31:30: libxml/xmlwriter.h: No such file or directory

What shell/should I do to continue with compilation ?

Where  can I DL missing  files.


Igor

P.S. slightly more of the log file follows:



creating lib.gb.xml.libxml.xslt.la
(cd .libs && rm -f lib.gb.xml.libxml.xslt.la && ln -s
../lib.gb.xml.libxml.xslt.la lib.gb.xml.libxml.xslt.la)
make[6]: Leaving directory
`/proj/proj_igor/downloads/source/gambas-0.99.RC1/src/lib/xml/libxml/xslt'
Making all in rpc
make[6]: Entering directory
`/proj/proj_igor/downloads/source/gambas-0.99.RC1/src/lib/xml/libxml/rpc'
/bin/sh ../../../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I../../../../.. -I../../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT    -g -O2 -pipe -Wall
-fno-strict-aliasing -g -Os -c main.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../..
-I../../../../../src/share -I/usr/include/libxml2/ -D_REENTRANT -g -O2
-pipe -Wall -fno-strict-aliasing -g -Os -c main.c  -fPIC -DPIC -o
main.lo
/bin/sh ../../../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I../../../../.. -I../../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT    -g -O2 -pipe -Wall
-fno-strict-aliasing -g -Os -c CXmlRpc.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../..
-I../../../../../src/share -I/usr/include/libxml2/ -D_REENTRANT -g -O2
-pipe -Wall -fno-strict-aliasing -g -Os -c CXmlRpc.c  -fPIC -DPIC -o
CXmlRpc.lo
CXmlRpc.c:30:30: libxml/xmlreader.h: No such file or directory
CXmlRpc.c:31:30: libxml/xmlwriter.h: No such file or directory
CXmlRpc.c: In function `CXMLRPC_Call':
CXmlRpc.c:119: `xmlTextWriterPtr' undeclared (first use in this function)
CXmlRpc.c:119: (Each undeclared identifier is reported only once
CXmlRpc.c:119: for each function it appears in.)
CXmlRpc.c:119: parse error before "writer"
CXmlRpc.c:120: `xmlBufferPtr' undeclared (first use in this function)
CXmlRpc.c:153: `buffer' undeclared (first use in this function)
CXmlRpc.c:153: warning: implicit declaration of function `xmlBufferCreate'
CXmlRpc.c:154: `writer' undeclared (first use in this function)
CXmlRpc.c:154: warning: implicit declaration of function
`xmlNewTextWriterMemory'
CXmlRpc.c:155: warning: implicit declaration of function
`xmlTextWriterSetIndent'
CXmlRpc.c:156: warning: implicit declaration of function
`xmlTextWriterStartDocument'
CXmlRpc.c:158: warning: implicit declaration of function
`xmlTextWriterStartElement'
CXmlRpc.c:159: warning: implicit declaration of function
`xmlTextWriterWriteElement'
CXmlRpc.c:202: warning: implicit declaration of function
`xmlTextWriterEndElement'
CXmlRpc.c:206: warning: implicit declaration of function
`xmlTextWriterEndDocument'
CXmlRpc.c:207: warning: implicit declaration of function `xmlFreeTextWriter'
CXmlRpc.c:216: warning: implicit declaration of function `xmlBufferFree'
CXmlRpc.c:113: warning: unused variable `cname'
make[6]: *** [CXmlRpc.lo] Error 1
make[6]: Leaving directory
`/proj/proj_igor/downloads/source/gambas-0.99.RC1/src/lib/xml/libxml/rpc'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory
`/proj/proj_igor/downloads/source/gambas-0.99.RC1/src/lib/xml/libxml'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/proj/proj_igor/downloads/source/gambas-0.99.RC1/src/lib/xml'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/proj/proj_igor/downloads/source/gambas-0.99.RC1/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/proj/proj_igor/downloads/source/gambas-0.99.RC1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/proj/proj_igor/downloads/source/gambas-0.99.RC1'
make: *** [all-recursive-am] Error 2




More information about the User mailing list