Bug 129885

Summary: [CMake][GTK] Add missing references to JSC::JSValue and JSC::JSCell methods
Product: WebKit Reporter: Lorenzo Tilve <ltilve>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Lorenzo Tilve 2014-03-07 08:10:50 PST
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
Comment 1 Lorenzo Tilve 2014-03-10 10:47:28 PDT
I'm not being able to reproduce anymore this bug after a complete clean of the build system with the last master.