红联Linux门户
Linux帮助

RHEL5.1下wine1.1.0源码配置出错,请指教!

发布时间:2008-07-15 09:07:33来源:红联作者:flytostars
configure: error: FreeType development files not found.
Fonts will not be built. Dialog text may be invisible or unaligned.
Use the --without-freetype option if you really want this.

请问这个是什么意思啊?

[ 本帖最后由 flytostars 于 2008-7-15 20:35 编辑 ]
文章评论

共有 2 条评论

  1. flytostars 于 2008-07-15 18:01:05发表:

    谢谢了,之前忘了说我使用的版本了,改过来了,我先试试看~

    [ 本帖最后由 flytostars 于 2008-7-15 20:36 编辑 ]

  2. deepwhite 于 2008-07-15 09:50:17发表:

    引用:
    原帖由 flytostars 于 2008-7-15 09:07 发表
    configure: error: FreeType development files not found.
    Fonts will not be built. Dialog text may be invisible or unaligned.
    Use the --without-freetype option if you really want this.

    请问这个是什 ...


    安装freetype-devel这个软件包就好了。
    yum -y install freetype-devel

    再次强调:提问应该讲清楚自己的情况,比如用的什么系统之类的……