Re: [matplotlib-devel] building matplotlib with homebrew python and XQuartz 2.7.5

2014-05-22 Thread lecture notes
On Thu, May 22, 2014 at 12:10 PM, Nathan Goldbaum wrote: > > Any reason you're trying to compile with gcc? I think most of the homebrew build recipes are tested using clang. > > Thanks, that worked. (I had CC=gcc to keep things compatible with linux). For anyone coming to this thread with the s

Re: [matplotlib-devel] building matplotlib with homebrew python and XQuartz 2.7.5

2014-05-22 Thread Nathan Goldbaum
Any reason you're trying to compile with gcc? I think most of the homebrew build recipes are tested using clang. On Thu, May 22, 2014 at 12:07 PM, lecture notes wrote: > I'm trying to get matplotlib working with the following setup on OSX 10.9.3 > > rail:~ brew$ gcc --version > gcc (GCC) 4.8.2

[matplotlib-devel] building matplotlib with homebrew python and XQuartz 2.7.5

2014-05-22 Thread lecture notes
I'm trying to get matplotlib working with the following setup on OSX 10.9.3 rail:~ brew$ gcc --version gcc (GCC) 4.8.2 rail:~ brew$ python --version Python 2.7.6 pip install git+git://github.com/matplotlib/matplotlib.git (as of today at 11am PDT) Problem 1: couldn't find a freetype header --