Message143798
I have compiled ncurses myself, supporting wide characters. I get this warnings in the buildbots:
"""
/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Modules/_cursesmodule.c:920: warning: implicit declaration of function 'wget_wch'
/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Modules/_cursesmodule.c:927: warning: implicit declaration of function 'mvwget_wch'
/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Modules/_cursesmodule.c:2760: warning: implicit declaration of function 'unget_wch'
"""
Studying the "ncurses.h", I see the definition of "wget_wch" and others. But these definitions are created only if "_XOPEN_SOURCE_EXTENDED" is defined.
Something to be explored?. |
|
Date |
User |
Action |
Args |
2011-09-09 19:55:16 | jcea | set | recipients:
+ jcea, akuchling, cben, pitrou, vstinner, gpolo, r.david.murray, inigoserna, phep, zeha, schodet, python-dev, Nicholas.Cole |
2011-09-09 19:55:16 | jcea | set | messageid: <1315598116.11.0.129358174702.issue6755@psf.upfronthosting.co.za> |
2011-09-09 19:55:15 | jcea | link | issue6755 messages |
2011-09-09 19:55:15 | jcea | create | |
|