[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bison 1.29 build failed (make check) on solaris 2.6
From: |
Akim Demaille |
Subject: |
Re: bison 1.29 build failed (make check) on solaris 2.6 |
Date: |
10 Sep 2001 11:31:44 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
| 22. calc.at:372: testing Calculator --debug...
| calc.at:372: bison calc.y -o calc.c --debug
| calc.at:372: $CC $CFLAGS $CPPFLAGS calc.c -o calc
| calc.at:372: calc ./input 2>&1 >/dev/null | grep 'parse error' >&2
| calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
| calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
| calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
| calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
| calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
| 22. calc.at:372: ok
| ## ---------------------------- ##
| ## All 1 tests were successful. ##
| ## ---------------------------- ##
|
| This one ends.
OK, so, for whatever reason, calc is not able to used an input file
name on argv. But the test suite was a bit buggy, indeed, for it was
checking
if (!stdin)
instead of
if (!yyin)
below is attached an updated version of testsuite. Please, paste it
in tests/, and tell me if things improved.
Thanks _a lot_.
Akim
testsuite.gz
Description: Binary data
- bison 1.29 build failed (make check) on solaris 2.6, Paul Lew, 2001/09/09
- Re: bison 1.29 build failed (make check) on solaris 2.6, Akim Demaille, 2001/09/10
- Re: bison 1.29 build failed (make check) on solaris 2.6, Paul Lew, 2001/09/10
- Re: bison 1.29 build failed (make check) on solaris 2.6,
Akim Demaille <=
- Re: bison 1.29 build failed (make check) on solaris 2.6, Paul Lew, 2001/09/10
- Re: bison 1.29 build failed (make check) on solaris 2.6, Akim Demaille, 2001/09/11
- Re: bison 1.29 build failed (make check) on solaris 2.6, Paul Lew, 2001/09/11
- Re: bison 1.29 build failed (make check) on solaris 2.6, Akim Demaille, 2001/09/13
- Re: bison 1.29 build failed (make check) on solaris 2.6, Paul Lew, 2001/09/13
- Re: bison 1.29 build failed (make check) on solaris 2.6, Akim Demaille, 2001/09/18
- Re: bison 1.29 build failed (make check) on solaris 2.6, Paul Lew, 2001/09/18
- Re: bison 1.29 build failed (make check) on solaris 2.6, Akim Demaille, 2001/09/18
- Re: bison 1.29 build failed (make check) on solaris 2.6, Paul Lew, 2001/09/18
- Re: bison 1.29 build failed (make check) on solaris 2.6, Akim Demaille, 2001/09/19