lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev lynx2.8.2rel.1-fix.patch


From: Scott Sibert
Subject: lynx-dev lynx2.8.2rel.1-fix.patch
Date: Thu, 17 Jun 1999 10:39:41 -0400 (EDT)

Hi, it is me again.

I got an error compiling 2.8.2 with SSL and the above-mentioned patch:

cc -DHAVE_CONFIG_H   -DLOCALEDIR=\"/usr/local/share/locale\"  -I.  -I..
-Ichrtrans  -I./chrtrans  -I..  -I../src  -I../WWW/Library/Implementation
-I/usr/local/ssl/include -DUSE_SSL  -tune host -O4 -std1 -DDSYS5  -c
./LYMain.c
cc: Error: ./LYMain.c, line 1926: Missing ";". (nosemi)
         }
---------^
*** Exit 1
Stop.
*** Exit 1
Stop.


There is just a ";" missing from the end of the line and adding this fixed
it.  This existed before the rel.1-fix.patch but was not a problem because
it was inside an #ifdef PERSISTENT_COOKIES which was changed by this patch
to #ifdef EXP_PERSISTENT_COOKIES.

--Scott


reply via email to

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