* HACKING: We need Bison 2.3.
This commit is contained in:
parent
ac94af5791
commit
3c7f1822df
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2006-08-30 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2006-08-30 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* HACKING: We need Bison 2.3.
|
||||||
|
|
||||||
* evtgbaparse/evtgbaparse.yy, ltlparse/ltlparse.yy,
|
* evtgbaparse/evtgbaparse.yy, ltlparse/ltlparse.yy,
|
||||||
tgbaparse/tgbaparse.yy: Fix Bison warnings about unset $$.
|
tgbaparse/tgbaparse.yy: Fix Bison warnings about unset $$.
|
||||||
|
|
||||||
|
|
|
||||||
2
HACKING
2
HACKING
|
|
@ -13,7 +13,7 @@ generally if you plan to regenerate some of the generated files.
|
||||||
GNU Automake >= 1.9
|
GNU Automake >= 1.9
|
||||||
GNU Libtool >= 1.4
|
GNU Libtool >= 1.4
|
||||||
GNU Flex (the version seems to matters, we used 2.5.31)
|
GNU Flex (the version seems to matters, we used 2.5.31)
|
||||||
GNU Bison == 2.0 (2.1 will not work, but 2.2 is expected to.)
|
GNU Bison >= 2.3
|
||||||
SWIG >= 1.3.23
|
SWIG >= 1.3.23
|
||||||
Doxygen >= 1.4.0
|
Doxygen >= 1.4.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue