18.02.2020, 19:33, "Ramakanth Kesireddy" <rama.k...@gmail.com>: > 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:
Please do NOT use QtWebKit 5.5.1. It has unpatched Spectre/Meltdown vulnerabilities, as well as a number of rendering bugs. If 5.212 branch doesn't fit for some reason, you may want to use (as a last resort!) the head of 5.9 branch, which includes aforementioned fixes. > > 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 but it doesn't > solves the error. > > Any suggestions on how to resolve the same are appreciated. > > Thanks and Regards, > Ramakanth > , > > _______________________________________________ > Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest -- Regards, Konstantin _______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest