[android-developers] Re: Help CSSParser.cpp build error in the 2.1 Source Code

2010-06-15 Thread mc_seem
Same thing here on gcc version 4.4.3 20100127 (Red Hat 4.4.3-4)
(GCC) ..

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Help CSSParser.cpp build error in the 2.1 Source Code

2010-06-15 Thread mc_seem
OK, I guess I figured this out. For some reason makevalues.pl does not
get called from a Makefile. You should either invoke 'makevalues.pl'
manually or call ./external/webkit/WebCore/make-generated-sources.sh
to generate the necessary source code files from *.gperf files.

After you do that, you would probably face another problem:

external/webkit/WebCore/css/CSSParser.cpp:1490: error:
'CSSValueVisiblepainted' was not declared in this scope

Just change it to 'CSSValueVisiblePainted' and it'll compile. Looks
like a bug that needs to be reported.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en