Re: Build errors for Objects/complexobject.c

2005-08-09 Thread Martin v. Löwis
[EMAIL PROTECTED] wrote: > I'm attempting to build Python 2.4.1 on Solaris 10 using gcc 3.4.3. I > get the following build error: This is a GCC bug, which I think got fixed in gcc 4.0.1. You can work around it by removing the definition of _XOPEN_SOURCE, POSIX_SOURCE, XOPEN_SOURCE_EXTENDED from py

Re: Build errors for Objects/complexobject.c

2005-08-09 Thread peter . havens
Okay, after further review, I realized that 'make test' wasn't completely successful. The test 'test_complex' passed, but 'test_long' failed: test_long test test_long crashed -- exceptions.OverflowError: long int too large to convert to float ...do you think my changes caused this failure? Pet