[ python-Bugs-1116722 ] Solaris 10 fails to compile complexobject.c [FIX incl.]

SourceForge.net noreply at sourceforge.net
Sat Feb 5 08:03:20 CET 2005


Bugs item #1116722, was opened at 2005-02-04 23:02
Message generated for change (Settings changed) made by casevh
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1116722&group_id=5470

Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Case Van Horsen (casevh)
Assigned to: Nobody/Anonymous (nobody)
>Summary: Solaris 10 fails to compile complexobject.c [FIX incl.]

Initial Comment:
This is a duplicate of 970334.

The fix I used was to make the following change in
pyport.h:

Change
#define Py_HUGE_VAL HUGE_VAL

to

#define PY_HUGE_VAL DBL_MAX.

DBL_MAX is found in float.h

Versions used:

Python 2.4
gcc 3.4.3
Solaris 10 x86 GA release.

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

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


More information about the Python-bugs-list mailing list