我正在手动编译GTK+,因为它需要Cairo提供pdf支持。我安装了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安装了poppler-glib。有什么帮助吗?
发布于 2015-04-30 18:04:24
从http://poppler.freedesktop.org/releases.html下载的poppler
配置、制作和安装,最后使用pdf支持cairo构建。
仍然不知道为什么apt-get不能做到这一点。
https://stackoverflow.com/questions/29961198
复制相似问题