Re: [Matplotlib-users] Symbol not found

2010-06-28 Thread Ranjit Chacko
I just tried compiling with the following command: sudo make -f make.osx fetch deps mpl_build mpl_install At first it was failing almost immediately, but then I changed make.osx so that it was fetching zlib-1.2.5 and it got further but still failed. The log is at the link below:

Re: [Matplotlib-users] Symbol not found

2010-06-28 Thread Ranjit Chacko
It didn't work. But I may have misunderstood your instructions. Here's the output from compiling matplotlib: http://pastebin.org/363870 Here's what I did. Set export CC=gcc-4.2 Set export MACOSX_DEPLOYMENT_TARGET=10.5 Downloaded and compiled libpng-1.4.3 Downloaded and compiled

Re: [Matplotlib-users] Symbol not found

2010-06-27 Thread Friedrich Romstedt
First, since you said you used pkg-config I would like to know what libfreetype the ft2font.so lib is actually linked against. Can you issue an otool -L ft2font.so in the matplotlib's directory? This will tell you what libs are used. I think most important is the compiler used, but since you

Re: [Matplotlib-users] Symbol not found

2010-06-25 Thread Benjamin Root
Ranjit, There are a couple of possibilities. The first is that the TrueType fonts packages weren't detected during the build, so matplotlib compiled without it, leading to your issue. I have also seen an issue where your ~/.matplotlib/ needs to be cleaned out of font-related files. Another

Re: [Matplotlib-users] Symbol not found

2010-06-25 Thread Ranjit Chacko
Hi Ben, Thanks for the tips. How do I check the TrueType fonts? Googling matplotlib developer wiki doesn't turn up anything. There isn't anything in the ~/.matplotlib directory. I just went ahead and recompiled numpy and matplotlib, and got the same error. -Ranjit On Fri, Jun 25, 2010 at 12:59

Re: [Matplotlib-users] Symbol not found

2010-06-25 Thread Benjamin Root
Sorry, it isn't a developer wiki (numpy and scipy have that...). But here are the requirements to make sure that they are installed. http://matplotlib.sourceforge.net/users/installing.html#build-requirements Ben Root On Fri, Jun 25, 2010 at 3:31 PM, Ranjit Chacko rjcha...@gmail.com wrote: Hi

Re: [Matplotlib-users] Symbol not found

2010-06-25 Thread Benjamin Root
Oh, wait a minute, you are doing a Frameworks install on a Mac. I think there are others here that might be able to comment on Mac installs. Ben On Fri, Jun 25, 2010 at 3:31 PM, Ranjit Chacko rjcha...@gmail.com wrote: Hi Ben, Thanks for the tips. How do I check the TrueType fonts? Googling