|
|

楼主 |
发表于 2006-5-29 12:15:46
|
显示全部楼层
xpdf安装问题
我的系统是redhat9,系统自带的xpdf无法显示中文,我试过修改 xpdfrc 和 add-to-xpdfrc 但没什么用,于是我从http://www.foolabs.com/xpdf/download.html 下载了xpdf-3.01.tar.gz,freetype-2.1.10.tar.gz和xpdf-chinese-simplified.tar.gz,希望用新版本解决问题,但是安装时出现问题。
按照xpdf的安装要求,我先安装了freetype2,然后安装xpdf,使用下面的命令
./configure --with-x --with-freetype2-library="/usr/local/lib" --with-freetype2-includes="/usr/local/include" --with-t1-includes="/usr/local/include" --enable-a4-paper
系统显示
......
checking whether to use freetype2 library... (cached) /usr/local/lib
checking where to find the freetype2 header files... (cached) /usr/local/include
checking ft2build.h usability... no
checking ft2build.h presence... no
checking for ft2build.h... no
WARNING: requested freetype2 library not found!
........
提示找不到 ft2build.h,但实际上这个文件在/usr/local/include中已经有了,到底是什么问题?
是不是我的安装有错?哪位能告诉我到底该怎么安装xpdf? |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|