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
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
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
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
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