Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Build errors



On Tue, Nov 16, 2004 at 08:57:43AM -0500, kynn@xxxxxxxxx wrote:
[...]
>   gcc -c -I.  -DHAVE_CONFIG_H -DMODULE -Wall -Wmissing-prototypes -O2 -fPIC -o terminfo..o terminfo.c
>   In file included from terminfo.c:53:
>   /usr/include/curses.h:452: `underscore' redeclared as different kind of symbol
>   ../../Src/init.epro:6: previous declaration of `underscore'
>   terminfo.c: In function `bin_echoti':
>   terminfo.c:78: warning: implicit declaration of function `tigetnum'
>   terminfo.c:83: warning: implicit declaration of function `tigetflag'
>   terminfo.c:95: warning: implicit declaration of function `tigetstr'
>   terminfo.c:121: warning: implicit declaration of function `putp'
>   terminfo.c:123: warning: implicit declaration of function `tparm'
>   terminfo.c: In function `boot_':
>   terminfo.c:385: warning: implicit declaration of function `setupterm'
>   *** Error code 1
[...]

You may actually need ncurses for the terminfo module to work.

But zsh configure may not be accurate enough in its searching of
supported libraries. It shouldn't have selected "curses" here as
it has no support for "tigetstr..."

-- 
Stéphane



Messages sorted by: Reverse Date, Date, Thread, Author