bug-gtypist
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gtypist] gtypes doesn't find ncurses.h, fails to compile


From: Jean Louis
Subject: [bug-gtypist] gtypes doesn't find ncurses.h, fails to compile
Date: Fri, 18 Nov 2016 11:17:47 +0300

Hello,

I had to change some files in order to compile gtypist.

The problems are in following files:

configure:ac_fn_c_check_header_mongrel "$LINENO" "ncursesw/ncurses.h" 
"ac_cv_header_ncursesw_ncurses_h" "$ac_includes_default"
configure.ac:AC_CHECK_HEADER(ncursesw/ncurses.h, HAVE_NCURSESW_H=1)
src/script.c:#include <ncursesw/ncurses.h>
src/error.c:#include <ncursesw/ncurses.h>
src/gtypist.c:#include <ncursesw/ncurses.h>
src/cursmenu.c:#include <ncursesw/ncurses.h>
src/utf8.c:#include <ncursesw/ncurses.h>

I have /usr/include/ncurses.h and by simply removing "ncursesw/" in
those files, I could compile it.

Jean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]