wkhtmltopdf icon indicating copy to clipboard operation
wkhtmltopdf copied to clipboard

erreur fatale: QWebFrame : Aucun fichier ou dossier de ce nom

Open HLFH opened this issue 1 year ago • 1 comments

wkhtmltopdf version(s) affected: latest master commit

OS information ArchLinux

Description

/tmp/makepkg/wkhtmltopdf-git/src/wkhtmltopdf/src/lib/converter.cc:19:10: erreur fatale: QWebFrame : Aucun fichier ou dossier de ce nom
   19 | #include <QWebFrame>
      |          ^~~~~~~~~~~
compilation terminée.
make[1]: *** [Makefile:390: converter.o] Error 1
make[1]: *** Attente des tâches non terminées....
Dans le fichier inclus depuis /tmp/makepkg/wkhtmltopdf-git/src/wkhtmltopdf/src/lib/multipageloader.cc:31:
/tmp/makepkg/wkhtmltopdf-git/src/wkhtmltopdf/src/lib/multipageloader_p.hh:28:10: erreur fatale: QWebFrame : Aucun fichier ou dossier de ce nom
   28 | #include <QWebFrame>
      |          ^~~~~~~~~~~
compilation terminée.
make[1]: *** [Makefile:380: multipageloader.o] Error 1
Dans le fichier inclus depuis /tmp/makepkg/wkhtmltopdf-git/src/wkhtmltopdf/src/lib/outline_p.hh:21,
                 depuis /tmp/makepkg/wkhtmltopdf-git/src/wkhtmltopdf/src/lib/outline.cc:22:
/tmp/makepkg/wkhtmltopdf-git/src/wkhtmltopdf/src/lib/outline.hh:21:10: erreur fatale: QWebElement : Aucun fichier ou dossier de ce nom
   21 | #include <QWebElement>
      |          ^~~~~~~~~~~~~
compilation terminée.
make[1]: *** [Makefile:430: outline.o] Error 1
/tmp/makepkg/wkhtmltopdf-git/src/wkhtmltopdf/src/lib/pdfconverter.cc:26:10: erreur fatale: QWebFrame : Aucun fichier ou dossier de ce nom
   26 | #include <QWebFrame>
      |          ^~~~~~~~~~~
compilation terminée.
make[1]: *** [Makefile:422: pdfconverter.o] Error 1
Dans le fichier inclus depuis ../../../prefix/include/QtCore/qobject.h:48,
[...]
make[1] : on quitte le répertoire « /tmp/makepkg/wkhtmltopdf-git/src/wkhtmltopdf/.cutekit/build/host-x86_64-28303022-007bae89/wk/src/lib »
make: *** [Makefile:61: sub-src-lib-install_subtargets-ordered] Error 2
Error: make: Process exited with code 2

How to reproduce Try to build with the latest master and get the error (on Arch Linux)

Expected behavior This

$ ./bootstrap.sh tools setup

$ ./bootstrap.sh wk configure

$ ./bootstrap.sh wk build

should work.

HLFH avatar May 24 '24 09:05 HLFH

I confirm this issue.

HLFH avatar May 24 '24 10:05 HLFH