WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
7477
Building WebKit on Intel iMac fails for 'deployment' target
https://bugs.webkit.org/show_bug.cgi?id=7477
Summary
Building WebKit on Intel iMac fails for 'deployment' target
Daniel Blanken
Reported
2006-02-26 07:02:05 PST
After checking out the current sources (
r12990
), build-webkit fails on an Intel iMac (MacOS X 10.4.5, XCode version 2.2.1) when trying to build out-of-the box. The build succeeds when setting the target to Development (" set-webkit-configuration --development ") before building. I've pasted in the error message here:
http://paste.lisp.org/display/17237
Seems that the reason are the more strict build rules in the deployment target. Surprisingly, the error/warning seems to occur in Apple's Frameworks and not in WebKit's sources.
Attachments
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2006-02-26 07:10:11 PST
Confirming bug since I've been talking to danB on IRC. Here is the lisppaste info (in case the site is ever down): CompileC /Volumes/Daniel/Programming/WebKit/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/i386/CursorMac.o /Volumes/Daniel/Programming/WebKit/WebCore/platform/mac/CursorMac.mm normal i386 objective-c++ com.apple.compilers.gcc.4_0 cd /Volumes/Daniel/Programming/WebKit/WebCore /usr/bin/gcc-4.0 -x objective-c++ -arch i386 -pipe -Wno-trigraphs -fno-exceptions -fno-rtti -fobjc-exceptions -fpascal-strings -fasm-blocks -g -O2 -Werror -Wnon-virtual-dtor -DNDEBUG -DSVG_SUPPORT -fmessage-length=0 -fobjc-direct-dispatch -fobjc-gc -fvisibility-inlines-hidden -fno-threadsafe-statics -Wno-invalid-offsetof -mmacosx-version-min=10.4 -I/Volumes/Daniel/Programming/WebKit/WebKitBuild/WebCore.build/Release/WebCore.build/WebCore.hmap -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter -Wno-long-double -F/Volumes/Daniel/Programming/WebKit/WebKitBuild/Release -I/Volumes/Daniel/Programming/WebKit/WebKitBuild/Release/include -IForwardingHeaders -I. -Ikhtml -Iicu -I/usr/include/libxslt -I/usr/include/libxml2 -I/Volumes/Daniel/Programming/WebKit/WebKitBuild/WebCore.build/Release/WebCore.build/DerivedSources -include /Library/Caches/com.apple.Xcode.501/SharedPrecompiledHeaders/WebCorePrefix-avovbyvycvqlsightviogdnelkjr/WebCorePrefix.h -c /Volumes/Daniel/Programming/WebKit/WebCore/platform/mac/CursorMac.mm -o /Volumes/Daniel/Programming/WebKit/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/i386/CursorMac.o cc1objplus: warnings being treated as errors /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: In function 'NSCursor* WebCore::leakNamedCursor(const char*, int, int)': /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:46: warning: variable 'p' might be clobbered by 'longjmp' or 'vfork'
Alexey Proskuryakov
Comment 2
2007-01-06 15:53:51 PST
Not sure what the reason has been, but this problem just couldn't have survived for almost a year; closing.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug