#3892: fatal error: curses.h: No such file or directory
---------------------+----------------------
Reporter: vinc17 | Owner: mutt-dev
Type: defect | Status: new
Priority: blocker | Milestone:
Component: build | Version:
Keywords: |
---------------------+----------------------
I get the following error with r6834 under Ubuntu 14.04.5 LTS:
{{{
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I../intl -Wall
-pedantic -Wno-long-long -g -O3 -march=native -MT auth.o -MD -MP -MF
.deps/auth.Tpo -c -o auth.o auth.c
In file included from imap_private.h:24:0,
from auth.c:28:
../mutt_curses.h:52:21: fatal error: curses.h: No such file or directory
# include <curses.h>
^
compilation terminated.
}}}
The cause may be the changeset r6833. The machine has:
{{{
/usr/include/ncursesw/curses.h
/usr/include/ncursesw/ncurses.h
}}}
and {{{config.log}}} contains:
{{{
#define HAVE_NCURSESW_NCURSES_H 1
}}}
but this variable isn't defined in {{{config.h}}}.
--
Ticket URL: <https://dev.mutt.org/trac/ticket/3892>
Mutt <http://www.mutt.org/>
The Mutt mail user agent