[Webkit-unassigned] [Bug 86430] Building WebKit in Xcode is not working.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 11:55:21 PDT 2012


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





--- Comment #7 from Alexis Menard (darktears) <alexis.menard at openbossa.org>  2012-05-15 11:54:25 PST ---
(In reply to comment #6)
> (In reply to comment #5)
> > "Xcode default" is checked and the two fields you are talking about are for the "custom" checkbox.
> 
> I meant the labels at the bottom, not the text fields. The former tell you where Products and Intermediates go given the current selections in the sheet.
> 
> > If I check custom it becomes : For intermediate : Build/Intermediates and Build/Products for Products.
> > 
> > I checked custom and it seems to continue compiling :) let see if it will succeed for all.
> 
> The recommended configuration is the one described in <http://www.webkit.org/building/debug.html>: “Ensure that the Products and Intermediates locations for the workspace match those used by build-webkit by choosing File > Workspace Settings and clicking the Advanced button, selecting Custom, Relative to Workspace, and entering WebKitBuild both for Products and for Intermediates”.
> 
> > Maybe the workspace should by default come with that custom checkbox checked (if that's even possible).
> 
> I am afraid that’s not possible at this time.

I hit another build error :

CompileC /Users/darktears/Library/Developer/Xcode/DerivedData/Build/Intermediates/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.o mac/Plugins/Hosted/NetscapePluginHostManager.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/darktears/Development/webkit/Source/WebKit
    setenv LANG en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -stdlib=libc++ -fobjc-gc -Wno-trigraphs -fno-exceptions -fno-rtti -fpascal-strings -O0 -Werror -Wno-missing-field-initializers -Wmissing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wformat -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-sign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-arc-abi -Wno-c++11-extensions -DDISABLE_THREAD_CHECK -DENABLE_WEBKIT_UNSET_DYLD_FRAMEWORK_PATH -DENABLE_3D_RENDERING -DENABLE_BLOB -DENABLE_CHANNEL_MESSAGING -DENABLE_CSS_FILTERS -DENABLE_CSS_GRID_LAYOUT -DENABLE_DASHBOARD_SUPPORT -DENABLE_DETAILS -DENABLE_FILTERS -DENABLE_FULLSCREEN_API -DENABLE_GEOLOCATION -DENABLE_HIGH_DPI_CANVAS -DENABLE_ICONDATABASE -DENABLE_IFRAME_SEAMLESS -DENABLE_JAVASCRIPT_DEBUGGER -DENABLE_MATHML -DENABLE_METER_TAG -DENABLE_MUTATION_OBSERVERS -DENABLE_PROGRESS_TAG -DENABLE_REQUEST_ANIMATION_FRAME -DENABLE_SHARED_WORKERS -DENABLE_SQL_DATABASE -DENABLE_SVG -DENABLE_SVG_DOM_OBJC_BINDINGS -DENABLE_SVG_FONTS -DENABLE_TEXT_NOTIFICATIONS_ONLY -DENABLE_VIDEO -DENABLE_VIDEO_TRACK -DENABLE_WEBGL -DENABLE_WEB_AUDIO -DENABLE_WEB_SOCKETS -DENABLE_WORKERS -DENABLE_XSLT -DFRAMEWORK_NAME=WebKit -DWEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST -fasm-blocks -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.7 -g -fvisibility-inlines-hidden -fno-threadsafe-statics -Wno-conversion -Wno-sign-conversion "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -I/Users/darktears/Library/Developer/Xcode/DerivedData/Build/Intermediates/WebKit.build/Debug/WebKit.build/WebKit.hmap -I/Users/darktears/Library/Developer/Xcode/DerivedData/Build/Products/Debug/include -I/Users/darktears/Library/Developer/Xcode/DerivedData/Build/Products/Debug/usr/local/include -I/Users/darktears/Library/Developer/Xcode/DerivedData/Build/Products/Debug/WebCore.framework/PrivateHeaders/ForwardingHeaders -I/Users/darktears/Library/Developer/Xcode/DerivedData/Build/Products/Debug/WebCore.framework/PrivateHeaders/icu -I/Users/darktears/Library/Developer/Xcode/DerivedData/Build/Products/Debug/DerivedSources/WebKit -I/Users/darktears/Library/Developer/Xcode/DerivedData/Build/Intermediates/WebKit.build/Debug/WebKit.build/DerivedSources/x86_64 -I/Users/darktears/Library/Developer/Xcode/DerivedData/Build/Intermediates/WebKit.build/Debug/WebKit.build/DerivedSources -Wall -Wextra -Wchar-subscripts -Wextra-tokens -Wformat-security -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wno-unused-parameter -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wglobal-constructors -Wexit-time-destructors -F/Users/darktears/Library/Developer/Xcode/DerivedData/Build/Products/Debug -F/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks -F/System/Library/Frameworks/ApplicationServices.framework/Frameworks -F/System/Library/Frameworks/Carbon.framework/Frameworks -F/System/Library/Frameworks/Quartz.framework/Frameworks -F/System/Library/Frameworks/CoreServices.framework/Frameworks -F/System/Library/PrivateFrameworks -include /Users/darktears/Library/Developer/Xcode/DerivedData/Build/Intermediates/PrecompiledHeaders/WebKitPrefix-hkwfrchttpbfvheaucwdaaceztol/WebKitPrefix.h -MMD -MT dependencies -MF /Users/darktears/Library/Developer/Xcode/DerivedData/Build/Intermediates/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.d --serialize-diagnostics /Users/darktears/Library/Developer/Xcode/DerivedData/Build/Intermediates/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.dia -c /Users/darktears/Development/webkit/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm -o /Users/darktears/Library/Developer/Xcode/DerivedData/Build/Intermediates/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.o

/Users/darktears/Development/webkit/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm:33:9: fatal error: 'WebKitSystemInterface.h' file not found
#import "WebKitSystemInterface.h"
        ^
1 error generated.

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