[Webkit-unassigned] [Bug 124152] New: Fix undefined reference issues in JavaScriptCore build.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 11 09:23:00 PST 2013


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

           Summary: Fix undefined reference issues in JavaScriptCore
                    build.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kilvadyb at homejinni.com
                CC: ggaren at apple.com, oliver at apple.com, fu at mips.com,
                    msaboff at apple.com, fpizlo at apple.com,
                    gergely at homejinni.com, palfia at homejinni.com,
                    jbriance at cisco.com


These errors come up when building GTK port of jsc with gcc 4.7.2.
Linking CXX executable ../../../bin/jsc
../../../lib/libjavascriptcoregtk.a(SymbolTable.cpp.o): In function `JSC::SharedSymbolTable::destroy(JSC::JSCell*)':
SymbolTable.cpp:(.text._ZN3JSC17SharedSymbolTable7destroyEPNS_6JSCellE+0x44): undefined reference to `JSC::JSCell::inherits(JSC::ClassInfo const*) const'

../../../lib/libjavascriptcoregtk.a(SymbolTable.cpp.o): In function `JSC::SharedSymbolTable::destroy(JSC::JSCell*)':
SymbolTable.cpp:(.text._ZN3JSC17SharedSymbolTable7destroyEPNS_6JSCellE+0x44): undefined reference to `JSC::JSCell::classInfo() const'

-- 
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