Re: [xml] Error Building libxml2-2.6.4 (nanoftp.c)



Mark,

This _might_ be related to IPv6 support. Try reconfiguring with
--disable-ipv6 and it might compile. The field being referenced is in a
#ifdef for IPV6 support. Disabling the feature will cause this code to
not be compiled correctly (which, by the way looks incorrect on first
inspection .. I think the field is sa_family not ss_family but I could
be wrong).

Reid.


On Sat, 2004-01-03 at 14:13, Mark Hawkes wrote:
I've tried building libxml2-2.6.4 but it fails at the "make" stage. Anyone 
have any clues? I'm running an old system... just hoping I can make it last 
a bit longer...

My platform:
* Slackware Linux 7.1 (June 2000)
* Kernel 2.2.16
* glibc 2.1.3
* gcc is egcs 2.91.66


$ ./configure --without-ipv6
<okay>

$ make
...
nanoftp.c: In function `xmlNanoFTPGetConnection':
nanoftp.c:1556: structure has no member named `ss_family'
nanoftp.c:1575: structure has no member named `ss_family'
nanoftp.c:1606: structure has no member named `ss_family'
nanoftp.c:1643: structure has no member named `ss_family'
nanoftp.c:1662: structure has no member named `ss_family'
make[2]: *** [nanoftp.lo] Error 1
make[2]: Leaving directory `/home/mhawkes/libxml2-2.6.4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mhawkes/libxml2-2.6.4'
make: *** [all] Error 2

-----
Mark

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml gnome org
http://mail.gnome.org/mailman/listinfo/xml


_______________________
Reid Spencer
President & CTO
eXtensible Systems, Inc.
rspencer x10sys com

Attachment: signature.asc
Description: This is a digitally signed message part



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