<<< Date Index >>>     <<< Thread Index >>>

Re: install problems with curses



On Mon, Aug 01, 2005 at 04:02:35PM +0100, Laran Evans wrote:
> ...
> In file included from alias.c:21:
> mutt_curses.h:45:20: curses.h: No such file or directory
> alias.c: In function `mutt_create_alias':
> alias.c:262: warning: implicit declaration of function `beep'
> make[1]: *** [alias.o] Error 1
> make[1]: Leaving directory `/home/laran/mutt-1.4.2.1'
> make: *** [install-recursive] Error 1
> -bash-2.05b$

I think curses.h is a pretty important file; the function that's failing is just
the first to require curses.h (AIUI). What system are you installing on? Do you
have the curses 'development' package (eg on Debian: libncurses5-dev) installed?

-- 

Will Maier