RESOLVED FIXED44113
A zillion link warnings when linking WebCore (from libangle)
https://bugs.webkit.org/show_bug.cgi?id=44113
Summary A zillion link warnings when linking WebCore (from libangle)
Eric Seidel (no email)
Reported 2010-08-17 09:04:36 PDT
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
Chris Marrin
Comment 1 2010-08-17 10:53:26 PDT
A zillion? Really? :-) Anyway, fixed in http://trac.webkit.org/changeset/65515
Eric Seidel (no email)
Comment 2 2010-08-17 10:57:18 PDT
I was always taught that when I run out of fingers and toes the next number was one zillion. :) Thanks!
Note You need to log in before you can comment on or make changes to this bug.