Error: This version of wkHTMLtopdf is build against an unpatched version of QT,and does not support more then one input document.
如果我使用静态版本,我得到Segmentation故障错误.
如何针对QT的补丁版本来构建wkHTMLtopdf,还有除了逐个转换并重新统一的其他解决方案?
我的 *** 作系统是Ubuntu 12.04 64位.谢谢.
解决方法 首先查看来源git clone git://gitorIoUs.org/~antialize/qt/antializes-qt.git wkHTMLtopdf-qt cd wkHTMLtopdf-qt git checkout 4.8.4 QTDIR=. ./bin/syncqt
Qt必须配置,通过查看输出可以找到一组好的qt配置选项
cat ../wkHTMLtopdf/static_qt_conf_base ../wkHTMLtopdf/static_qt_conf_linux | sed -re 's/#.*//'cd wkHTMLtopdf-qt./configure -nomake tools,examples,demos,docs,translations -opensource -prefix "../wkqt"
和Qt编译和安装(这将需要一段时间)
make -j3 && make installcd ..
您现在必须在wkHTMLtopdf文件夹中运行qmake.
cd wkHTMLtopdf../wkqt/bin/qmake
Archived Google Code link.
总结以上是内存溢出为你收集整理的wkhtmltopdf打补丁?全部内容,希望文章能够帮你解决wkhtmltopdf打补丁?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)