Re: [Pythonmac-SIG] Matplotlib, other libs and the Universal Python

2006-07-14 Thread Charlie Moad
On 7/14/06, Christopher Barker <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm working on Building a Matplotlib that will work with the Universal > Python. > > I was going along just fine, following the procedure that I've used > before, but low and behold, I've run into a problem. > > MPL Requires li

Re: [Pythonmac-SIG] Matplotlib, other libs and the Universal Python

2006-07-14 Thread Bob Ippolito
On Jul 14, 2006, at 4:48 PM, Christopher Barker wrote: > Bob Ippolito wrote: >> I use the script that SDL uses, gcc-fat.sh. It's a compiler frontend >> that compiles 10.2 PPC with gcc3.3 and 10.4 i386 with gcc4. Not >> compatible with everything, but definitely works with libpng. > > Not for me,

Re: [Pythonmac-SIG] Matplotlib, other libs and the Universal Python

2006-07-14 Thread Christopher Barker
Bob Ippolito wrote: > I use the script that SDL uses, gcc-fat.sh. It's a compiler frontend > that compiles 10.2 PPC with gcc3.3 and 10.4 i386 with gcc4. Not > compatible with everything, but definitely works with libpng. Not for me, but I have no idea what I'm doing. I tried: ./configure CC="

Re: [Pythonmac-SIG] Matplotlib, other libs and the Universal Python

2006-07-14 Thread Christopher Barker
Bob Ippolito wrote: > I use the script that SDL uses, gcc-fat.sh. It's a compiler frontend > that compiles 10.2 PPC with gcc3.3 and 10.4 i386 with gcc4. Not > compatible with everything, but definitely works with libpng. That looks promising. I've got it, but noticed that it's using gcc-3.3

Re: [Pythonmac-SIG] Matplotlib, other libs and the Universal Python

2006-07-14 Thread Bob Ippolito
On Jul 14, 2006, at 1:47 PM, Christopher Barker wrote: > Hi all, > > I'm working on Building a Matplotlib that will work with the Universal > Python. > > I was going along just fine, following the procedure that I've used > before, but low and behold, I've run into a problem. > > MPL Requires lib

[Pythonmac-SIG] Matplotlib, other libs and the Universal Python

2006-07-14 Thread Christopher Barker
Hi all, I'm working on Building a Matplotlib that will work with the Universal Python. I was going along just fine, following the procedure that I've used before, but low and behold, I've run into a problem. MPL Requires libpng and a version of libfreetype that doesn't come with OS-X. In the