Bug 129885
| Summary: | [CMake][GTK] Add missing references to JSC::JSValue and JSC::JSCell methods | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lorenzo Tilve <ltilve> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Lorenzo Tilve
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lorenzo Tilve
I'm not being able to reproduce anymore this bug after a complete clean of the build system with the last master.