This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lonebandit
Recipients
Date 2004-06-10.12:46:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2007-08-23 14:22:21adminlinkissue970334 messages
2007-08-23 14:22:21admincreate