New submission from Akira Kitada <[EMAIL PROTECTED]>:

Excerpt from configure.in

"""
# On FreeBSD 4.8 and MacOS X 10.2, a bug in ncurses.h means that
# it craps out if _XOPEN_EXTENDED_SOURCE is defined. Apparently,
# this is fixed in 10.3, which identifies itself as Darwin/7.*
# This should hopefully be fixed in FreeBSD 4.9
FreeBSD/4.8* | Darwin/6* )
"""

Unfotunately, this bug isn't fixed in FreeBSD 4.9 and even 4.1[01].
Attached patch fixes this.

Note that this fix is already included in trunk, 2.6 and 3k branches.
See also: Issue4204

----------
components: +Build
keywords: +patch
title: a bug in ncurses.h still exist in -> A bug in ncurses.h still exists in 
FreeBSD 4.9 - 4.11
type:  -> compile error
versions: +Python 2.5
Added file: http://bugs.python.org/file12077/configure.in.diff

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4368>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to