[Python-bugs-list] [ python-Bugs-422265 ] Python 2.1 curses build failure on HPUX (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Wed, 24 Oct 2001 10:16:45 -0700
- Previous message: [Python-bugs-list] [ python-Bugs-432497 ] curses module doesn't build on HP-UX
- Next message: [Python-bugs-list] [ python-Bugs-210665 ] Compiling python on hpux 11.00 with threads (PR#360)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bugs item #422265, was opened at 2001-05-08 05:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=422265&group_id=5470
Category: Build Group: Platform-specific
Status: Closed Resolution: Fixed Priority: 5 Submitted By: Richard Townsend (rptownsend) Assigned to: Martin v. L�wis (loewis) Summary: Python 2.1 curses build failure on HPUX
Initial Comment: Builing the curses module from Python 2.1 on HPUX 11.0 fails with the following errors:
building '_curses' extension cc -Ae -O +z -I. -I/home/richardt/python/Python- 2.1/./Include -I/usr/local/include -IInclude/ - c /home/richardt/python/Python- 2.1/Modules/_cursesmodule.c -o build/temp.hp-ux- B.11.00-9000/770-2.1/_cursesmodule.o cc: line 309: warning 5004: Uninitialized variable "arg1" in function "PyCursesWindow_getbegyx" (5004) cc: line 309: warning 5004: Uninitialized variable "arg2" in function "PyCursesWindow_getbegyx" (5004) cc: line 310: warning 5004: Uninitialized variable "arg1" in function "PyCursesWindow_getmaxyx" (5004) cc: line 310: warning 5004: Uninitialized variable "arg2" in function "PyCursesWindow_getmaxyx" (5004) cc: line 311: warning 5004: Uninitialized variable "arg1" in function "PyCursesWindow_getparyx" (5004) cc: line 311: warning 5004: Uninitialized variable "arg2" in function "PyCursesWindow_getparyx" (5004)
For full error listing see attached file curses.txt
Comment By: Martin v. L�wis (loewis) Date: 2001-10-24 10:16
Message: Logged In: YES user_id=21627
Curses compilation is now fixed in
acconfig.h 1.57 configure.in 1.278 pyconfig.h.in 1.20 py_curses.h 1.3 _cursesmodule.c 2.58
You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=422265&group_id=5470
- Previous message: [Python-bugs-list] [ python-Bugs-432497 ] curses module doesn't build on HP-UX
- Next message: [Python-bugs-list] [ python-Bugs-210665 ] Compiling python on hpux 11.00 with threads (PR#360)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]