From: John H. <jd...@gm...> - 2009-07-30 01:53:54
|
On Wed, Jul 29, 2009 at 4:34 PM, Uri Laserson<las...@mi...> wrote: > Hi everyone, > > I am trying to build the latest svn trunk version of MPL on OS X 10.5. I am > getting the following error: Try make build_osx105 python setup.py install --prefix=~/somewhere If that doesn't work, try cd release/osx read the readme there and follow the instructions. This will build mpl the way we do when making a release: fetch the dependencies (zlip, png and freetype) and build them with the right flags, and then build mpl explcitly linking to these libs. JDH |