[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bison 1.30 make check failed
From: |
Akim Demaille |
Subject: |
Re: Bison 1.30 make check failed |
Date: |
30 Nov 2001 12:43:19 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service) |
| ## --------------------------- ##
| ## GNU Bison 1.29e test suite. ##
| ## --------------------------- ##
| 13. calc.at:389: testing Calculator ...
| calc.at:389: bison calc.y -o calc.c
| calc.at:389: $CC $CFLAGS $CPPFLAGS calc.c -o calc
| stderr:
| cc: Severe: calc.y, line 4: Cannot find file <config.h> specified in #include
directive. (noinclfile)
| #include <config.h>
| -^
| calc.at:389: exit code was 1, expected 0
| 13. calc.at:389: FAILED near `calc.at:389'
How bizarre...
./testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright 2000, 2001 Free Software Foundation, Inc.
|
| at_testdir='tests'
| buildpath='/usr/aleph/product/bison-1.30/tests'
| srcdir='.'
| srcpath='/usr/aleph/product/bison-1.30/tests'
| top_srcdir='..'
| top_srcpath='/usr/aleph/product/bison-1.30'
| top_builddir='../'
| top_buildpath='/usr/aleph/product/bison-1.30'
|
| AUTOTEST_PATH='tests'
|
| SHELL=${CONFIG_SHELL-'/bin/ksh'}
./testsuite: atlocal:
| # tests/atlocal. Generated from atlocal.in by configure.
-*- shell-script -*-
| # Configurable variable values for Bison test suite.
| # Copyright 2000, 2001 Free Software Foundation, Inc.
|
| # We need a C compiler.
| CC='cc'
| CFLAGS='-g'
|
| # We need to know if the compiler is GCC.
| GCC=''
|
| # We need `config.h'.
| CPPFLAGS="-I $top_builddir "
It looks good though... May I ask you to run `./testsuite -x -d -v
13' please? TIA! (I guess config.h is still in .. when you are in
the directory containing the test suite, right?).