View Single Post
Posts: 4 | Thanked: 0 times | Joined on Oct 2008 @ Seoul, South Korea
#59
Question!

How could you compile webkit nightly version R39370 on scratchbox?
When I tried, I got this error message in the configure step.

configure: error: You need at least version 2.2 of the 'bison' parser generator to compile WebKit correctly for ARM
To solve this problem, I compiled and installed bison 2.4 on scratchbox.
Finally I passed this problem, and then completed configure step.

But in the compile step, I got new error message.

/usr/local/bin/./bison -d -p cssyy WebCore/css/CSSGrammar.y -o ./DerivedSources/CSSGrammar.cpp
WebCore/css/CSSGrammar.y:352.11-20: symbol maybe_sgml redefined
make: *** [DerivedSources/CSSGrammar.cpp] Error 1
How could you solve this problem?