Bug 129885 - [CMake][GTK] Add missing references to JSC::JSValue and JSC::JSCell methods
Summary: [CMake][GTK] Add missing references to JSC::JSValue and JSC::JSCell methods
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-07 08:10 PST by Lorenzo Tilve
Modified: 2014-03-10 10:47 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.