[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gtypist] gtypes doesn't find ncurses.h, fails to compile
From: |
Felix Natter |
Subject: |
Re: [bug-gtypist] gtypes doesn't find ncurses.h, fails to compile |
Date: |
Tue, 10 Jan 2017 20:12:22 +0100 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.4 (gnu/linux) |
Jean Louis <address@hidden> writes:
> Hello,
hello Jean,
> 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.
Could you please tell us which operating system / distro you are using?
We would like to fix this issue.
Cheers and Best Regards,
--
Felix Natter
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [bug-gtypist] gtypes doesn't find ncurses.h, fails to compile,
Felix Natter <=