lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Re: devel code update (was Re: Can't read local file which incl


From: Nokubi Takatsugu
Subject: LYNX-DEV Re: devel code update (was Re: Can't read local file which includes '%xx'...).
Date: Fri, 2 May 1997 11:19:31 +0900

On Wed, 30 Apr 1997, address@hidden wrote:

>> I have made a small update to the development code, now available in
>> 
>>   <URL:http://sol.slcc.edu/lynx/current/>
>> 
>> as lynx2.7.1ac-0.18, which changes that (not using your patch).

  Thanks. That is good because my patch was so foolish ^^;

>> You may want to test that, if you are willing to try development code with
>> some other experimental features and auto-config.

  I could not compile it with slang, however, can do without slang. My 
enviroment is below.

        Solaris 2.1.5 (x86)
        gcc 2.7.2
        slang 0.99.38

  I had typed 'make solaris2-slang' to make lynx. But make said below
massages and stoped compiling.

gcc -O -DUNIX -DSVR4 -DSOLARIS2  -DUSE_SLANG -DCURS_PERFORMANCE \
-DUTMPX_FOR_UTMP -DUSE_DIRENT  -DLOCALE -DHAVE_TERMIOS_H \
-I../WWW/Library/Implementation -DDIRED_SUPPORT  -DOK_TAR -DOK_ZIP \
-DOK_GZIP -DOK_UUDECODE -DOK_OVERRIDE -DOK_PERMIT-DEXP_CHARTRANS \
 -I.. -I../../slang/src   -c LYStrings.c
LYStrings.c: In function `LYgetch':
LYStrings.c:384: `KEY_DOWN' undeclared (first use this function)
LYStrings.c:384: (Each undeclared identifier is reported only once
LYStrings.c:384: for each function it appears in.)
LYStrings.c:387: `KEY_UP' undeclared (first use this function)
LYStrings.c:390: `KEY_LEFT' undeclared (first use this function)
LYStrings.c:393: `KEY_RIGHT' undeclared (first use this function)
LYStrings.c:396: `KEY_HOME' undeclared (first use this function)
LYStrings.c:399: `KEY_CLEAR' undeclared (first use this function)
LYStrings.c:402: `KEY_NPAGE' undeclared (first use this function)
LYStrings.c:405: `KEY_PPAGE' undeclared (first use this function)
LYStrings.c:408: `KEY_LL' undeclared (first use this function)
LYStrings.c:415: `KEY_A1' undeclared (first use this function)
LYStrings.c:418: `KEY_A3' undeclared (first use this function)
LYStrings.c:421: `KEY_B2' undeclared (first use this function)
LYStrings.c:424: `KEY_C1' undeclared (first use this function)
LYStrings.c:427: `KEY_C3' undeclared (first use this function)
LYStrings.c:481: warning: unreachable code at beginning of switch statement
make[1]: *** [LYStrings.o] Error 1
make[1]: Leaving directory `/users/dc/nokubi/compile/lynx2-7-1/src'
make: *** [solaris2-slang] Error 2

 'KEY_DOWN' and other macros defined in 'slang/src/slcurses.h'
file. But no sources in lynx2-7-1/src directory included it.
 I changed 'lynx2-7-1/src/LYCurses.h' file to include it and 
'slang/src/slcurses.h' file to define the macros.  But 'KEY_LL' and 
'KEY_CLEAR' was not defined anywhere.

 What is wrong? Version of slang? I could not find newer slang file.

-- 
Nokubi Takatsugu
E-mail: address@hidden / address@hidden
;
; 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]