This is probably already known, but I'll go ahead and post it. In trying to
build against libpng-1.4.0, I had to edit src/_png.cpp:
// png_destroy_read_struct(&png_ptr, &info_ptr, png_infopp_NULL);
png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
-Randy
--
Short/naive question: do the mpl eggs have a dependency on Tk 8.4?
Longer question: I'm trying to support a plugin (NLOPredict) to a
popular molecular vis pkg (UCSF Chimera) and, no surprise, the plugin
uses mpl. Chimera bundles its own Python, plus all dependencies.
The latest version s