Re: [Matplotlib-users] problem building on mac (ppc arch issue)

2008-12-14 Thread Joshua Lippai
If your goal is to build only for Intel, edit the Makefile inside your (wherever your python installation is)/lib/python2.5/config directory and delete "-arch ppc" everywhere you see it. Then try a clean build of matplotlib. I'd make a backup copy of the original somewhere just in case something go

Re: [Matplotlib-users] problem building on mac (ppc arch issue)

2008-12-13 Thread Robin
Oops.. I'll continue I am having a problem building matplotlib on OS X. It seems it has come up quite a few times, but I haven't seen an answer. The problem is that it seems to be trying to build a fat binary (-arch i386 -arch ppc) but some of the depencies (installed via macports) are i386 only s

[Matplotlib-users] problem building on mac (ppc arch issue)

2008-12-13 Thread Robin
Hi, I am having a problem building matplotlib on OS X. It seems it has come up quite a few times, but I haven't seen an answer. The problem is that it seems to be trying to build a fat binary (-arch i386 -arch ppc) but some of the depencies (installed via macports) are i386 only so I get