Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Need Help in compilation
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
drew  
View profile  
 More options Jan 6 2009, 2:57 am
From: drew <andrewjohnyo...@gmail.com>
Date: Mon, 5 Jan 2009 23:57:39 -0800 (PST)
Local: Tues, Jan 6 2009 2:57 am
Subject: Need Help in compilation
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?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hugo Darwin  
View profile  
 More options Jan 17 2009, 12:48 pm
From: Hugo Darwin <hugo.dar...@gmail.com>
Date: Sat, 17 Jan 2009 09:48:47 -0800 (PST)
Local: Sat, Jan 17 2009 12:48 pm
Subject: Re: Need Help in compilation
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

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?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »