[issue14225] _cursesmodule compile error in OS X 32-bit-only installer build

2012-08-06 Thread Ned Deily
Ned Deily added the comment: P.P.S. I've updated the OS X installers as of 3.3.0b2 to build and link with a local copy of ncurses 5.9 rather than older Apple-supplied ones. test_curses now passes. -- ___ Python tracker

[issue14225] _cursesmodule compile error in OS X 32-bit-only installer build

2012-06-21 Thread Ned Deily
Ned Deily added the comment: P.S. All is not perfect. I initially missed re-running test_curses with the system ncurses library on OS X where ncurses is at 5.4 or with the 32-bit-installer which builds ncurses 5.5. When I did, test_curses failed as described in Issue15037. test_curses pass

[issue14225] _cursesmodule compile error in OS X 32-bit-only installer build

2012-06-21 Thread STINNER Victor
STINNER Victor added the comment: Cool, thanks for the fix! -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue14225] _cursesmodule compile error in OS X 32-bit-only installer build

2012-06-21 Thread Ned Deily
Ned Deily added the comment: It turns out that the Unicode support for curses did not build correctly on OS X at all. There were two issues: 1. On OS X, unlike many systems, does not supply separate libncurses and libncursesw in /usr/lib; same for libpanel/libpanelw. So the tests in setup.py

[issue14225] _cursesmodule compile error in OS X 32-bit-only installer build

2012-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2035c5ad4239 by Ned Deily in branch 'default': Issue #14225: Fix Unicode support for curses (#12567) on OS X: http://hg.python.org/cpython/rev/2035c5ad4239 -- nosy: +python-dev ___ Python tracker

[issue14225] _cursesmodule compile error in OS X 32-bit-only installer build

2012-06-20 Thread Georg Brandl
Georg Brandl added the comment: And will you fix it for beta1, or do you think it can be done later? BTW, what is the syntax error here? I don't really see it... -- ___ Python tracker ___

[issue14225] _cursesmodule compile error in OS X 32-bit-only installer build

2012-06-19 Thread Ned Deily
Ned Deily added the comment: It was still valid as of 3.3.0a4. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue14225] _cursesmodule compile error in OS X 32-bit-only installer build

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: Is this issue still valid? -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing

[issue14225] _cursesmodule compile error in OS X 32-bit-only installer build

2012-03-07 Thread Ned Deily
New submission from Ned Deily : ./Modules/_cursesmodule.c:279: error: syntax error before 'cchar_t' /Users/sysadmin/build/v3.3.0a1/Modules/_cursesmodule.c: In function 'PyCurses_ConvertToCchar_t': ./Modules/_cursesmodule.c:289: error: 'obj' undeclared (first use in this function)/Users/sysadmin