Thomas Robitaille wrote:
> 
> It looks like the zlib website removes previous version of its library
> that were previously available for download, so the part in make.osx where
> http://www.zlib.net/zlib-1.2.3.tar.gz is fetched now fails (since the
> current version is 1.2.4). The error in the matplotlib building is not
> explicit enough (incorrect archive type) - maybe one could catch such 404s
> and print out an error suggesting to increase the ZLIBVERSION variable?
> 
> I tried changing ZLIBVERSION to 1.2.4 and the following occurs when
> building zlib:
> 
> ...
> make[1]: *** No rule to make target `libz.dylib', needed by
> `install-libs'.  Stop.
> make[1]: *** Waiting for unfinished jobs....
> make: *** [zlib] Error 2
> 

I have submitted a simple patch that fixes all these issues:

https://sourceforge.net/tracker/?func=detail&aid=2981126&group_id=80706&atid=560722

Matplotlib then compiles 'out of the box' for 10.6.

Cheers,

Thomas

-- 
View this message in context: 
http://old.nabble.com/MacOS-10.6-install-dependency-building-fails-%28r8214%29-tp28069099p28119205.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to