[pypy-issue] [issue1439] cfffi warnings when starting pypy interpreter (only the first time)

Armin Rigo tracker at bugs.pypy.org
Sun Apr 7 21:22:14 CEST 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

Two problems here:

* these are warnings that come from incompatibilities between _curses.py and
your system's C headers for ncurses.h

* the second problem is that "_minimal_curses" was not compiled in, probably
because ncurses/terminfo was not found during the translation.  I guess by now
we should stop translation when the headers are not found, rather than just
disable using them (it used to be a good idea but it's not any more).

----------
nosy: +arigo
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1439>
________________________________________


More information about the pypy-issue mailing list