[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.
;
- LYNX-DEV Compilation error, Francisco A. Tomei Torres, 1997/09/09
- Re: LYNX-DEV Compilation error,
Klaus Weide <=
- Message not available
- LYNX-DEV Compilation error, Francisco A. Tomei Torres, 1997/09/10
- Re: LYNX-DEV Compilation error, T.E.Dickey, 1997/09/10
- Re: LYNX-DEV Compilation error, Klaus Weide, 1997/09/10
- Message not available
- Re: LYNX-DEV Compilation error, Francisco A. Tomei Torres, 1997/09/10
- Re: LYNX-DEV Compilation error, T.E.Dickey, 1997/09/11
- Re: LYNX-DEV Compilation error, RamNarayan S, 1997/09/14
Message not available