[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LYNX-DEV Compilation error
From: |
Francisco A. Tomei Torres |
Subject: |
LYNX-DEV Compilation error |
Date: |
Wed, 10 Sep 1997 11:59:40 |
Hello,
I tried to compile your latest development post on a NeXTstation running
NeXTstep/OpenStep 4.0
I also added the patch Klaus Weide previously provided me.
The compilation failed. I have attached 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)) {
>
>
LYNX.TXT
Description: Text document
- LYNX-DEV Compilation error, Francisco A. Tomei Torres, 1997/09/09
- Re: LYNX-DEV Compilation error, Klaus Weide, 1997/09/09
- Message not available
- LYNX-DEV Compilation error,
Francisco A. Tomei Torres <=
- 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