Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. German
  4. Compile Fehler von QtWebkitWidgets
Forum Updated to NodeBB v4.3 + New Features

Compile Fehler von QtWebkitWidgets

Scheduled Pinned Locked Moved Unsolved German
1 Posts 1 Posters 379 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.
  • M Offline
    M Offline
    msauer75
    wrote on last edited by
    #1

    Hallo,

    ich will unter meinem Linuxmint 19 mit qt5.9.5 das aktuelle QtWebkitWidget compilieren. Beim linking bekomme ich aber folgende Fehlermeldungen:

    ../../lib/libWebCore.a(../../lib/../Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp.o):JSSVGElementWrapperFactory.cpp:function JSC::Structure* WebCore::getDOMStructure<WebCore::JSSVGFEFuncBElement>(JSC::VM&, WebCore::JSDOMGlobalObject&): Fehler: undefined reference to 'WebCore::JSSVGFEFuncBElement::createPrototype(JSC::VM&, JSC::JSGlobalObject*)'
    ../../lib/libWebCore.a(../../lib/../Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp.o):JSSVGElementWrapperFactory.cpp:function JSC::Structure* WebCore::getDOMStructure<WebCore::JSSVGFEFuncGElement>(JSC::VM&, WebCore::JSDOMGlobalObject&): Fehler: undefined reference to 'WebCore::JSSVGFEFuncGElement::createPrototype(JSC::VM&, JSC::JSGlobalObject*)'
    ../../lib/libWebCore.a(../../lib/../Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp.o):JSSVGElementWrapperFactory.cpp:function JSC::Structure* WebCore::getDOMStructure<WebCore::JSSVGFEFuncRElement>(JSC::VM&, WebCore::JSDOMGlobalObject&): Fehler: undefined reference to 'WebCore::JSSVGFEFuncRElement::createPrototype(JSC::VM&, JSC::JSGlobalObject*)'
    ../../lib/libWebCore.a(../../lib/../Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp.o):JSSVGElementWrapperFactory.cpp:function JSC::Structure* WebCore::getDOMStructure<WebCore::JSSVGFEGaussianBlurElement>(JSC::VM&, WebCore::JSDOMGlobalObject&): Fehler: undefined reference to 'WebCore::JSSVGFEGaussianBlurElement::createPrototype(JSC::VM&, JSC::JSGlobalObject*)'
    ../../lib/libWebCore.a(../../lib/../Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp.o):JSSVGElementWrapperFactory.cpp:function JSC::Structure* WebCore::getDOMStructure<WebCore::JSSVGFEImageElement>(JSC::VM&, WebCore::JSDOMGlobalObject&): Fehler: undefined reference to 'WebCore::JSSVGFEImageElement::createPrototype(JSC::VM&, JSC::JSGlobalObject*)'
    ../../lib/libWebCore.a(../../lib/../Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp.o):JSSVGElementWrapperFactory.cpp:function JSC::Structure* WebCore::getDOMStructure<WebCore::JSSVGFEMergeElement>(JSC::VM&, WebCore::JSDOMGlobalObject&): Fehler: undefined reference to 'WebCore::JSSVGFEMergeElement::createPrototype(JSC::VM&, JSC::JSGlobalObject*)'
    collect2: error: ld returned 1 exit status
    Source/WebKit/CMakeFiles/WebKit.dir/build.make:2588: recipe for target 'lib/libQt5WebKit.so.5.212.0' failed
    make[2]: *** [lib/libQt5WebKit.so.5.212.0] Error 1
    CMakeFiles/Makefile2:1052: recipe for target 'Source/WebKit/CMakeFiles/WebKit.dir/all' failed
    make[1]: *** [Source/WebKit/CMakeFiles/WebKit.dir/all] Error 2
    Makefile:162: recipe for target 'all' failed
    make: *** [all] Error 2
    
    

    Was kann ich denn gegen die undefined references machen?
    Vielen Dank für Eure Hilfe.
    gruss
    martin

    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