[Webkit-unassigned] [Bug 19708] New: Make fails around array_object.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 21 20:44:31 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19708
Summary: Make fails around array_object.cpp
Product: WebKit
Version: 526+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bobbypowers at gmail.com
I've been trying to compile WebKit on Ubuntu Hardy for a couple days, but it
always fails with the following. Any suggestions? I'm on the latest trunk.
~~~~
if ./doltlibtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.
-DWTF_USE_ICU_UNICODE=1 -DBUILDING_CAIRO__=1 -DBUILDING_GTK__=1 -DWTF_CHANGES
-DXP_UNIX -DNDEBUG -I./JavaScriptCore -I./JavaScriptCore/ForwardingHeaders
-I./JavaScriptCore/wtf -I./JavaScriptCore/kjs -I./DerivedSources
-I./JavaScriptCore/ForwardingHeaders -I./JavaScriptCore/VM
-I./JavaScriptCore/profiler -I./JavaScriptCore/wtf/unicode
-I./JavaScriptCore/pcre -I./JavaScriptCore/kjs -fstrict-aliasing -O3
-fvisibility-inlines-hidden -fno-rtti -Wall -W -Wcast-align -Wchar-subscripts
-Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef
-Wmissing-format-attribute -Wpointer-arith -Wwrite-strings
-Wno-unused-parameter -Wno-parentheses -fno-exceptions -fvisibility=hidden
-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT
-I/usr/include -MT JavaScriptCore/wtf/unicode/libJavaScriptCore_la-UTF8.lo -MD
-MP -MF "JavaScriptCore/wtf/unicode/.deps/libJavaScriptCore_la-UTF8.Tpo" -c -o
JavaScriptCore/wtf/unicode/libJavaScriptCore_la-UTF8.lo `test -f
'JavaScriptCore/wtf/unicode/UTF8.cpp' || echo
'./'`JavaScriptCore/wtf/unicode/UTF8.cpp; \
then mv -f
"JavaScriptCore/wtf/unicode/.deps/libJavaScriptCore_la-UTF8.Tpo"
"JavaScriptCore/wtf/unicode/.deps/libJavaScriptCore_la-UTF8.Plo"; else rm -f
"JavaScriptCore/wtf/unicode/.deps/libJavaScriptCore_la-UTF8.Tpo"; exit 1; fi
JavaScriptCore/kjs/create_hash_table JavaScriptCore/kjs/array_object.cpp -i >
JavaScriptCore/kjs/array_object.lut.h
Creating hashtable for JavaScriptCore/kjs/array_object.cpp
No such file JavaScriptCore/kjs/array_object.cpp at
JavaScriptCore/kjs/create_hash_table line 40.
make[1]: *** [JavaScriptCore/kjs/array_object.lut.h] Error 2
make[1]: Leaving directory `/home/bobby/Desktop/sandbox/WebKit'
make: *** [all] Error 2
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list