lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV more on developement version of lynx


From: Larry W. Virden, x2487
Subject: LYNX-DEV more on developement version of lynx
Date: Sat, 24 May 1997 10:47:58 -0400

When attempting to recompile a fresh copy of lynx, trying to get around
the fact that _regardless_ of the options chose, all version 27 of lynx
now does is core dump on Solaris, I notice this warning:


cc -DHAVE_CONFIG_H -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses -I.. 
-I../WWW/Library/Implementation  -DDIRED_SUPPORT  -DOK_TAR -DOK_ZIP -DOK_GZIP 
-DOK_UUDECODE -DOK_OVERRIDE -DOK_PERMIT  -DEXP_CHARTRANS -DHAVE_CONFIG_H 
-I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses -I.. 
-I../WWW/Library/Implementation  -DDIRED_SUPPORT  -DOK_TAR -DOK_ZIP -DOK_GZIP 
-DOK_UUDECODE -DOK_OVERRIDE -DOK_PERMIT  -DEXP_CHARTRANS -g -c ./HTML.c
"./HTML.c", line 597: warning: #ifdef must be followed by an identifier

To fix this, change 

#ifdef  0

to 

#if     0


-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
;
; 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]