macosx :: software
However, there is a quick fix. This is all I did, and matplotlib compiled and installed without issue:
sudo cp -rp /sw/lib/freetype2/include/* /sw/include
Vio la.
However, there is a quick fix. This is all I did, and matplotlib compiled and installed without issue:
sudo cp -rp /sw/lib/freetype2/include/* /sw/include
Vio la.
1 comment:
Did not work for me. I receive the following error:
ld: library not found for -lpng
collect2: ld returned 1 exit status
ld: library not found for -lpng
collect2: ld returned 1 exit status
lipo: can't open input file: /var/folders/yd/ydyBLJS5FyCH+m+Yx15dYE+++TI/-Tmp-//ccICgMwS.out (No such file or directory)
error: command 'c++' failed with exit status 1
Any ideas?
Post a Comment