[webkit-dev] make webkit-1.1.3 - error

yenchengwang yenchengwang at gmail.com
Thu Mar 26 22:24:20 PDT 2009


hi all,
    I also get error messages like bellow when I make webkit-1.1.3

make  all-am
make[1]: Entering directory `/home/webkit-1.1.3'
mkdir -p ./.deps/DerivedSources
./doltlibtool --tag=CXX   --mode=link g++ -fno-strict-aliasing -O2
-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
-D_REENTRANT -D_REENTRANT -I/usr/include -O2   -o Programs/jsc
JavaScriptCore/Programs_jsc-jsc.o libJavaScriptCore.la
libtool: link: g++ -fno-strict-aliasing -O2 -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 -D_REENTRANT -D_REENTRANT -I/usr/include
-O2 -o Programs/jsc JavaScriptCore/Programs_jsc-jsc.o
./.libs/libJavaScriptCore.a -licui18n -licuuc -licudata /usr/lib/
libgobject-2.0.so /usr/lib/libgthread-2.0.so -lrt
/usr/lib/libglib-2.0.so-lpthread -pthread
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-AllInOneFile.o): In
function `JSC::Lexer::isIdentPart(int)':
AllInOneFile.cpp:(.text+0x3df6): undefined reference to `u_charType_3_8'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-AllInOneFile.o): In
function `JSC::Lexer::isIdentStart(int)':
AllInOneFile.cpp:(.text+0x3e4e): undefined reference to `u_charType_3_8'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-AllInOneFile.o): In
function `JSC::Lexer::isWhiteSpace() const':
AllInOneFile.cpp:(.text+0x3eb1): undefined reference to `u_charType_3_8'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-AllInOneFile.o): In
function `JSC::isStrWhiteSpace(unsigned short)':
AllInOneFile.cpp:(.text+0x3f47): undefined reference to `u_charType_3_8'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-AllInOneFile.o): In
function `JSC::stringProtoFuncToUpperCase(JSC::ExecState*, JSC::JSObject*,
JSC::JSValuePtr, JSC::ArgList const&)':
AllInOneFile.cpp:(.text+0x3b8dc): undefined reference to `u_strToUpper_3_8'
AllInOneFile.cpp:(.text+0x3b930): undefined reference to `u_strToUpper_3_8'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-AllInOneFile.o): In
function `JSC::stringProtoFuncToLowerCase(JSC::ExecState*, JSC::JSObject*,
JSC::JSValuePtr, JSC::ArgList const&)':
AllInOneFile.cpp:(.text+0x3bc19): undefined reference to `u_strToLower_3_8'
AllInOneFile.cpp:(.text+0x3bc6d): undefined reference to `u_strToLower_3_8'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-AllInOneFile.o): In
function `JSC::functionProtoFuncToString(JSC::ExecState*, JSC::JSObject*,
JSC::JSValuePtr, JSC::ArgList const&)':
AllInOneFile.cpp:(.text+0x48ee4): undefined reference to `u_charType_3_8'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-WRECGenerator.o): In
function
`JSC::WREC::Generator::generatePatternCharacter(JSC::AbstractMacroAssembler<JSC::X86Assembler>::JumpList&,
int)':
WRECGenerator.cpp:(.text+0x270f): undefined reference to `u_tolower_3_8'
WRECGenerator.cpp:(.text+0x271c): undefined reference to `u_toupper_3_8'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-WRECGenerator.o): In
function
`JSC::WREC::Generator::generatePatternCharacterPair(JSC::AbstractMacroAssembler<JSC::X86Assembler>::JumpList&,
int, int)':
WRECGenerator.cpp:(.text+0x662f): undefined reference to `u_tolower_3_8'
WRECGenerator.cpp:(.text+0x663c): undefined reference to `u_toupper_3_8'
WRECGenerator.cpp:(.text+0x665f): undefined reference to `u_tolower_3_8'
WRECGenerator.cpp:(.text+0x666c): undefined reference to `u_toupper_3_8'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-CollatorICU.o): In function
`WTF::Collator::releaseCollator()':
CollatorICU.cpp:(.text+0xca): undefined reference to `ucol_close_3_8'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-CollatorICU.o): In function
`WTF::Collator::createCollator() const':
CollatorICU.cpp:(.text+0x14a): undefined reference to
`ucol_getLocaleByType_3_8'
CollatorICU.cpp:(.text+0x167): undefined reference to
`ucol_getAttribute_3_8'
CollatorICU.cpp:(.text+0x1c3): undefined reference to `ucol_open_3_8'
CollatorICU.cpp:(.text+0x1e8): undefined reference to `ucol_open_3_8'
CollatorICU.cpp:(.text+0x218): undefined reference to
`ucol_setAttribute_3_8'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-CollatorICU.o): In function
`WTF::Collator::collate(unsigned short const*, unsigned int, unsigned short
const*, unsigned int) const':
CollatorICU.cpp:(.text+0x2b0): undefined reference to `ucol_strcoll_3_8'
collect2: ld returned 1 exit status
make[1]: *** [Programs/jsc] Error 1
make[1]: Leaving directory `/home/webkit-1.1.3'
make: *** [all] Error 2

    Could someone give me some information ?? any information would be
appreciate !! thank~ :D
-- 
Regards
Y-C Wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090327/f92a512e/attachment.html>


More information about the webkit-dev mailing list