lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] lynx2.8.6dev.16: Compile error under AIX 5.1


From: Thomas Dickey
Subject: Re: [Lynx-dev] lynx2.8.6dev.16: Compile error under AIX 5.1
Date: Mon, 19 Dec 2005 16:28:23 -0500 (EST)

On Mon, 19 Dec 2005, Jens Schleusener wrote:

Hi,

I just tried to compile lynx2.8.6dev.16 under AIX 5.1 using gcc version 4.0.0 but got the following error:

gcc  -I/usr/local/contrib/ncurses-5.3/include
-I/usr/local/contrib/ncurses-5.3/include/ncurses
-I/usr/local/contrib/include  -D_ACS_COMPAT_CODE
-D_LARGE_FILES -D_ALL_SOURCE -DHAVE_CONFIG_H
-DLOCALEDIR=\"/usr/local/contrib/share/locale\"
-I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src
-I../WWW/Library/Implementation
-I/usr/local/contrib/include  -c ./LYMap.c
../LYMap.c: In function 'LYPrintImgMaps':
../LYMap.c:628: error:
'struct _LYImageMap' has no member named 'intern_flag'
gnumake[1]: *** [LYMap.o] Error 1

Looking at the source code I applied just out of analogy to similar code (sorry I am a "C"-layman) the following patch

close - that "map->intern_flag" should be "elt->intern_flag".

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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