[ python-Bugs-970334 ] 2.3.4 fails build on solaris 10 - complexobject.c

SourceForge.net noreply at sourceforge.net
Thu Jun 10 08:46:18 EDT 2004


Bugs item #970334, was opened at 2004-06-10 07:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=970334&group_id=5470

Category: Build
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: JD Bronson (lonebandit)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.3.4 fails build on solaris 10 - complexobject.c

Initial Comment:
this has been an ongoing issue:

gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -
Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o 
Objects/classobject.o Objects/classobject.c
gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -
Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o 
Objects/cobject.o Objects/cobject.c
gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -
Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o 
Objects/complexobject.o Objects/complexobject.c
Objects/complexobject.c: In function `complex_pow':
Objects/complexobject.c:469: error: invalid operands to 
binary ==
Objects/complexobject.c:469: error: wrong type 
argument to unary minus
Objects/complexobject.c:469: error: invalid operands to 
binary ==
Objects/complexobject.c:469: error: wrong type 
argument to unary minus
make: *** [Objects/complexobject.o] Error 1

..It fails at that point with no workaround.

Jeff

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

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



More information about the Python-bugs-list mailing list