Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile curses version (curses.h not found) #392

Open
ZabejAga opened this issue Mar 18, 2024 · 1 comment
Open

Can't compile curses version (curses.h not found) #392

ZabejAga opened this issue Mar 18, 2024 · 1 comment

Comments

@ZabejAga
Copy link

ZabejAga commented Mar 18, 2024

Following error appears when compiled make clients curses:

cc -g -O2 -Wall -Wextra -Wpedantic -Wformat=2 -Wstrict-aliasing=3 -Wstrict-overflow=5 -Wstack-usage=12500 -Wcast-align -Wpointer-arith -Wchar-subscripts -Warray-bounds=2 -Wno-unknown-warning-option  -std=c99 -fvisibility=hidden -D_FORTIFY_SOURCE=2 -DBM_VERSION=\"0.6.21\" -DBM_PLUGIN_VERSION=\"0.6.21-d58c9dc3650ed4b265724bdff281301e9912001d\" -DINSTALL_LIBDIR=\"/usr/local/lib\" -D_DEFAULT_SOURCE -Ilib    -shared -fPIC lib/renderers/curses/curses.c util.a  -lm -L. -lbemenu -o bemenu-renderer-curses.so
lib/renderers/curses/curses.c:14:10: fatal error: curses.h: No such file or directory
   14 | #include <curses.h>
      |          ^~~~~~~~~~
compilation terminated.
make: *** [GNUmakefile:57: bemenu-renderer-curses.so] Error 1

ubuntu 22.04 wsl2

@Cloudef
Copy link
Owner

Cloudef commented Mar 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants