Fahrvergnuugen
I am the law!
I want to install ncurses so I can use BitchX
I used [all as root obviously]:
./configure --enable-symlinks
and it ended with:
So everything looks ok....
Any ideas?
I used [all as root obviously]:
./configure --enable-symlinks
and it ended with:
** Configuration summary for NCURSES 5.2 20001021:
bin directory: /usr/local/bin
lib directory: /usr/local/lib
include directory: /usr/local/include
man directory: /usr/local/man
terminfo directory: /usr/local/share/terminfo
So everything looks ok....
make
(lots of stuff missing here)
../include/nc_alloc.h:73: syntax error, found `size_t'
../include/nc_alloc.h:73: illegal function definition, found `)'
../ncurses/curses.priv.h:703: undefined type, found `size_t'
../ncurses/curses.priv.h:707: undefined type, found `size_t'
../ncurses/curses.priv.h:708: undefined type, found `size_t'
../ncurses/curses.priv.h:733: undefined type, found `size_t'
../ncurses/curses.priv.h:740: syntax error, found `size_t'
../ncurses/curses.priv.h:740: illegal function definition, found `)'
../ncurses/curses.priv.h:749: undefined type, found `FILE'
../ncurses/curses.priv.h:764: undefined type, found `FILE'
../include/tic.h:253: undefined type, found `FILE'
../include/tic.h:268: illegal function definition, found `__attribute__'
../include/tic.h:269: illegal function definition, found `__attribute__'
./tinfo/comp_hash.c:47: header file 'ctype.h' not found
../ncurses/tinfo/doalloc.c:45: undefined type, found `size_t'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
make[1]: *** [make_hash] Error 1
make: *** [all] Error 2
Any ideas?