You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that the Makefile relies on pkg-config to get the necessary compilation and linking flags for the ncurses library. This does not work on OpenBSD because there is no pkg-config metadata for ncurses on OpenBSD.
TLDR; Try running the following command: cc -o rover rover.c -lcurses
When running
make
, I get the following error:I have plenty of other programs on my machine that use ncursesw and have compiled them before, so I'm not sure what the issue would be here.
The text was updated successfully, but these errors were encountered: