Re: [Python-Dev] readline compilarion fails on OSX

2006-02-21 Thread Martin v. Löwis
Guido van Rossum wrote: > Thanks! That worked. > > But shouldn't we try to fix setup.py to detect this situation instead > of making loud clattering noises? One of my concerns with the distutils build process is that it takes failures lightly. Unlike make, it won't stop when an error occurs, but

Re: [Python-Dev] readline compilarion fails on OSX

2006-02-20 Thread skip
Guido> But shouldn't we try to fix setup.py to detect this situation Guido> instead of making loud clattering noises? Here's a first-cut try at a setup.py patch: http://python.org/sf/1435651 Unfortunately, I don't think distutils provides a clean way to detect symbols the way config

Re: [Python-Dev] readline compilarion fails on OSX

2006-02-20 Thread Guido van Rossum
Thanks! That worked. But shouldn't we try to fix setup.py to detect this situation instead of making loud clattering noises? --Guido On 2/20/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > On Feb 20, 2006, at 6:48 PM, Guido van Rossum wrote: > > > On OSX (10.4.4) the readline module in the svn H

Re: [Python-Dev] readline compilarion fails on OSX

2006-02-20 Thread Bob Ippolito
On Feb 20, 2006, at 6:48 PM, Guido van Rossum wrote: > On OSX (10.4.4) the readline module in the svn HEAD fails compilation > as follows. This is particularly strange since the buildbot is green > for OSX... What could be up with this? > > building 'readline' extension -lots of build junk- In A

[Python-Dev] readline compilarion fails on OSX

2006-02-20 Thread Guido van Rossum
On OSX (10.4.4) the readline module in the svn HEAD fails compilation as follows. This is particularly strange since the buildbot is green for OSX... What could be up with this? building 'readline' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -g -O3