lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Small compile problem under AIX 4.1.4


From: Jens Schleusener
Subject: lynx-dev Small compile problem under AIX 4.1.4
Date: Wed, 5 Apr 2000 20:19:32 +0200 (DFT)

Hi,

in order to compile lynx2.8.3pre.2 under AIX 4.1.4 using gcc version
2.7.2.2 I had to add the following two lines

  extern int SLang_TT_Read_FD;
  extern int SLtt_Blink_Mode;

in src/LYCurses.c otherwise I got errors like

gcc  -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 -DAIX4 -D_BSD=44 -D_AIX
-I/usr/local/contrib/include -c ./LYCurses.c
./LYCurses.c: In function `start_curses':
./LYCurses.c:690: `SLang_TT_Read_FD' undeclared (first use this function)
./LYCurses.c:690: (Each undeclared identifier is reported only once
./LYCurses.c:690: for each function it appears in.)
./LYCurses.c:738: `SLtt_Blink_Mode' undeclared (first use this function)
gnumake[1]: *** [LYCurses.o] Error 1

I used the configure option "--with-screen=slang" and have the impression
that slang 1.4.0 is installed.

Greetings

Jens Schleusener

P.S.: Preparing this mail I found in the README the request to send
problem reports to this mailing list and a pointer to Section VI. "General
installation instructions" in the INSTALLATION file.  But there I couldn't
find further instructions. 

-- 
Dr. Jens Schleusener            debis Systemhaus
phone: +49 (551) 709-2493       Solutions for Research
fax:   +49 (551) 709-2169       Bunsenstr.10
mail: address@hidden   D-37073 Goettingen


reply via email to

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