lynx-dev
[Top][All Lists]
Advanced

[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)) {
>
>

Attachment: LYNX.TXT
Description: Text document


reply via email to

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