| 1 | | |
| | 1 | ==== Changes ([http://ports.haiku-files.org/browser/haikuports/trunk/sys-devel/bison/bison-2.4-haiku.diff patch]) ==== |
| | 2 | |
| | 3 | {{{lib/config.charset}}}: |
| | 4 | - Haiku is UTF-8 (gnulib change). |
| | 5 | |
| | 6 | {{{src/location.c}}}, {{{src/muscle_tab.c}}}: |
| | 7 | - Pointer types aren't implicitly converted to {{{_Bool}}}, which is the parameter type of {{{aver()}}} (gcc 2.95.3 issue). |
| | 8 | |
| | 9 | ==== Configuring/Building ==== |
| | 10 | |
| | 11 | {{{ |
| | 12 | ./configure --prefix=/boot/common |
| | 13 | make |
| | 14 | }}} |
| | 15 | |
| | 16 | ==== Tests ==== |
| | 17 | |
| | 18 | {{{ |
| | 19 | make check |
| | 20 | }}} |
| | 21 | |
| | 22 | {{{194: Absolute namespace references FAILED (c++.at:166)}}} |
| | 23 | - gcc 2.95.3 doesn't support function definitions of the form {{{void ::A::B::function() {} }}}. |
| | 24 | |
| | 25 | All other tests pass (or are skipped). |