Re: [sage-devel] matplotlib compile error

2014-12-02 Thread Stefan
Single-threaded build after make distclean was successful. Currently trying export MAKE=make -j4 make distclean make Will report back tomorrow. --Stefan. On Tuesday, December 2, 2014 5:00:06 PM UTC+13, Stefan wrote: On Tuesday, December 2, 2014 2:22:28 PM UTC+13, François wrote: It

Re: [sage-devel] matplotlib compile error

2014-12-02 Thread Stefan
Success again. I don't know what was different the first time. Sorry for the noise. --Stefan On Tuesday, December 2, 2014 10:35:15 PM UTC+13, Stefan wrote: Single-threaded build after make distclean was successful. Currently trying export MAKE=make -j4 make distclean make Will report

[sage-devel] matplotlib compile error

2014-12-01 Thread Stefan
I'm trying to build 6.5.beta1 on my Mac with OSX 10.7.5. I manually applied #17397, but my compilation breaks on matplotlib. Here's the log: Found local metadata for matplotlib-1.3.1 Found local sources at /Users/stefan/sage/upstream/matplotlib-1.3.1.tar.gz Checksum:

Re: [sage-devel] matplotlib compile error

2014-12-01 Thread François Bissey
It looks like pkg-config has not been installed or the dependencies for matplotlib aren't there yet. freetype and png should be discovered through pkg-config and they aren't in your case. Did you make distclean before starting to build again? Francois On Mon, 01 Dec 2014 17:17:07 Stefan wrote:

Re: [sage-devel] matplotlib compile error

2014-12-01 Thread Stefan
On Tuesday, December 2, 2014 2:22:28 PM UTC+13, François wrote: It looks like pkg-config has not been installed or the dependencies for matplotlib aren't there yet. freetype and png should be discovered through pkg-config and they aren't in your case. Did you make distclean before