[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV Re: devel code update (was Re: Can't read local...
From: |
Nelson Henry Eric |
Subject: |
Re: LYNX-DEV Re: devel code update (was Re: Can't read local... |
Date: |
Fri, 2 May 1997 12:12:34 +0900 (JST) |
> 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
[...] ^^^^^^^^^^^^^^^
> 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
Try the autoconf after setenv for slang header files and library.
With csh:
setenv CPPFLAGS -I/path/to/slang/src
setenv LIBS -L/path/to/slang/lib
./configure
It should build without any changes to the code.
__Henry
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;
- Re: LYNX-DEV Re: devel code update (was Re: Can't read local...,
Nelson Henry Eric <=