lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV problems compiling lynx_386 version (latest lynx-cur.z


From: Doug Kaufman
Subject: Re: LYNX-DEV problems compiling lynx_386 version (latest lynx-cur.z
Date: Mon, 10 Nov 1997 18:01:04 -0800 (PST)

On Mon, 10 Nov 1997, Sabato De Rosa wrote:

> In this last step I have included the LYNX2-7-\CURSES and
> LYNX2-7-\DJGPP\TCPLIB directories in libraries's path in djgpp.env
> file;

This is what is causing the problem. You need to put djgpp.env back to
the way it came in the original package.  I think that the problem is
that there are two files named tcp.h.  The file
lynx2-7-/WWW/Library/Implementation/tcp.h has the defines needed by
HTTP.c.  Your change in djgpp.env is making it take the tcp.h in your
tcplib directory instead.

>./../Library/Implementation/HTTP.c:616: `ENOTCONN' undeclared 
>       (first use this function)
>./../Library/Implementation/HTTP.c:616: (Each undeclared identifier 
>       is reported only once
>./../Library/Implementation/HTTP.c:616: for each function it appears in.)
>./../Library/Implementation/HTTP.c:617: `ECONNRESET' undeclared 
>       (first use this function)
>make.exe: *** [../../Library/djgpp/HTTP.o] Error 1

ENOTCONN and ECONNRESET are defined in tcp.h.  tcp.h in included in
HTTP.c.

                         Doug


__
Doug Kaufman
Internet: address@hidden (preferred)
          address@hidden


;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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