lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev MingW+PDcurses fails


From: Thomas Dickey
Subject: Re: lynx-dev MingW+PDcurses fails
Date: Mon, 2 Jun 2003 14:45:35 -0400
User-agent: Mutt/1.2.5i

On Mon, Jun 02, 2003 at 08:10:29PM +0200, Gisle Vanem wrote:
> A small patch to make it compile with MingW + PDcurses.
> 
> --- orig/src/LYutils.c Mon Jun  2 01:16:28 2003
> +++ src/LYUtils.c   Mon Jun  2 20:04:08 2003
> @@ -1536,7 +1536,7 @@
>      int c;
>      int cmd;
>  #ifndef VMS /* UNIX stuff: */
> -#if !defined(USE_SLANG) && (defined(UNIX) || defined(__DJGPP__))
> +#if !defined(USE_SLANG)
>      struct timeval socket_timeout;
>      int ret = 0;
>      fd_set readfds;
> 
> Since MingW doesn't define UNIX.

thanks.  I didn't try with PDCurses, since I recall there was some problem
linking that configuration.  I did build the slang+mingw, but arrow keys
did not work (for me).  Do they work for you in this snapshot?

-- 
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]