Re: [Matplotlib-users] matplotlib, build from source on osx 10.5.8

2009-08-07 Thread Christopher Barker
sasha wrote: > Ok i fixed insytalling in usr local lib from source (both png and freetype) > i tried to tell matplotlib to find the frameworks but i don't know how. for the record, William's Frameworks all have a "unix" dir in them, which have "lib" and "include" dirs. You need to add those to MP

Re: [Matplotlib-users] matplotlib, build from source on osx 10.5.8

2009-08-07 Thread sasha
Ok i fixed insytalling in usr local lib from source (both png and freetype) i tried to tell matplotlib to find the frameworks but i don't know how. now matplotlib is up and running, thanks to point me to the png error. Il giorno 07/ago/09, alle ore 18:10, Christopher Barker ha scritto: > John H

Re: [Matplotlib-users] matplotlib, build from source on osx 10.5.8

2009-08-07 Thread Christopher Barker
John Hunter wrote: > No, you have troubles with libpng -- check the first instance of > "error" in your gcc output: > > src/backend_agg.cpp:3:17: error: png.h: No such file or directory > > Either you do not have libpng installed, or it is in a place where the > build cannot find it. Note tha

Re: [Matplotlib-users] matplotlib, build from source on osx 10.5.8

2009-08-07 Thread John Hunter
On Thu, Aug 6, 2009 at 9:28 PM, sasha wrote: > > Hi All, > > i'm tring to install matplotlib (svn) on a fesh mac osc installation > using the system python 2.5.1. > > but i have problems with freetype :-/ No, you have troubles with libpng -- check the first instance of "error" in your gcc output:

[Matplotlib-users] matplotlib, build from source on osx 10.5.8

2009-08-06 Thread sasha
Hi All, i'm tring to install matplotlib (svn) on a fesh mac osc installation using the system python 2.5.1. but i have problems with freetype :-/ i compiled fretype from source without errors using this note : http://www.kyngchaos.com/macosx:build:freetype2 (but i also have a working freet