[ python-Bugs-1299187 ] build fails on Solaris 10 for Objects/complexobject.c

SourceForge.net noreply at sourceforge.net
Fri Sep 23 00:19:46 CEST 2005


Bugs item #1299187, was opened at 2005-09-22 22:19
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=1299187&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Kenneth Simpson (dharmakat)
Assigned to: Nobody/Anonymous (nobody)
Summary: build fails on Solaris 10 for Objects/complexobject.c

Initial Comment:
Solaris 10 
gcc 3.4.4
gas 2.16.1
python 2.4.2c1

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


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

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


More information about the Python-bugs-list mailing list