Hi All,
while building, i got the following error.
ld: Undefined symbols: __ZN7WebCore9CSSParser3lexEv
/usr/bin/libtool : internal link edit command failed
make[1]: *** [../lib/libWebKitGdk.1.0.0.dylib] Error 1
make: *** [sub-WebCore-make-default-ordered] Error 2
However inside the file, WebCore/css/CSSParser.cpp, in function int CSSParser::lex(void *yylvalWithoutType)
if i comment the line int token = lex() and assign some value, say int token = 1;
then it is building...
Can anyone please help me in figuring out the correct way to overcome this error?
Thanks,
Shriram