Need Help in compilation

15 views
Skip to first unread message

drew

unread,
Jan 6, 2009, 2:57:39 AM1/6/09
to android-porting
Hi, I've run into a problem that does not seem to be related to any
missing tool/compiler/parser in Ubuntu 8.04.

The error occurs when executing
"
TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make -j2
installer_img
"
The error seen is as follows
"
external/webkit/WebCore/css/CSSParser.cpp: In member function 'bool
WebCore::CSSParser::parseValue(int, bool)':
external/webkit/WebCore/css/CSSParser.cpp:799: warning: suggest
parentheses around && within ||
external/webkit/WebCore/css/CSSParser.cpp:564: warning: enumeration
value 'CSSPropertyWebkitVariableDeclarationBlock' not handled in
switch
external/webkit/WebCore/css/CSSParser.cpp: In member function 'bool
WebCore::CSSParser::parseShadow(int, bool)':
external/webkit/WebCore/css/CSSParser.cpp:3469: warning: suggest
parentheses around && within ||
external/webkit/WebCore/css/CSSParser.cpp: In function 'int
WebCore::cssValueKeywordID(const WebCore::CSSParserString&)':
external/webkit/WebCore/css/CSSParser.cpp:4821: error: expected
initializer before '*' token
external/webkit/WebCore/css/CSSParser.cpp:4822: error:
'hashTableEntry' was not declared in this scope
make: *** [out/target/product/eee_701/obj/SHARED_LIBRARIES/
libwebcore_intermediates/WebCore/css/CSSParser.o] Error 1
make: *** Waiting for unfinished jobs....
"

Any suggestions?

Hugo Darwin

unread,
Jan 17, 2009, 12:48:47 PM1/17/09
to android-porting
I've a similar problem that does not seem to be related to any missing
tool/compiler/parser in Ubuntu 8.10. Though the Ubuntu 8.10 default
gcc is 4.3.2, but I have 'apt-get install gcc-4.2'

$ TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true
CC=gcc-4.2 CXX=g++-4.2 make -j2 installer_img
Reply all
Reply to author
Forward
0 new messages