-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Running the compile line in README fails by missing curses.h file.
# ./autogen.sh && ./configure && make
...
config.status: creating config.h
gcc -DHAVE_CONFIG_H -g -O2 -c hexedit.c
In file included from hexedit.c:17:
hexedit.h:16:10: fatal error: curses.h: No such file or directory
16 | #include <curses.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:31: hexedit.o] Error 1But I already have curses.h:
# find /c/msys64/mingw64/ -iname "curses.h"
/c/msys64/mingw64/include/ncurses/curses.h
/c/msys64/mingw64/include/ncursesw/curses.h- Issue possibly related to Configure script doesn't error-out when (n)curses isn't found #17
Metadata
Metadata
Assignees
Labels
No labels