[Webkit-unassigned] [Bug 129801] New: [CMake][GTK] Add missing references to DOMURLMediaStream

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 6 07:32:21 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=129801

           Summary: [CMake][GTK] Add missing references to
                    DOMURLMediaStream
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ltilve at igalia.com
                CC: mrobinson at webkit.org


Building WebKitGTK with --gtkcmake --cmakeargs="-GNinja" is returning an error due to an undefined reference to WebCore::DOMURLMediaStream::createObjectURL

[10/119] Linking CXX shared library lib/libwebkit2gtk-3.0.so.25.7.0
FAILED: : && /usr/lib/ccache/c++  -fPIC  -std=gnu++0x -fno-omit-frame-pointer -fno-tree-dce -O3 -DNDEBUG  -Wl,--no-undefined -shared -Wl,-soname,libwebkitgtk-3.0.so.0 -o lib/libwebkitgtk-3.0.so.0.22.0 @CMakeFiles/WebKit.rsp  && :
lib/../Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSDOMURL.cpp.o: In function `WebCore::jsDOMURLConstructorFunctionCreateObjectURL(JSC::ExecState*)':
JSDOMURL.cpp:(.text+0x671): undefined reference to `WebCore::DOMURLMediaStream::createObjectURL(WebCore::ScriptExecutionContext*, WebCore::MediaStream*)'
collect2: error: ld returned 1 exit status

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list