lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Compiling Lynx (2)


From: T.E.Dickey
Subject: Re: LYNX-DEV Compiling Lynx (2)
Date: Fri, 14 Nov 1997 12:14:49 -0500 (EST)

> 
> After getting the errors reported in my previous message I decided to try
> the full "current development version". I got lynx2.7.1ac-0.94.zip,
> auto-configure it changing just userdefs.h and got this:
> 
> ./configure
> creating cache ./config.cache
> checking host system type... sparc-sun-solaris2.5
> checking for gcc... gcc
...
> ./LYShowInfo.c: In function `showinfo':
> ./LYShowInfo.c:97: `LYNX_VERSION' undeclared (first use this function)
> ./LYShowInfo.c:97: (Each undeclared identifier is reported only once
> ./LYShowInfo.c:97: for each function it appears in.)
> *** Error code 1
> make: Fatal error: Command failed for target `LYShowInfo.o'
> Current working directory /tmp/ismael/lynx2-7-1/src
> *** Error code 1
> make: Fatal error: Command failed for target `all'
LYNX_VERSION is defined in userdefs.h, outside all ifdef's other than the
one that brackets the whole file.

(I'd look first at your changes to userdefs.h - replacing the whole file is
the most like cause for a problem...)


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; 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]