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

non-standard location ncurses #90

Open
dhidas opened this issue Mar 5, 2021 · 1 comment
Open

non-standard location ncurses #90

dhidas opened this issue Mar 5, 2021 · 1 comment

Comments

@dhidas
Copy link

dhidas commented Mar 5, 2021

Hi,

I have a non-standard location for ncurses include and lib. The compiler seems to pick up the header and libs fine via environment, but the configure script doesn't seem to see the header files:
checking for working ncursesw/curses.h... no
checking for working ncursesw.h... no
checking for working ncurses.h... no
configure: WARNING: could not find a working ncursesw/curses.h, ncursesw.h or ncurses.h
configure: error: requires an X/Open-compatible Curses library with color

Is there an environment variable or flag that I might be missing for it to pick them up in a non-standard place?

Thank you in advance for any help.

@Justinzobel
Copy link

Same issue here. I tried --includedir and --oldincludedir but they seem to be ignored by ./configure

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