Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Qt5 Webkit - linking errors for libwebkitgtk-1.0.so:WebCore::GraphicsContext3D
Forum Updated to NodeBB v4.3 + New Features

Qt5 Webkit - linking errors for libwebkitgtk-1.0.so:WebCore::GraphicsContext3D

Scheduled Pinned Locked Moved Qt WebKit
3 Posts 2 Posters 2.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ashwin_dk
    wrote on last edited by
    #1

    Hi Geeks,

    I am a little new to Qt and was trying to cross-compile QtWebkitQt5 module and is running into below issue

    ./.libs/libwebkitgtk-1.0.so: undefined reference to WebCore::GraphicsContext3D::stencilMask(unsigned int)' ./.libs/libwebkitgtk-1.0.so: undefined reference to WebCore::GraphicsContext3D::scissor(int, int, int, int)'

    :
    :
    Any help is highly appreciated.

    WebKit is configured as below
    Build configuration:
    1.0 Enable debugging (slow) : no
    2.0 Compile with debug symbols (slow) : no
    3.0 Enable debug features (slow) : no
    4.0 Enable GCC build optimization : yes
    5.0 Code coverage support : no
    6.0 Unicode backend : icu
    7.0 Font backend : freetype
    8.0 Optimized memory allocator : yes
    9.0 Accelerated rendering backend : opengl, egl)

    Features:

    10.0 Accelerated Compositing : yes
    11.0 CSS3 Conditional Rules support : no
    12.0 CSS3 background support : no
    13.0 Filters support : yes
    14.0 Gamepad support : no
    15.0 Geolocation support : no
    16.0 HTML5 video element support : yes
    17.0 JIT compilation : autodetect
    18.0 Media stream support : no
    19.0 Opcode stats : no
    20.0 SVG fonts support : yes
    21.0 SVG support : yes
    22.0 Spellcheck support : no
    23.0 Web Audio support : no
    24.0 WebGL : no
    25.0 XHR timeout support : yes
    26.0 XSLT support : no

    WebKit2 support:
    27.0 WebKit2 support : no
    28.0 WebKit2 plugin process : no

    GTK+ configuration:
    29.0 GTK+ version : 2.0
    30.0 GDK target : x11
    31.0 GStreamer version : 0.10
    32.0 Introspection support : no
    33.0 Generate documentation : no
    +++++++++++++++++++++++++++++++++++++++++++++++++++++

    And QtBase is configured as below

    Build options:
    1.0 Build parts ............ libs
    2.0 Mode ................... release
    3.0 Using C++11 ............ yes
    4.0 Using PCH .............. yes
    5.0 Target compiler supports:
    6.0 iWMMXt/Neon .......... no/no

    Qt modules and options:
    7.0 Qt D-Bus ............... yes (loading dbus-1 at runtime)
    8.0 Qt Concurrent .......... yes
    9.0 Qt GUI ................. yes
    10.0 Qt Widgets ............. yes
    11.0 JavaScriptCore JIT ..... yes (To be decided by JavaScriptCore)
    12.0 QML debugging .......... yes
    13.0 Use system proxies ..... no

    Support enabled for:
    14.0 Accessibility .......... yes
    15.0 ALSA ................... yes
    16.0 CUPS ................... no
    17.0 FontConfig ............. yes
    18.0 Iconv .................. yes
    19.0 ICU .................... yes
    11 Image formats:
    20.0 GIF .................. yes (plugin, using system library)
    21.0 JPEG ................. yes (plugin, using system library)
    22.0 PNG .................. yes (in QtGui, using system library)
    23.0 Glib ................... yes
    24.0 GStreamer .............. yes
    25.0 GTK theme .............. yes
    26.0 Large File ............. yes
    27.0 libudev ................ yes
    11 Networking:
    28.0 getaddrinfo .......... yes
    29.0 getifaddrs ........... yes
    30.0 IPv6 ifname .......... yes
    31.0 OpenSSL .............. yes (loading libraries at run-time)
    32.0 NIS .................... yes
    33.0 OpenGL ................. yes (OpenGL ES 2.x)
    34.0 OpenVG ................. no
    35.0 PCRE ................... yes (bundled copy)
    36.0 pkg-config ............. yes
    37.0 PulseAudio ............. yes
    38.0 QPA backends:
    39.0 DirectFB ............. no
    40.0 EGLFS ................ no
    41.0 KMS .................. yes
    42.0 LinuxFB .............. yes
    43.0 XCB .................. yes (bundled copy)
    44.0 MIT-SHM ............ yes
    45.0 Xcursor ............ yes (loaded at runtime)
    46.0 Xfixes ............. yes (loaded at runtime)
    47.0 Xi ................. no
    48.0 Xi2 ................ yes
    49.0 Xinerama ........... yes (loaded at runtime)
    50.0 Xrandr ............. yes (loaded at runtime)
    51.0 Xrender ............ yes
    52.0 XKB ................ yes
    53.0 XShape ............. yes
    54.0 XSync .............. yes
    55.0 XVideo ............. yes
    56.0 Session management ..... yes
    11 SQL drivers:
    57.0 DB2 .................. no
    58.0 InterBase ............ no
    59.0 MySQL ................ no
    60.0 OCI .................. no
    61.0 ODBC ................. no
    62.0 PostgreSQL ........... no
    63.0 SQLite 2 ............. no
    64.0 SQLite ............... yes (plugin, using bundled copy)
    65.0 TDS .................. no
    66.0 udev ................... yes
    67.0 xkbcommon .............. yes
    68.0 zlib ................... yes (system library)

    1 Reply Last reply
    0
    • G Offline
      G Offline
      guru
      wrote on last edited by
      #2

      try to use Qt5.1.0

      1 Reply Last reply
      0
      • A Offline
        A Offline
        ashwin_dk
        wrote on last edited by
        #3

        Hi Guru,

        I have used qt-everywhere-opensource-src-5.1.0 and issue seems to be resolved.

        I was little late in updating the post

        :)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved