Closed noraatfedora closed 4 years ago
@jaredgoodman03 Sorry I just saw this issue. It appears that Arch-Linux based system have different naming for Ncurses/Ncursesw, and I wasn't prepared for that.
My suggestion is in st_curses.h, changing this
#ifdef HAS_NCURSES_H
#include <ncurses.h>
#else
#include <ncursesw/ncurses.h>
#endif
to simply
#include <ncurses.h>
It should be able to compile after the change.
I get this error when running
make install
:I've installed ncurses 6.2 from my package manager, so I'm not sure what I'm doing wrong here. I'm on Manjaro.