Hi, I have a problem compiling the wkhtmltopdf-qt library, there it is what I have done:
aptitude install openssl build-essential xorg libssl-dev libxrender-dev libxext-dev git-core libqt4-dev qt4-dev-tools
git clone git://gitorious.org/~antialize/qt/antializes-qt.git wkhtmltopdf-qt
cd wkhtmltopdf-qt
git checkout 4.8.4
QTDIR=. ./bin/syncqt
cd wkhtmltopdf-qt
./configure -nomake tools,examples,demos,docs,translations -opensource -prefix “../wkqt”
make -j3
I have basically followed this guide: https://code.google.com/p/wkhtmltopdf/wiki/compilation installing some other libraries I needed
When I do the “make” this is the output:
make2: *** [../../../../../../lib/libQtWebKit.so.4.9.3] Error 1
make2: Leaving directory `/root/wkhtmltopdf-qt/src/3rdparty/webkit/Source/WebKit/qt’
make1: *** [sub-WebKit-qt-QtWebKit-pro-make_default-ordered] Error 2
make1: Leaving directory `/root/wkhtmltopdf-qt/src/3rdparty/webkit/Source’
make: *** [sub-webkit-make_default-ordered] Error 2
Note that I am using Debian in case that matters.
This is getting a little bit on my nerves, if someone could help me I would really appreciate it, thank you very much
↧