This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Nicholas.Cole, akuchling, cben, gpolo, inigoserna, pitrou, python-dev, r.david.murray, schodet, vstinner, zeha
Date 2011-07-15.13:58:29
SpamBayes Score 0.0040257107
Marked as misclassified No
Message-id <1310738313.13.0.198297058798.issue6755@psf.upfronthosting.co.za>
In-reply-to
Content
/home/antoine/cpython/default/Modules/_cursesmodule.c: In function ‘PyCursesWindow_Get_WCh’:
/home/antoine/cpython/default/Modules/_cursesmodule.c:919:9: attention : implicit declaration of function ‘wget_wch’
/home/antoine/cpython/default/Modules/_cursesmodule.c:926:9: attention : implicit declaration of function ‘mvwget_wch’
gcc -pthread -shared build/temp.linux-x86_64-3.3-pydebug/home/antoine/cpython/default/Modules/_cursesmodule.o -L/usr/local/lib -lncurses -o build/lib.linux-x86_64-3.3-pydebug/_curses.cpython-33dm.so
*** WARNING: renaming "_curses" since importing it failed: build/lib.linux-x86_64-3.3-pydebug/_curses.cpython-33dm.so: undefined symbol: mvwget_wch
*** WARNING: importing extension "_curses_panel" failed with <class 'SystemError'>: initialization of _curses_panel raised unreported exception

Failed to build these modules:
_curses            _curses_panel
History
Date User Action Args
2011-07-15 13:58:33pitrousetrecipients: + pitrou, akuchling, cben, vstinner, gpolo, r.david.murray, inigoserna, zeha, schodet, python-dev, Nicholas.Cole
2011-07-15 13:58:33pitrousetmessageid: <1310738313.13.0.198297058798.issue6755@psf.upfronthosting.co.za>
2011-07-15 13:58:29pitroulinkissue6755 messages
2011-07-15 13:58:29pitroucreate