hi all,

i've been building/running lynx285 successfully on OSX 10.3.x for awhile.

after an upgrade to OSX 10.4, and an attempted rebuild, ./configure with:

./configure \
--prefix=/usr/local \
--with-ssl=/usr/local/ssl \
--with-zlib \
--with-screen=ncurses \
--enable-color-style \
--enable-default-colors \
--enable-change-exec \
--enable-cgi-links \
--enable-exec-links \
--enable-exec-scripts \
--disable-nls

still completes w/o error, but make fails with:

   ...
   gcc -DHAVE_CONFIG_H -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE
   -I/usr/local/ssl/include  -I../../.. -I../../../src -I../../..
   -I../../../src  -I../../../WWW/Library/Implementation -O2
   -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c
   ../../../WWW/Library/Implementation/HTTCP.c
   ../../../WWW/Library/Implementation/HTTCP.c: In function 'HTParseInet':
   ../../../WWW/Library/Implementation/HTTCP.c:1329: error: 'struct hostent'
   has no member named 'h_addr'
   make[1]: *** [HTTCP.o] Error 1
   make: *** [all] Error 2

checking lynx 286dev11, same problem.

if I drop back to a 10.3.9 system, then all's OK ... no issue w/ h_addr.

has something in the 'gethost' family changed under Tiger?

thoughts/suggestions are appreciated!

thx,

richard



_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to