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
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
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 --