lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Compilation error


From: Klaus Weide
Subject: Re: LYNX-DEV Compilation error
Date: Tue, 9 Sep 1997 15:45:29 -0500 (CDT)

On Tue, 9 Sep 1997, Francisco A. Tomei Torres wrote:

> Hello,
> 
> I tried to compile the latest lynx development version under
> NeXTstep/OpenStep 4.0, and failed. I have attached a file with compilation
> details.


Change line 491 in src/chrtrans/makeuctb.c from:

    } else if (!this_MIMEcharset || !(*this_MIMEcharset)) {

to:

    } else if (!(*this_MIMEcharset)) {

and change line 503 from:

    } else if (!this_LYNXcharset || !(*this_LYNXcharset)) {

to:

    } else if (!(*this_LYNXcharset)) {


I'll make those changes in the next update.

You also had warnings about redefinition of bcopy() and index(), but I
hope those are not serious.


   Klaus




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