You are not logged in.
Hi all,
I'm trying to compile some code that uses ncursesw, however I don't have the <ncursesw/ncurses.h> file on my system. I'm new to Arch but I thought these files were normally provided by -dev packages, so ncurses-dev in this case. But I can't find this anywhere (not even in AUR) - what am I missing? There are other people here who are compiling programs using ncurses, what did you do to install the header files?
Last edited by Malvineous (2011-04-16 02:53:12)
Offline
Offline
There is no separate ncursesw stuff in Arch. Change your program to include <ncurses.h>
Offline
Ah, that did it! I misread the autoconf macro - I thought it defined a value if you had ncursesw.h present, but rather it defines a value if you have ncursesw present, and another value if you should use <ncursesw/ncurses.h> over just <ncurses.h>
Thanks for your help!
Offline