lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Re: ./LYMain.c:475: `lynx_lss_file' undeclared (first use this


From: Klaus Weide
Subject: LYNX-DEV Re: ./LYMain.c:475: `lynx_lss_file' undeclared (first use this function)
Date: Wed, 15 Oct 1997 07:12:57 -0500 (CDT)

On Wed, 15 Oct 1997, Nelson Henry Eric wrote:

> gcc -DHAVE_CONFIG_H -I/home/nelsonhe/.slang/src -I/home/nelsonhe/.usr/include
>  -I.. -I../WWW/Library/Implementation  -O2 -DSUN -DSUN4 -c ./LYMain.c
> ./LYMain.c: In function `free_lynx_globals':
> ./LYMain.c:475: `lynx_lss_file' undeclared (first use this function)
> ./LYMain.c:475: (Each undeclared identifier is reported only once
> ./LYMain.c:475: for each function it appears in.)
> *** Error code 1
> make: Fatal error: Command failed for target `LYMain.o'
> Current working directory /home/kyoin/nelsonhe/.lynx/Bin/lynx2-7-1/src
> *** Error code 1
> make: Fatal error: Command failed for target `all'
> 
> Just me again?  If so, I'll keep looking for the problem.

No, my fault, sorry.   There should be an ifdef around the
line with FREE(lynx_lss_file), i.e.

#if defined(USEHASH)
    FREE(lynx_lss_file);
#endif


      Klaus


;
; 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]