[webkit-qt] QtWebkit 5.212 issue
Konstantin Tokarev
annulen at yandex.ru
Sun May 10 16:04:12 PDT 2020
10.05.2020, 19:42, "Ramakanth Kesireddy" <rama.kesi at gmail.com>:
> Hello Konstantin,
>
> I could use cmake to configure for 32 bit and install QtWebkit 32 bit lib on Ubuntu.
>
> However, cmake cross-compilation failed and throws below errors while configuring Qt Webkit.
>
> Could NOT find Ruby (missing: RUBY_INCLUDE_DIR RUBY_LIBRARY RUBY_CONFIG_INCLUDE_DIR) (found suitable version "2.3.0", minimum required is "1.9")
>
> ....
> ....
> -- Found GStreamer: GSTREAMER_INCLUDE_DIRS;GSTREAMER_LIBRARIES;GSTREAMER_VERSION;GSTREAMER_BASE_INCLUDE_DIRS;GSTREAMER_BASE_LIBRARIES;GSTREAMER_APP_INCLUDE_DIRS;GSTREAMER_APP_LIBRARIES;GSTREAMER_PBUTILS_INCLUDE_DIRS;GSTREAMER_PBUTILS_LIBRARIES;GSTREAMER_VIDEO_INCLUDE_DIRS;GSTREAMER_VIDEO_LIBRARIES;GSTREAMER_MPEGTS_INCLUDE_DIRS;GSTREAMER_MPEGTS_LIBRARIES;GSTREAMER_TAG_INCLUDE_DIRS;GSTREAMER_TAG_LIBRARIES;GSTREAMER_GL_INCLUDE_DIRS;GSTREAMER_GL_LIBRARIES;GSTREAMER_AUDIO_INCLUDE_DIRS;GSTREAMER_AUDIO_LIBRARIES;GSTREAMER_FFT_INCLUDE_DIRS;GSTREAMER_FFT_LIBRARIES (Required is at least version "1.0.3")
> CMake Error at Source/cmake/OptionsQt.cmake:816 (message):
> WebAudio requires the audio and fft GStreamer libraries. Please check your
> gst-plugins-base installation.
> Call Stack (most recent call first):
> Source/cmake/WebKitCommon.cmake:51 (include)
> CMakeLists.txt:137 (include)
>
> Please suggest in this regard.
You are missing GStreamer. If you don't need multimedia support you should use -DENABLE_VIDEO=OFF -DENABLE_WEB_AUDIO=OFF
--
Regards,
Konstantin
More information about the webkit-qt
mailing list