WebKit-r36013 does not build on Mac OS X 10.5.4 PPC G5
-- comment -- Mac OS X 10.5.4 / XCODE 3.0 / Dual 2.7GHz PowerPC G5 / 2.5 GB RAM -- compiler error messages -- cd /Users/fzerangue/ws/WebKit-r36013/JavaScriptGlue /Developer/usr/bin/gcc-4.0 -x c++ -arch ppc -pipe -Wno-trigraphs - fno-exceptions -fno-rtti -fpascal-strings -fasm-blocks -O2 -Werror - Wnon-virtual-dtor -Wnewline-eof -DNDEBUG - DWEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST -fmessage-length=0 - fstrict-aliasing -mtune=G5 -fvisibility-inlines-hidden -fno-threadsafe- statics -mmacosx-version-min=10.5 -gdwarf-2 -I/Users/fzerangue/ws/ WebKit-r36013/JavaScriptGlue/build/JavaScriptGlue.build/Release/ JavaScriptGlue.build/JavaScriptGlue.hmap -Wall -W -Wcast-align -Wchar- subscripts -Wformat-security -Wmissing-format-attribute -Wpointer- arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter -Wundef - Wno-strict-aliasing -Wshorten-64-to-32 -F/Users/fzerangue/ws/WebKit- r36013/JavaScriptGlue/build/Release -I/Users/fzerangue/ws/WebKit- r36013/JavaScriptGlue/build/Release/include -IForwardingHeaders -I. - Iicu -I/Users/fzerangue/ws/WebKit-r36013/JavaScriptGlue/build/ JavaScriptGlue.build/Release/JavaScriptGlue.build/DerivedSources -Wno- deprecated-declarations -c /Users/fzerangue/ws/WebKit-r36013/ JavaScriptGlue/JSBase.cpp -o /Users/fzerangue/ws/WebKit-r36013/ JavaScriptGlue/build/JavaScriptGlue.build/Release/JavaScriptGlue.build/ Objects-normal/ppc/JSBase.o In file included from /Users/fzerangue/ws/WebKit-r36013/JavaScriptGlue/ config.h:5, from /Users/fzerangue/ws/WebKit-r36013/ JavaScriptGlue/JSBase.cpp:29: ForwardingHeaders/wtf/Platform.h:1:37: error: JavaScriptCore/ Platform.h: No such file or directory ... -- comment -- ForwardingHeaders/wtf/Platform.h includes "JavaScriptCore/Platform.h" and there doesn't seem to be an include search path to WebKit-r36013 directory nor WebKit-r36013/JavaScriptCore/ForwardingHeaders directory -- and WebKit-r36013/JavaScriptCore/Platform.h does not exist and Webkit-r36013/JavaScriptCore/ForwardingHeaders/JavaScriptCore/ Platform.h does not exist either. Frank
Platform.h is in JavaScriptCore/wtf/Platform.h. The "JavaScript/Platform.h" include should be resolved to $SYMROOTS/$BUILD_TYPE/JavaScriptCore.framework/PrivateHeaders/Platform.h. Did JavaScriptCore build successfully? Did you build JavaScriptCore first? Have you tried using the WebKitTools/Scripts/build-webkit script? Dave On Wed, 9/3/08, Frank Zerangue <fzerang@cisco.com> wrote:
-- comment --
Mac OS X 10.5.4 / XCODE 3.0 / Dual 2.7GHz PowerPC G5 / 2.5 GB RAM
-- compiler error messages --
cd /Users/fzerangue/ws/WebKit-r36013/JavaScriptGlue /Developer/usr/bin/gcc-4.0 -x c++ -arch ppc -pipe -Wno-trigraphs - fno-exceptions -fno-rtti -fpascal-strings -fasm-blocks -O2 -Werror - Wnon-virtual-dtor -Wnewline-eof -DNDEBUG - DWEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST -fmessage-length=0 - fstrict-aliasing -mtune=G5 -fvisibility-inlines-hidden -fno-threadsafe- statics -mmacosx-version-min=10.5 -gdwarf-2 -I/Users/fzerangue/ws/ WebKit-r36013/JavaScriptGlue/build/JavaScriptGlue.build/Release/
JavaScriptGlue.build/JavaScriptGlue.hmap -Wall -W -Wcast-align -Wchar- subscripts -Wformat-security -Wmissing-format-attribute -Wpointer- arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter -Wundef - Wno-strict-aliasing -Wshorten-64-to-32 -F/Users/fzerangue/ws/WebKit- r36013/JavaScriptGlue/build/Release -I/Users/fzerangue/ws/WebKit- r36013/JavaScriptGlue/build/Release/include -IForwardingHeaders -I. - Iicu -I/Users/fzerangue/ws/WebKit-r36013/JavaScriptGlue/build/ JavaScriptGlue.build/Release/JavaScriptGlue.build/DerivedSources -Wno- deprecated-declarations -c /Users/fzerangue/ws/WebKit-r36013/ JavaScriptGlue/JSBase.cpp -o /Users/fzerangue/ws/WebKit-r36013/ JavaScriptGlue/build/JavaScriptGlue.build/Release/JavaScriptGlue.build/
Objects-normal/ppc/JSBase.o In file included from /Users/fzerangue/ws/WebKit-r36013/JavaScriptGlue/ config.h:5, from /Users/fzerangue/ws/WebKit-r36013/ JavaScriptGlue/JSBase.cpp:29: ForwardingHeaders/wtf/Platform.h:1:37: error: JavaScriptCore/ Platform.h: No such file or directory ...
-- comment --
ForwardingHeaders/wtf/Platform.h includes "JavaScriptCore/Platform.h" and there doesn't seem to be an include search path to WebKit-r36013 directory nor WebKit-r36013/JavaScriptCore/ForwardingHeaders directory -- and WebKit-r36013/JavaScriptCore/Platform.h does not exist and Webkit-r36013/JavaScriptCore/ForwardingHeaders/JavaScriptCore/
Platform.h does not exist either.
Frank _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
participants (2)
-
David Kilzer
-
Frank Zerangue