|
发表于 2004-10-20 12:43:29
|
显示全部楼层
这次试用了一个基于gentoo的发行版Vidalinux,相当不错,很适合我等又懒又喜欢尝鲜的菜鸟。用中文portage更新了一下确如Hauser所说有英文字体发糊的现象。以前在哪个帖子里看到过讨论,更换个版本的freetype应该能解决问题。索性就按Hauser的方法:
emerge -O “=freetype-2.17” "=fontconfig-2.2.2" libXft "=pango-1.4.0"
虽然在make Xft2的时候出错退出,同时却意外地发现英文字体的毛刺已经没有了。
#emerge -pDv freetype fontconfig libXft pango
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] media-libs/freetype-2.1.7 -bindist +cjk -doc +zlib 210 kB [1]
[ebuild U ] media-libs/fontconfig-2.2.3 [2.2.2] +glc 0 kB [1]
[ebuild R ] x11-libs/libXft-2.1.6 0 kB [1]
[ebuild R ] x11-libs/pango-1.4.1-r1 -doc 0 kB [1]
请教Xft2 make failed怎么解决?出错信息如下:
make[1]: *** [xftfreetype.lo] 错误 1
make[1]: *** 正在等待未完成的任务....
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/freetype2 -I/usr/X11R6/include -O2 -march=pentium4 -fomit-frame-pointer -MT xftglyphs.lo -MD -MP -MF .deps/xftglyphs.Tpo -c xftglyphs.c -fPIC -DPIC -o .libs/xftglyphs.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/freetype2 -I/usr/X11R6/include -O2 -march=pentium4 -fomit-frame-pointer -MT xftglyphs.lo -MD -MP -MF .deps/xftglyphs.Tpo -c xftglyphs.c -o xftglyphs.o >/dev/null 2>&1
make[1]: Leaving directory `/var/tmp/portage/libXft-2.1.6/work/libXft-2.1.6'
make: *** [all] 错误 2
!!! ERROR: x11-libs/libXft-2.1.6 failed.
!!! Function src_compile, Line 43, Exitcode 2
!!! Xft2 make failed |
|