On Sat, 8 Jan 2000, Mike Bledig wrote:
> At some point in tine you wrote:
> > Hi,
> >
> > I've download the distribution ver 2.8.2 and am trying to build the
> > code using MS Visual C++. I got to the point where in the file tcp.h,
> > at line 509 : " #include <unistd.h> " Problem is, there's no such
> > file anywhere in the subdirectory of the distribution. I am wondering
> > if this is a Borland C's own header file?? Or maybe I didn't download
> > everything, but I've downloaded the lynx2-8-2.zip from
> > http://www.slcc.edu/lynx/release/, and unzipped it. Please advise.
> > Thank you in advance.
> >
> > William
>
> Go into a directory SER\CHRTRANS, run the batch file
> "makew32.bat".
>
> This will create the .H files needed.
This won't create that header.
Please use 'makefile.msc' located at the top of lynx source tree (it's
present in lynx-2.8.2dev16 at least). It contains commandline (and a set of
defines) that will help to compile lynx (I hope).
In particular, it defines NO_UNISTD_H, so you shouldn't have problem with
<unistd.h> you are having if you use that makefile.
PS: I didn't compiled lynx with VC++, so I don't have any experience with
it.
>
Best regards,
-Vlad