Changes between Version 3 and Version 4 of BuildingQtOnLinux


Ignore:
Timestamp:
Apr 19, 2007 9:06:32 PM (17 years ago)
Author:
bdash@webkit.org
Comment:

Info about another build error.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v3 v4  
    6868
    6969This error is typically caused by not having `flex` installed.  Install `flex`, run `touch WebCore/css/tokenizer.flex` and try building WebKit again.
     70
     71
     72=== Incompatible version of bison ===
     73{{{
     74bison -d -p kjsyy JavaScriptCore/kjs/grammar.y -o grammar.tab.c && mv grammar.tab.c tmp/grammar.cpp && mv grammar.tab.h tmp/grammar.h
     75JavaScriptCore/kjs/grammar.y:364.3-366.9: type clash (`node' `') on default action
     76JavaScriptCore/kjs/grammar.y:366.10: parse error, unexpected ":", expecting ";" or "|"
     77}}}
     78
     79This error is caused by having an incompatible version of `bison` installed.  The single reported case of this error occurred with `bison` 1.75, and was resolved by updating to `bison` 2.3.