lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev DJGPP failure


From: Doug Kaufman
Subject: Re: lynx-dev DJGPP failure
Date: Tue, 6 Oct 1998 19:48:10 -0700 (PDT)

On Tue, 6 Oct 1998, Wayne Buttles wrote:

> Flora.org is not responding for me so I can't look this up.  I know I have
> been through this before but can't remember the cause.  Does anyone
> recognise these errors (from the djgpp compile if the libwww.a)
> 
> In file included from ../../Library/Implementation/HTAccess.c:39:
> ../../Library/Implementation/HTTP.h:14: syntax error before `HTProtocol'
> ../../Library/Implementation/HTTP.h:15: syntax error before `HTProtocol'

I am not at my DOS machine to confirm, but I think this means you are
not including the correct tcp.h file. You need to include the tcp.h file
from the WWW/Library/Implementation directory. This file defines
GLOBALREF as extern. tcp.h is included from HTUtils.h, which is listed
before HTTP.h in HTAccess.c. I suspect that somehow you are seeing
another tcp.h file, instead, perhaps one from tcplib. I haven't seen
this error for some time when I have compiled.
                             Doug
__
Doug Kaufman
Internet: address@hidden (preferred)
          address@hidden

reply via email to

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