我的备忘录


在MacosX安装fontconfig-2遇到的问题

Posted in Bsd, Linux, MacosX, Unix by Kafeifei on the 09月 11th, 2006

make install 遇到这样的提示

dyld: Symbol not found: _FSPathMakeRef
Referenced from: /usr/local/lib/libfreetype.6.dylib
Expected in: flat namespace

实际上是运行 fc-cache 时出现的问题,实际上就是freetype没有安装好,只要重新安装一次freetype,在 ./configure 加上一句 --with-old-mac-fonts 然后 make clean;make;make install 搞定。

我是看这里找到的解决方法:
http://mail-index.netbsd.org/pkgsrc-bugs/2006/06/28/0019.html

Leave a Reply


16 项查询 - 0.843 秒