[xml] Problem while compiling for AIX



Hello,

I just compiled libxml2-4.12 on AIX 4.3.

The only option I gave to configure script was --prefix=</home/sqli/...personal directory>

There was a problem with the SOCKLEN_T constant in nanohttp.c
It was defined but null

I had to modify the config.h file and change the line
#define SOCKLEN_T
by
#define SOCKLEN_T socklen_t

I'm not pretty good in configure and Makefile writings or readings, so I didn't made the correction in those files.

Hope it helps,

Regards,

Laurent PETIT.

--
Laurent PETIT
Groupe SQLI




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