Skip to content

Compile fails on MSYS/MINGW64 with missing curses.h #84

@eabase

Description

@eabase

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 1

But 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions