FS#17590 - [ncurses] doesn't provide ncursesw/* headers
Attached to Project:
Arch Linux
Opened by Ionut Biru (wonder) - Wednesday, 23 December 2009, 13:12 GMT
Last edited by Ionut Biru (wonder) - Wednesday, 23 December 2009, 21:14 GMT
Opened by Ionut Biru (wonder) - Wednesday, 23 December 2009, 13:12 GMT
Last edited by Ionut Biru (wonder) - Wednesday, 23 December 2009, 21:14 GMT
|
Details
Description:
ncurses doesn't provide ncursesw/ncusers.h header but provide the library. trying to fix configure:29887: checking ncursesw/ncurses.h usability configure:29904: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -Wall -std=c99 conftest.c >&5 conftest.c:96:30: error: ncursesw/ncurses.h: No such file or directory configure:29928: checking ncursesw/ncurses.h presence configure:29943: gcc -E conftest.c conftest.c:63:30: error: ncursesw/ncurses.h: No such file or directory Additional info: ncurses 5.7-2.1 we had this issue in the past Steps to reproduce: try to build egk2 |
This task depends upon
Comment by Allan McRae (Allan) -
Wednesday, 23 December 2009, 20:11 GMT
Ncurses _only_ provides the wide headers as we want nothing to
link against the non-wide versions (see the PKGBUILD). The program
you are compiling is wrong to expect them in
/usr/include/ncursesw/...