[webkit-dev] Making Webkit - CSSGrammar.h

2011-06-21 Thread Tom Smith
Hello,

I'm trying to build Webkit on Ubuntu, but I get this error when I try to
make it:

WebCore/css/CSSParser.cpp:4152: fatal error: CSSGrammar.h: No such file or
directory
compilation terminated.
make[1]: *** [WebCore/css/libWebCore_la-CSSParser.lo] Error 1
make[1]: Leaving directory `/home/screamer/Canmore/usr/src/WebKit-r36247'
make: *** [all] Error 2

I tried looking for the CSSGrammar.h file in /WebCore/css but I it's simply
not there. Can anyone help?


Best regards,
Tom
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Making Webkit - CSSGrammar.h

2011-06-21 Thread İsmail Dönmez
Hi;

On Tue, Jun 21, 2011 at 3:44 PM, Tom Smith penguin.lin...@gmail.com wrote:

 Hello,

 I'm trying to build Webkit on Ubuntu, but I get this error when I try to
 make it:

 WebCore/css/CSSParser.cpp:4152: fatal error: CSSGrammar.h: No such file or
 directory
 compilation terminated.
 make[1]: *** [WebCore/css/libWebCore_la-CSSParser.lo] Error 1
 make[1]: Leaving directory `/home/screamer/Canmore/usr/src/WebKit-r36247'
 make: *** [all] Error 2

 I tried looking for the CSSGrammar.h file in /WebCore/css but I it's simply
 not there. Can anyone help?


 That file automatically generated from CSSGrammar.y file, I am guessing you
are missing bison/yacc package installed.

Regards,
ismail
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev