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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 04:23:09 PDT 2012


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





--- Comment #3 from Alexis Menard (darktears) <alexis.menard at openbossa.org>  2012-05-15 04:22:14 PST ---
(In reply to comment #2)
> Can you please paste the compiler invocation and the compiler error?

CompileC build/JavaScriptCore.build/Debug/JSCLLIntOffsetsExtractor.build/Objects-normal/x86_64/LLIntOffsetsExtractor.o llint/LLIntOffsetsExtractor.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/darktears/Development/webkit/Source/JavaScriptCore
    setenv LANG en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -stdlib=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fpascal-strings -O0 -Werror -Wno-missing-field-initializers -Wmissing-prototypes -Wno-return-type -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-c++11-extensions -DHAVE_DTRACE=1 -DWEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST -DHAVE_HEADER_DETECTION_H -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.7 -g -fvisibility=hidden -fvisibility-inlines-hidden -fno-threadsafe-statics -Wno-conversion -Wno-sign-conversion -I/Users/darktears/
 Development/webkit/Source/JavaScriptCore/build/JavaScriptCore.build/Debug/JSCLLIntOffsetsExtractor.build/JSCLLIntOffsetsExtractor.hmap -I/Users/darktears/Development/webkit/Source/JavaScriptCore/build/Debug/include -I. -Iicu -I/Users/darktears/Development/webkit/Source/JavaScriptCore/build/Debug/usr/local/include -I/Users/darktears/Development/webkit/Source/JavaScriptCore/build/JavaScriptCore.build/Debug/JSCLLIntOffsetsExtractor.build/DerivedSources/x86_64 -I/Users/darktears/Development/webkit/Source/JavaScriptCore/build/JavaScriptCore.build/Debug/JSCLLIntOffsetsExtractor.build/DerivedSources -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wglobal-constructors -Wexit-time-destructors -F/Users/darktears/Development/webkit/Source/JavaScriptCore/build/Debug -MMD -MT dependencies -MF /Users/darktears/Development/webkit/Source/JavaScr
 iptCore/build/JavaScriptCore.build/Debug/JSCLLIntOffsetsExtractor.build/Objects-normal/x86_64/LLIntOffsetsExtractor.d --serialize-diagnostics /Users/darktears/Development/webkit/Source/JavaScriptCore/build/JavaScriptCore.build/Debug/JSCLLIntOffsetsExtractor.build/Objects-normal/x86_64/LLIntOffsetsExtractor.dia -c /Users/darktears/Development/webkit/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp -o /Users/darktears/Development/webkit/Source/JavaScriptCore/build/JavaScriptCore.build/Debug/JSCLLIntOffsetsExtractor.build/Objects-normal/x86_64/LLIntOffsetsExtractor.o

In file included from /Users/darktears/Development/webkit/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:26:
/Users/darktears/Development/webkit/Source/JavaScriptCore/config.h:30:10: fatal error: 'wtf/Platform.h' file not found
#include <wtf/Platform.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