Bug 44113
| Summary: | A zillion link warnings when linking WebCore (from libangle) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cmarrin, kbr, simon.fraser |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Eric Seidel (no email)
Ld /build/Debug/WebCore.framework/Versions/A/WebCore normal x86_64
cd /Projects/WebKit/WebCore
setenv MACOSX_DEPLOYMENT_TARGET 10.6
/Developer/usr/bin/g++-4.2 -arch x86_64 -dynamiclib -L/build/Debug -F/build/Debug -F/System/Library/Frameworks/Carbon.framework/Frameworks -F/System/Library/Frameworks/ApplicationServices.framework/Frameworks -filelist /build/WebCore.build/Debug/WebCore.build/Objects-normal/x86_64/WebCore.LinkFileList -Xlinker --no-demangle -exported_symbols_list /build/Debug/DerivedSources/WebCore/WebCore.LP64.exp -install_name /build/Debug/WebCore.framework/Versions/A/WebCore -mmacosx-version-min=10.6 -lsqlite3 -lobjc -lANGLE -sub_library libobjc -umbrella WebKit -allowable_client WebKit2 -framework ApplicationServices -framework Carbon -framework Cocoa -framework JavaScriptCore -licucore -lobjc -lxml2 -lz -framework OpenGL -framework QuartzCore -framework SystemConfiguration -single_module -compatibility_version 1 -current_version 534.6 -o /build/Debug/WebCore.framework/Versions/A/WebCore
ld: warning: __ZSt3minImERKT_S2_S2_ has different visibility (hidden) in /build/Debug/libANGLE.a(ShaderLang.o) and (default) in /build/WebCore.build/Debug/WebCore.build/Objects-normal/x86_64/AccessibilityObjectWrapper.o
ld: warning: __ZSt3minImERKT_S2_S2_ has different visibility (hidden) in /build/Debug/libANGLE.a(ParseHelper.o) and (default) in /build/WebCore.build/Debug/WebCore.build/Objects-normal/x86_64/AccessibilityObjectWrapper.o
ld: warning: __ZSt3maxIiERKT_S2_S2_ has different visibility (hidden) in /build/Debug/libANGLE.a(ParseHelper.o) and (default) in /build/WebCore.build/Debug/WebCore.build/Objects-normal/x86_64/AutoTableLayout.o
ld: warning: __ZSt3minImERKT_S2_S2_ has different visibility (hidden) in /build/Debug/libANGLE.a(intermOut.o) and (default) in /build/WebCore.build/Debug/WebCore.build/Objects-normal/x86_64/AccessibilityObjectWrapper.o
ld: warning: __ZSt3maxIiERKT_S2_S2_ has different visibility (hidden) in /build/Debug/libANGLE.a(intermOut.o) and (default) in /build/WebCore.build/Debug/WebCore.build/Objects-normal/x86_64/AutoTableLayout.o
Many many more...
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Marrin
A zillion? Really? :-)
Anyway, fixed in http://trac.webkit.org/changeset/65515
Eric Seidel (no email)
I was always taught that when I run out of fingers and toes the next number was one zillion. :)
Thanks!