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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

