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

noreply@sourceforge.net noreply@sourceforge.net
Fri, 22 Nov 2002 02:39:56 -0800


Bugs item #640419, was opened at 2002-11-19 02: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: Closed
>Resolution: Duplicate
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: Jack Jansen (jackjansen)
Date: 2002-11-22 11:39

Message:
Logged In: YES 
user_id=45365

This is a duplicate of 641808.

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

Comment By: Michael Hudson (mwh)
Date: 2002-11-19 10:55

Message:
Logged In: YES 
user_id=6656

I see this too, on 10.1.5.

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

Comment By: Andreas Schoeller (bosinski)
Date: 2002-11-19 02: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