lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Lynx2-7 + ssl + gpm patches


From: Myles Uyema
Subject: LYNX-DEV Lynx2-7 + ssl + gpm patches
Date: Fri, 21 Feb 1997 07:40:19 -1000

When trying to build lynx with "make linux-slang"
I get compile errors.  My system is a glibc-2.0.1 build.  It seems that
all of the undeclared symbolic constants are defined in <curses.h>
(ncurses 4.0).  Could the fact that I'm using glibc or making
'linux-slang' perhaps be the culprit?  Most of the symbolic constants
are also defined in <slcurses.h> (slang-0.99.38).  I have successfully
built lynx with the SSL patch, but with the added GPM patches, this is
the outcome.  

I've tried shifting header files around, and commented out
the CTRL definition in LYGpm.c.  I'll try hacking around some more...

gcc -O -DUNIX -DLINUX -DUSE_SLANG  -DNO_KEYPAD -DNO_TTYTYPE \
-I../WWW/Library/Implementation -DDIRED_SUPPORT  -DOK_TAR -DOK_ZIP \
-DOK_GZIP -DOK_UUDECODE -DOK_OVERRIDE -DOK_PERMIT  -DGPM_SUPPORT  -I.. \
-c LYGpm.c -o LYGpm.o
LYGpm.c:16: warning: CTRL' redefined
/usr/include/sys/ttydefaults.h:63: warning: this is the location of the
previous definition
LYGpm.c:13: parse error before lose'
LYGpm.c:18: syntax error before static'
LYGpm.c: In function is_current_link':
LYGpm.c:71: A_REVERSE' undeclared (first use this function)
LYGpm.c:71: (Each undeclared identifier is reported only once
LYGpm.c:71: for each function it appears in.)
LYGpm.c: In function get_page_count':
LYGpm.c:101: A_CHARTEXT' undeclared (first use this function)
LYGpm.c: In function gpm_mouse_handler':
LYGpm.c:140: KEY_IC' undeclared (first use this function)
LYGpm.c:176: KEY_NPAGE' undeclared (first use this function)
LYGpm.c:176: KEY_PPAGE' undeclared (first use this function)
LYGpm.c:210: KEY_HOME' undeclared (first use this function)
LYGpm.c:212: KEY_DOWN' undeclared (first use this function)
LYGpm.c:212: KEY_UP' undeclared (first use this function)
LYGpm.c:234: KEY_RIGHT' undeclared (first use this function)
make[1]: *** [LYGpm.o] Error 1
make[1]: Leaving directory /tmp/lynx2-7/src'
make: *** [linux-slang] Error 2
address@hidden:/tmp/lynx2-7[15]

-- 
Myles Uyema
address@hidden

Attachment: pgpLplc15t3bB.pgp
Description: PGP signature


reply via email to

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