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 jcea
Recipients Nicholas.Cole, akuchling, cben, gpolo, inigoserna, jcea, phep, pitrou, python-dev, r.david.murray, schodet, vstinner, zeha
Date 2011-09-09.19:55:15
SpamBayes Score 0.013609014
Marked as misclassified No
Message-id <1315598116.11.0.129358174702.issue6755@psf.upfronthosting.co.za>
In-reply-to
Content
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?.
History
Date User Action Args
2011-09-09 19:55:16jceasetrecipients: + jcea, akuchling, cben, pitrou, vstinner, gpolo, r.david.murray, inigoserna, phep, zeha, schodet, python-dev, Nicholas.Cole
2011-09-09 19:55:16jceasetmessageid: <1315598116.11.0.129358174702.issue6755@psf.upfronthosting.co.za>
2011-09-09 19:55:15jcealinkissue6755 messages
2011-09-09 19:55:15jceacreate