Re: [Matplotlib-users] OSX build under universal python fails

2008-04-24 Thread Chris
Chris <[EMAIL PROTECTED]> writes: > > > > Based on recent emails, this looks like a problem attributed to the gcc > > version, not the python version. Suggested solutions are compile with > > the -Os flag or use gcc 4.2. > > > I think universal builds may have to > wait for another day, when

Re: [Matplotlib-users] OSX build under universal python fails

2008-04-24 Thread Chris
Eric Firing <[EMAIL PROTECTED]> writes: > > Chris, > > Based on recent emails, this looks like a problem attributed to the gcc > version, not the python version. Suggested solutions are compile with > the -Os flag or use gcc 4.2. > Hmm. The problem with using gcc 4.2 is that numpy does not

Re: [Matplotlib-users] OSX build under universal python fails

2008-04-24 Thread Eric Firing
Chris, Based on recent emails, this looks like a problem attributed to the gcc version, not the python version. Suggested solutions are compile with the -Os flag or use gcc 4.2. Eric Chris wrote: > I'm trying to get a built of Matplotlib built under Python.org Python 2.5.2, > but get > the f

[Matplotlib-users] OSX build under universal python fails

2008-04-24 Thread Chris
I'm trying to get a built of Matplotlib built under Python.org Python 2.5.2, but get the following build error, which did not occur under Leopard's python: src/_image.cpp: In member function ‘Py::Object _image_module:: from_images (const Py::Tuple&)’: src/_image.cpp:848: error: insn does not sat