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 vstinner
Recipients enchanter, iandekit, jcea, mschmarck, vstinner
Date 2012-03-08.01:17:58
SpamBayes Score 0.0027709813
Marked as misclassified No
Message-id <1331169480.11.0.4307938338.issue13552@psf.upfronthosting.co.za>
In-reply-to
Content
Jesús Cea Avión also noticed in msg143798 from the issue #6755:

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
2012-03-08 01:18:00vstinnersetrecipients: + vstinner, jcea, enchanter, mschmarck, iandekit
2012-03-08 01:18:00vstinnersetmessageid: <1331169480.11.0.4307938338.issue13552@psf.upfronthosting.co.za>
2012-03-08 01:17:59vstinnerlinkissue13552 messages
2012-03-08 01:17:58vstinnercreate