Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Doesn't compile with QtWebKit reloaded #10

@arp242

Description

@arp242

Using the "QtWebKit reloaded" I get:

$ make
cd src/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /home/martin/aur/qtwebkit-plugins-git/src/qtwebkit-plugins/src/src.pro ) && make -f Makefile 
make[1]: Entering directory '/home/martin/aur/qtwebkit-plugins-git/src/qtwebkit-plugins/src'
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtDBus -isystem /usr/include/qt/QtCore -I../build -isystem /usr/include/libdrm -I/usr/lib/qt/mkspecs/linux-g++ -o ../build/plugin.o plugin.cpp
In file included from plugin.cpp:18:0:
plugin.h:23:35: fatal error: qwebkitplatformplugin.h: No such file or directory
 #include "qwebkitplatformplugin.h"
                                   ^
compilation terminated.
make[1]: *** [Makefile:546: ../build/plugin.o] Error 1
make[1]: Leaving directory '/home/martin/aur/qtwebkit-plugins-git/src/qtwebkit-plugins/src'
make: *** [Makefile:43: sub-src-make_first] Error 2

This header exists at /usr/include/QtWebKit/qwebkitplatformplugin.h. Linking /usr/include/QtWebKit to /usr/include/qt/QtWebKit fixed it. I can then compile and use it with e.g. qutebrowser.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions