QtWebKit don't Build
-
wrote on 22 Feb 2018, 08:07 last edited by
That was the complete error message but I have 240 warning message before.
It's normal if I can't simply use https://github.com/qt/qtwebkit.git ?
What could be wrong with the compiler setup ? -
That was the complete error message but I have 240 warning message before.
It's normal if I can't simply use https://github.com/qt/qtwebkit.git ?
What could be wrong with the compiler setup ?wrote on 22 Feb 2018, 10:22 last edited by@Soreth said in QtWebKit don't Build:
It's normal if I can't simply use https://github.com/qt/qtwebkit.git ?
No. it should work fine. Use 5.212 branch. Alternatively, you can use prebuilt binaries from http://download.qt.io/snapshots/ci/qtwebkit/5.212/latest/qtwebkit/
-
@Soreth said in QtWebKit don't Build:
It's normal if I can't simply use https://github.com/qt/qtwebkit.git ?
No. it should work fine. Use 5.212 branch. Alternatively, you can use prebuilt binaries from http://download.qt.io/snapshots/ci/qtwebkit/5.212/latest/qtwebkit/
wrote on 23 Feb 2018, 13:04 last edited by@Konstantin-Tokarev
With binaries download that work fine but with https://github.com/qt/qtwebkit.git -b 5.212 that don't work.
I got this error :CMake Error at C:/CMake/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Sqlite (missing: SQLITE_INCLUDE_DIR SQLITE_LIBRARIES) Call Stack (most recent call first): C:/CMake/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) Source/cmake/FindSqlite.cmake:62 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) Source/cmake/OptionsQt.cmake:437 (find_package) Source/cmake/WebKitCommon.cmake:50 (include) CMakeLists.txt:137 (include)
-
wrote on 25 Feb 2018, 17:17 last edited by
You need to follow https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-Windows
-
You need to follow https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-Windows
wrote on 27 Feb 2018, 07:30 last edited by@Konstantin-Tokarev
It's what I did,I tried under linux and got the same error like if the thirds party packages downloaded wasn't found. -
@Konstantin-Tokarev
It's what I did,I tried under linux and got the same error like if the thirds party packages downloaded wasn't found.wrote on 27 Feb 2018, 09:15 last edited by Konstantin Tokarev@Soreth On Linux you need to install dependencies first
https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-Linux
-
@Soreth On Linux you need to install dependencies first
https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-Linux
wrote on 27 Feb 2018, 09:37 last edited by@Konstantin-Tokarev
That what I did, but still not found them -
@Konstantin-Tokarev
That what I did, but still not found themwrote on 27 Feb 2018, 09:42 last edited byWhat Linux distro are you using?
-
What Linux distro are you using?
wrote on 27 Feb 2018, 10:26 last edited by Soreth@Konstantin-Tokarev
I use Ubuntu 16.04 and followed this tutorial : https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-Linux but don't work.
I use windows 10 and followed this tutorial : https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-Windows But don't work.
I tried with https://github.com/qt/qtwebkit.git 5.212 and https://github.com/annulen/webkit.git 5.212 but don't work, I asked other peoples to try on their computer ( same OS ) and also don't work. -
@Konstantin-Tokarev
I use Ubuntu 16.04 and followed this tutorial : https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-Linux but don't work.
I use windows 10 and followed this tutorial : https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-Windows But don't work.
I tried with https://github.com/qt/qtwebkit.git 5.212 and https://github.com/annulen/webkit.git 5.212 but don't work, I asked other peoples to try on their computer ( same OS ) and also don't work.wrote on 27 Feb 2018, 11:22 last edited byCould you show full output of cmake? Did you install libsqlite3-dev package and cmake reports that sqlite is not found? That does not make any sense
15/15