lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Re: 2.8.5dev.8 with Borland C++ 5.5 and zlib 1.1.4


From: Thomas Dickey
Subject: Re: lynx-dev Re: 2.8.5dev.8 with Borland C++ 5.5 and zlib 1.1.4
Date: Wed, 26 Jun 2002 19:30:24 -0400
User-agent: Mutt/1.2.5i

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 <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]