Hi!,

My name is Pedro J. Fernández. I'm compiling xerces-c-src2_4_0 with the
cross compiler arm-linux 3.4.1 in order to compile xerces for iPAQ
Pocket PC (HP h5500).

I now that it is very unusual, and the following problem may be so rare
for you, but I must try.

I'm using Linux debian 3.1 unstable.

I ran the runConfigure script with the arm-linux-gcc and arm-linux-g++
as a desired compilers.

I set the enviroment variables:
 XERCESCROOT to /..../xerces-c-src2_4_0/
 LDFLAGS="-L/usr/local/arm/3.4.1/arm-linux/lib
-I/usr/local/arm/3.4.1/arm-linux/include"

I went to $XERCESCROOT/src/xercesc and ran make. This is the error:


arm-linux-g++ -fPIC -DLINUX -D_REENTRANT -c
-I/home/pedro/Trabajo/iPAQ/Paquetes/xerces-c-src2_4_0/include -O2
-DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS -DPROJ_SAX4C -DPROJ_SAX2
-DPROJ_DOM -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER
-DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS
-DXML_USE_NETACCESSOR_SOCKET    -o
/home/pedro/Trabajo/iPAQ/Paquetes/xerces-c-src2_4_0/obj/LINUX/DOMAttrImpl.o 
DOMAttrImpl.cpp
In file included from
/home/pedro/Trabajo/iPAQ/Paquetes/xerces-c-src2_4_0/include/xercesc/util/RefArrayOf.hpp:212,
                 from DOMDocumentImpl.hpp:73,
                 from DOMAttrImpl.hpp:77,
                 from DOMAttrImpl.cpp:64:
/home/pedro/Trabajo/iPAQ/Paquetes/xerces-c-src2_4_0/include/xercesc/util/RefArrayOf.c: 
In constructor `xercesc_2_4::RefArrayOf<TElem>::RefArrayOf(unsigned int, 
xercesc_2_4::MemoryManager*)':
/home/pedro/Trabajo/iPAQ/Paquetes/xerces-c-src2_4_0/include/xercesc/util/RefArrayOf.c:110:
 error: invalid use of undefined type `struct xercesc_2_4::MemoryManager'
/home/pedro/Trabajo/iPAQ/Paquetes/xerces-c-src2_4_0/include/xercesc/util/XMemory.hpp:70:
 error: forward declaration of `struct xercesc_2_4::MemoryManager'
/home/pedro/Trabajo/iPAQ/Paquetes/xerces-c-src2_4_0/include/xercesc/util/RefArrayOf.c: 
In constructor `xercesc_2_4::RefArrayOf<TElem>::RefArrayOf(TElem**, unsigned int, 
xercesc_2_4::MemoryManager*)':
/home/pedro/Trabajo/iPAQ/Paquetes/xerces-c-src2_4_0/include/xercesc/util/RefArrayOf.c:124:
 error: invalid use of undefined type `struct xercesc_2_4::MemoryManager'


I don't know what's the matter with it, any help? any idea?





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to