0

我正在手动编译 GTK+,因为它需要具有 pdf 支持的 Cairo 我安装了 poppler-glib 但即使在 cairo 的配置脚本中我得到:

checking for cairo's PDF surface backend feature...
checking whether cairo's PDF surface backend feature could be enabled... yes
checking for POPPLER... yes
checking for poppler_page_render... no
configure: WARNING: PDF backend will not be tested since poppler >= 0.17.4 is not available

我使用apt-get libpoppler-glib-dev. 有什么帮助吗?

4

1 回答 1

0

从http://poppler.freedesktop.org/releases.html下载 poppler

配置、制作和安装,最后 cairo 构建支持 pdf。

仍然不知道为什么 apt-get 无法做到这一点。

于 2015-04-30T10:04:23.847 回答