Thomas Dickey wrote:
On Mon, 26 Jun 2006, Nigel Horne wrote:

Make didn't get very far.

LYCurses.h is trying to use curses.h instead of ncurses.h:

that should be ok (ncurses installs both).  curses.h is standard,
and ncurses.h is a link to curses.h

Even so, it should be using ncurses since I told it to!
So why isn't HAVE_NCURSES_H defined?

....
cd WWW/Library/Implementation && /bin/make CC="gcc" \
       LY_CFLAGS="-O2 -Wall -W -pipe " \
CPPFLAGS="-I/usr/local/include -I/usr/local/include/ncurses -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE" \
       LYFLAGS=""
make[1]: Entering directory `/boot/home/lynx2-8-5/WWW/Library/Implementation' gcc -DHAVE_CONFIG_H -I/usr/local/include -I/usr/local/include/ncurses -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -O2 -Wall -W -pipe -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTParse.c
In file included from /boot/home/lynx2-8-5/src/LYKeymap.h:6,
                from /boot/home/lynx2-8-5/src/LYUtils.h:5,
from /boot/home/lynx2-8-5/WWW/Library/Implementation/HTParse.c:8: /boot/home/lynx2-8-5/src/LYCurses.h:198: curses.h: No such file or directory
In file included from /boot/home/lynx2-8-5/src/LYKeymap.h:6,
                from /boot/home/lynx2-8-5/src/LYUtils.h:5,
from /boot/home/lynx2-8-5/WWW/Library/Implementation/HTParse.c:8:
/boot/home/lynx2-8-5/src/LYCurses.h:291: parse error before `*'
/boot/home/lynx2-8-5/src/LYCurses.h:292: parse error before `*'
/boot/home/lynx2-8-5/src/LYCurses.h:292: warning: type defaults to `int' in declaration of `LYtopwindow' /boot/home/lynx2-8-5/src/LYCurses.h:292: warning: data definition has no type or storage class
/boot/home/lynx2-8-5/src/LYCurses.h:296: parse error before `*'
/boot/home/lynx2-8-5/src/LYCurses.h:297: parse error before `*'
/boot/home/lynx2-8-5/src/LYCurses.h:297: warning: type defaults to `int' in declaration of `LYstartPopup' /boot/home/lynx2-8-5/src/LYCurses.h:297: warning: data definition has no type or storage class
/boot/home/lynx2-8-5/src/LYCurses.h:394: parse error before `*'
/boot/home/lynx2-8-5/src/LYCurses.h:399: parse error before `*'
/boot/home/lynx2-8-5/src/LYCurses.h:724: parse error before `*'
In file included from /boot/home/lynx2-8-5/WWW/Library/Implementation/HTParse.c:10:
/boot/home/lynx2-8-5/src/LYStrings.h:23: parse error before `*'
make[1]: *** [HTParse.o] Error 1
make[1]: Leaving directory `/boot/home/lynx2-8-5/WWW/Library/Implementation'
make: *** [all] Error 2

-Nigel




--
Nigel Horne. Arranger, Adjudicator, Band Trainer, Composer, Tutor, Typesetter.
NJH Music, Barnsley, UK.  ICQ#20252325
[EMAIL PROTECTED] http://www.bandsman.co.uk
begin:vcard
fn:Nigel Horne
n:Horne;Nigel
org:NJH Music
email;internet:[EMAIL PROTECTED]
tel;fax:+44 870 705 9334
note:Skype: nigelhorne
x-mozilla-html:FALSE
version:2.1
end:vcard

_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to