[Interest] QtWebkit error while building Qt5.12.7 sources

Ramakanth Kesireddy rama.kesi at gmail.com
Tue Feb 18 17:31:39 CET 2020


Hi,

While trying to build Qt Webkit sources from Qt 5.5.1 as a separate module
being part of Qt 5.12.7 sources, it throws below error:

WebKit is now configured for building. Just run 'make'.

g++ -Wl,-O1 -Wl,--enable-new-dtags
-Wl,-rpath,/home/ubuntu/qt-everywhere-opensource-src-5.12.7/qtwebkit/lib -o
LLIntOffsetsExtractor .obj/llint/LLIntOffsetsExtractor.o
.obj/llint/LLIntOffsetsExtractor.o:(.qtversion[qt_version_tag]+0x0):
undefined reference to `qt_version_tag'
collect2: ld returned 1 exit status
make[3]: *** [LLIntOffsetsExtractor] Error 1
make[3]: Leaving directory
/home/ubuntu/qt-everywhere-opensource-src-5.12.7/qtwebkit/Source/JavaScriptCore'
make[2]: *** [sub-LLIntOffsetsExtractor-pro-make_first-ordered] Error 2
make[2]: Leaving directory `
/home/ubuntu/qt-everywhere-opensource-src-5.12.7/qtwebkit/Source/JavaScriptCore'
make[1]: ***
[sub-Source-JavaScriptCore-JavaScriptCore-pro-make_first-ordered] Error 2
make[1]: Leaving directory
/home/ubuntu/qt-everywhere-opensource-src-5.12.7/qtwebkit'
make: *** [module-qtwebkit-make_first] Error 2

I tried to add DEFINES += QT_NO_VERSION_TAGGING in WebKit.pro
<http://webkit.pro/> but it doesn't solves the error.

Any suggestions on how to resolve the same are appreciated.

Thanks and Regards,
Ramakanth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20200218/e498c5ae/attachment.html>


More information about the Interest mailing list