[xml] problem compiling libxml2-2.6.10



Hi,

After doing usual configuration step, with these arguments:

./configure --with-threads --without-ftp --without-http --without-iconv
--without-schemas \
        --without-regexp --without-debug --without-mem-debug

I try to make, but an error occurs:

xmlmemory.c: In function `xmlMemSetup':
xmlmemory.c:855: `xmlMalloc' undeclared (first use in this function)
xmlmemory.c:855: (Each undeclared identifier is reported only once
xmlmemory.c:855: for each function it appears in.)
xmlmemory.c:857: `xmlRealloc' undeclared (first use in this function)
xmlmemory.c:858: `xmlMemStrdup' undeclared (first use in this function)
xmlmemory.c: In function `xmlMemGet':
xmlmemory.c:877: `xmlMalloc' undeclared (first use in this function)
xmlmemory.c:878: `xmlRealloc' undeclared (first use in this function)
xmlmemory.c:879: `xmlMemStrdup' undeclared (first use in this function)
xmlmemory.c: In function `xmlGcMemSetup':
xmlmemory.c:916: `xmlMalloc' undeclared (first use in this function)
xmlmemory.c:918: `xmlRealloc' undeclared (first use in this function)
xmlmemory.c:919: `xmlMemStrdup' undeclared (first use in this function)
xmlmemory.c: In function `xmlGcMemGet':
xmlmemory.c:942: `xmlMalloc' undeclared (first use in this function)
xmlmemory.c:944: `xmlRealloc' undeclared (first use in this function)
xmlmemory.c:945: `xmlMemStrdup' undeclared (first use in this function)


Any help is really appreciated, I tried to comment the #undef macros but
other errors came.

thanks in advance,
Régis
Nvision




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]