On Sun, 1 May 2005, OpenMacNews wrote:
if i'm reading this correctly, the funcs ARE defined/available, so the lib WAS config'd with widec support. true?
That sounds right.
config'ing lynx2.8.6dev.11 w/ BOTH ip6 & widec options as:
./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 \ --enable-ipv6 \ --enable-widec
Actually that would have been --with-screen=ncursesw rather than --enable-widec (that option applies to ncurses). But the --with-screen option is used mainly to tell it how to find the header files for the given flavor of ncurses/ncursesw.
It seems that someone's packaged ncursesw as libncurses (which works, but means that you can't have both libraries). Since ncursesw stores more data per cell, it will be slower (I prefer being able to make the choice).
checking:
% lynx -version Lynx Version 2.8.6dev.11 (05 Jan 2005) libwww-FM 2.14, SSL-MM 1.4.1, OpenSSL 0.9.7g, ncurses 5.4.20040208(wide)
yes - the "(wide)" says that as far as lynx is concerned, it's there.
Built on darwin8.0.0 May 1 2005 15:36:05
and:
% otool -L /usr/local/bin/lynx
/usr/local/bin/lynx:
/usr/lib/libz.1.2.2.dylib (compatibility version 1.2.0, current
version 1.2.2) /usr/lib/libncurses.5.4.dylib (compatibility version
5.4.0, current version 5.4.0) /usr/local/ssl/lib/libssl.0.9.7.dylib
(compatibility version 0.9.0, current version 0.9.7)
/usr/local/ssl/lib/libcrypto.0.9.7.dylib (compatibility version
0.9.0, current version 0.9.7) /usr/lib/libmx.A.dylib (compatibility
version 1.0.0, current version 92.0.0) /usr/lib/libSystem.B.dylib
(compatibility version 1.0.0, current version 88.0.0)
seem to indicate that widec support is ON.
as for IP6 support, yes it compiles, but not sure how to test ...
There are some sites that you can connect to test (I recall finding that when I was testing a while back). The ones I bookmarked don't seem to be reliable though.
-- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net
_______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
