src/ft2font.h:16:10: fatal error: 'ft2build.h' file not found
or later with:
src/backend_agg.cpp:2050:15: error: use of undeclared identifier 'npy_PyFile_Dup'
if ((fp = npy_PyFile_Dup(py_file, (char *)"wb")))
src/backend_agg.cpp:2054:13: error: use of undeclared identifier 'npy_PyFile_DupClose'
npy_PyFile_DupClose(py_file, fp);
src/backend_agg.cpp:2064:9: error: use of undeclared identifier 'npy_PyFile_DupClose'
npy_PyFile_DupClose(py_file, fp);
solution for the first issue is to amend PKG_CONFIG_PATH:
export PKG_CONFIG_PATH="/opt/X11/lib/pkgconfig"
solution for the second issue is upgrade to newer version on matplotlib:
hi there!
may fail on El Capitan
first with:
or later with:
solution for the first issue is to amend PKG_CONFIG_PATH:
solution for the second issue is upgrade to newer version on matplotlib: