[Python-bugs-list] [ python-Bugs-457633 ] _cursesmodules.c does not build on MacOSX

noreply@sourceforge.net noreply@sourceforge.net
Sat, 01 Sep 2001 19:15:58 -0700


Bugs item #457633, was opened at 2001-09-01 16:12
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=457633&group_id=5470

Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Nobody/Anonymous (nobody)
Summary: _cursesmodules.c does not build on MacOSX

Initial Comment:
_cursesmodule.c suddenly stopped build on MacOSX.
(this is from the CVS repository).

The first error is on "chtype" on line 187, and you don't want the know the amount of errors it causes after that. I guess that some optional feature of
curses was added without an appropriate ifdef or something.

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-09-01 19:15

Message:
Logged In: YES 
user_id=6380

When did it last build for you without problems?  The last
change was from 19 July, and unless MacOS X defines either
sgi or __sgi, I don't see how that could cause lots of
errors. The 'chtype' typedef isn't affected by the last two
checkins.

Maybe something changed in some header included y Python.h
or pyport.h? Maybe something you changed yourself?

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

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