lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV unistd.h


From: Benjamin C. W. Sittler
Subject: Re: LYNX-DEV unistd.h
Date: Tue, 14 Apr 1998 15:11:50 -0600 (MDT)

On Tue, 14 Apr 1998, Kristin McNally wrote:

> I'm trying to compile a win32 version exe, and my compiler can't find this
> header file.  This file did not download with the source, so I'm assuming
> its system specific.  Any help?

It sounds like you might be using MSVC(++). If this is the case, you
should consider either (a) installing a UNIX-style C compiler (CygWin32,
http://www.cygnus.com/), or (b) including <dos.h> instead.

I got Lynx 2-7-2 to build with MSVC, but the lack of Winsock support in
Lynx meant I had to stub out all the interesting network code, making the
port useless. I suggest EMX/RSXNT (haven't made it work) or Cygnus
GNU-Win32 (works ok, but you need to get a curses library or slang,
neither of which is bundled with b19.) 

reply via email to

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