bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bison 2.0 test suite on Mac OS X.3.8


From: Hans Aberg
Subject: Re: Bison 2.0 test suite on Mac OS X.3.8
Date: Tue, 22 Mar 2005 15:20:53 +0100

At 16:00 -0800 2005/03/21, Paul Eggert wrote:
Hans Aberg <address@hidden> writes:

 haberg$ $CC $CFLAGS $CPPFLAGS -c input.c -o input.o
 + gcc -g -O2 -DHAVE_CONFIG_H=1
 -I/Users/haberg/HansAberg/Computer/Development/Bison:Flex/Bison
 Compiler/bison-2.0/tests/../. -c input.c -o input.o
 gcc: cannot specify -o with -c or -S and multiple compilations

The problem is that your working directory:

/Users/haberg/HansAberg/Computer/Development/Bison:Flex/Bison Compiler/bison-2.0

has a space in it.  You need to unpack Bison into a directory whose
absolute name does not contain special characters.

You are right. Thanx. When I discovered the space in the path, I must have just moved the compile, instead of making a new one in the new location. Perhaps there should be a test on pathname spaces.

Now all tests passed:
125 tests were successful.
2 tests were skipped.
The tests skipped were:
115: Doxygen Public Documentation                 skipped (c++.at:102)
116: Doxygen Private Documentation                skipped (c++.at:103)

I can mention that the Mac OS X.3.8 installation comes with Bison 1.27, very old, indeed. So it seems me therefore important to make a final Bison version that uses M4, that one can tell everyone to use. This would then be version 2.x. Then one can start using Guile in a Bison 3.x.
--
  Hans Aberg




reply via email to

[Prev in Thread] Current Thread [Next in Thread]