[Webkit-unassigned] [Bug 111350] New: [Shadow DOM][Mac] Linking error for DOMCSSHostRule

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 4 10:59:57 PST 2013


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

           Summary: [Shadow DOM][Mac] Linking error for DOMCSSHostRule
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abucur at adobe.com
                CC: tasak at google.com


I get this error when doing the linking step for WebCore on Mac:

Ld /Volumes/HDD/NonPerforce/WebKit/WebKitBuild/b110352new/Debug/WebCore.framework/Versions/A/WebCore normal x86_64
    cd /Volumes/HDD/NonPerforce/WebKit/Source/WebCore
    setenv MACOSX_DEPLOYMENT_TARGET 10.8
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -dynamiclib -L/Volumes/HDD/NonPerforce/WebKit/WebKitBuild/b110352new/Debug -F/Volumes/HDD/NonPerforce/WebKit/WebKitBuild/b110352new/Debug -F/System/Library/Frameworks/Carbon.framework/Frameworks -F/System/Library/Frameworks/ApplicationServices.framework/Frameworks -F/System/Library/Frameworks/CoreServices.framework/Frameworks -filelist /Volumes/HDD/NonPerforce/WebKit/WebKitBuild/b110352new/WebCore.build/Debug/WebCore.build/Objects-normal/x86_64/WebCore.LinkFileList -Xlinker --no-demangle -exported_symbols_list /Volumes/HDD/NonPerforce/WebKit/WebKitBuild/b110352new/Debug/DerivedSources/WebCore/WebCore.LP64.exp -install_name /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore -mmacosx-version-min=10.8 -lsqlite3 -lobjc -lANGLE -allowable_client WebCoreTestSupport -sub_library libobjc -umbrella WebKit -allowable_client WebKit2 -framework IOSurface -stdlib=libc++ -fobjc-link-runtime -framework Accelerate -framework ApplicationServices -framework AudioToolbox -framework AudioUnit -framework Carbon -framework Cocoa -framework CoreAudio -framework IOKit -framework JavaScriptCore -licucore -lobjc -lxml2 -lz -framework OpenGL -framework QuartzCore -framework SystemConfiguration -single_module -compatibility_version 1 -current_version 537.33 -o /Volumes/HDD/NonPerforce/WebKit/WebKitBuild/b110352new/Debug/WebCore.framework/Versions/A/WebCore
Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_DOMCSSHostRule", referenced from:
      objc-class-ref in DOMCSS.o
  "__ZN7WebCore13JSCSSHostRule14finishCreationERN3JSC12JSGlobalDataE", referenced from:
      __ZN7WebCore13JSCSSHostRule6createEPN3JSC9StructureEPNS_17JSDOMGlobalObjectEN3WTF10PassRefPtrINS_11CSSHostRuleEEE in JSCSSRuleCustom.o
  "__ZN7WebCore13JSCSSHostRule14getConstructorEPN3JSC9ExecStateEPNS1_14JSGlobalObjectE", referenced from:
      __ZN7WebCore33jsDOMWindowCSSHostRuleConstructorEPN3JSC9ExecStateENS0_7JSValueENS0_12PropertyNameE in JSDOMWindow.o
  "__ZN7WebCore13JSCSSHostRule15createPrototypeEPN3JSC9ExecStateEPNS1_14JSGlobalObjectE", referenced from:
      __ZN7WebCore15getDOMStructureINS_13JSCSSHostRuleEEEPN3JSC9StructureEPNS2_9ExecStateEPNS_17JSDOMGlobalObjectE in JSCSSRuleCustom.o
  "__ZN7WebCore13JSCSSHostRule6s_infoE", referenced from:
      __ZN7WebCore15getDOMStructureINS_13JSCSSHostRuleEEEPN3JSC9StructureEPNS2_9ExecStateEPNS_17JSDOMGlobalObjectE in JSCSSRuleCustom.o
      __ZN7WebCore13JSCSSHostRule15createStructureERN3JSC12JSGlobalDataEPNS1_14JSGlobalObjectENS1_7JSValueE in JSCSSRuleCustom.o
      __ZN3JSC12allocateCellIN7WebCore13JSCSSHostRuleEEEPvRNS_4HeapEm in JSCSSRuleCustom.o
  "__ZN7WebCore13JSCSSHostRuleC1EPN3JSC9StructureEPNS_17JSDOMGlobalObjectEN3WTF10PassRefPtrINS_11CSSHostRuleEEE", referenced from:
      __ZN7WebCore13JSCSSHostRule6createEPN3JSC9StructureEPNS_17JSDOMGlobalObjectEN3WTF10PassRefPtrINS_11CSSHostRuleEEE in JSCSSRuleCustom.o
ld: symbol(s) not found for architecture x86_64

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