libxml2-2.4.24 & gcc-3.2 compile issues?



does anybody else have problems compiling libxml2-2.4.24 in 0.17.1?

gcc-3.2 is reporting a undeclared variable in nanohttp.c (len), nanoftp.c
(dataAddrLen). the reason for this is that both are defined through
#ifndef SOCKLEN_T
#define SOCKLEN_T unsigned int (in my case)

SOCKLEN_T len - respectively - dataAddrLen

but the compiler somehow doesn't like this. i don't know much about c -
sorry. workaround: declaring the variable directly, not through SOCKLEN_T.

cheers
michael



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