On Wed, Jun 26, 2002 at 08:13:06PM -0300, Fr?d?ric L. W. Meunier wrote: > Then I recompiled Lynx adding some options, but: > > -DLYNXCGI_LINKS (--enable-cgi-links) doesn't work: > > Error: Unresolved external '_pipe' referenced from > C:\CYGWIN\USR\SRC\LYNX2-8-5\OBJ\LYCGI.OBJ > Error: Unresolved external '_fork' referenced from > C:\CYGWIN\USR\SRC\LYNX2-8-5\OBJ\LYCGI.OBJ
pipe and fork only work on Unix. To make this run with the Borland config, we'd have to do something more elaborate.. > -DUSE_DEFAULT_COLORS (--enable-default-colors) also failed > (because I enabled color style ?). > > Error: Unresolved external '_lynx_default_colors' referenced > from C:\CYGWIN\USR\SRC\LYNX2-8-5\OBJ\LYCURSES.OBJ you probably can't use that anyway (PDCurses doesn't support it), but would need to satisfy this ifdef in LYCurses.c: #if defined(HAVE_USE_DEFAULT_COLORS) && defined(USE_DEFAULT_COLORS) -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
