Closed kozross closed 5 years ago
It's benign if the package properly linked in the end.
waddwstr
is an ncursesw function. Somehow your py_curses.h
(which pulls in ncursesw.h
definitions) didn't include the waddwstr
function protoype. Building on Arch I don't see that warn (although I do see some whinging from py_curses.h
defining an unused variable). This might be a minor bug in ncurses headers (depending on the options Gentoo compiles it with) or in Python/py_curses headers but I don't think it makes sense to silence the warning (manually define the prototype) from widecurse.c
When building this package on Gentoo (modified ebuild to use latest version), I run across this warning message:
This definitely appears to be a bug upstream, and the fix seems quite easy. Is this benign?