libxml2-2.4.24 & gcc-3.2 compile issues?
- From: michael stattmann coremedia com
- To: garnome-list gnome org
- Subject: libxml2-2.4.24 & gcc-3.2 compile issues?
- Date: Thu, 3 Oct 2002 15:27:03 +0200
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]