[Python-bugs-list] [ python-Bugs-640419 ] cursesmodule won't build on OS X 10.2

noreply@sourceforge.net noreply@sourceforge.net
Mon, 18 Nov 2002 17:08:44 -0800


Bugs item #640419, was opened at 2002-11-19 01:01
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=640419&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Andreas Schoeller (bosinski)
Assigned to: Nobody/Anonymous (nobody)
Summary: cursesmodule won't build on OS X 10.2

Initial Comment:


gcc  -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -Wno-long-
double -no-cpp-precomp -I. -I./Include  -c ./Modules/
_cursesmodule.c -o Modules/_cursesmodule.o
In file included from Include/py_curses.h:6,
                 from Modules/_cursesmodule.c:113:
/usr/include/ncurses.h:282: conflicting types for `wchar_t'
/usr/include/stdlib.h:77: previous declaration of `wchar_t'
make: *** [Modules/_cursesmodule.o] Error 1

I tried building against ncurses5.2.7 (fink-stable) and the included 
ncurses5.?.? shipped by apple. A 'curses' lib is not here :-(.



----------------------------------------------------------------------

>Comment By: Andreas Schoeller (bosinski)
Date: 2002-11-19 01:08

Message:
Logged In: YES 
user_id=352632

_cursesmodule builds with python 2.2.2 (same machine).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=640419&group_id=5470