[Webkit-unassigned] [Bug 129885] New: [CMake][GTK] Add missing references to JSC::JSValue and JSC::JSCell methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 7 08:13:49 PST 2014


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

           Summary: [CMake][GTK] Add missing references to JSC::JSValue
                    and JSC::JSCell methods
           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


Building WebKitGTK with CMake and Ninja is returning undefined reference errors

[10/2916] Generating ../../DerivedSources/WebCore/JSFocusEvent.cpp, ../../DerivedSources/WebCore/JSFocusEvent.h
FAILED: : && /usr/lib/ccache/c++   -std=gnu++0x -fno-omit-frame-pointer -fno-tree-dce -O3 -DNDEBUG   @CMakeFiles/jsc.rsp  -o bin/jsc  && :
lib/libjavascriptcoregtk-3.0.so.0.16.2: undefined reference to `JSC::JSValue::isGetterSetter() const'
lib/libjavascriptcoregtk-3.0.so.0.16.2: undefined reference to `JSC::JSCell::structure(JSC::VM&) const'
lib/libjavascriptcoregtk-3.0.so.0.16.2: undefined reference to `JSC::JSValue::encode(JSC::JSValue)'
lib/libjavascriptcoregtk-3.0.so.0.16.2: undefined reference to `JSC::JSValue::decode(long)'
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