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?
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to