bison-patches
[Top][All Lists]
Advanced

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

Re: bison uses XFREE...


From: Jim Meyering
Subject: Re: bison uses XFREE...
Date: Mon, 22 Nov 2004 22:58:53 +0100

Paul Eggert <address@hidden> wrote:
>> Yesterday, I ran bison's bootstrap script with the latest from CVS,
>> then configure && make, and got lots of compiler or linker warnings about
>> XFREE not being defined.
>
> Sorry about that.  I fixed it as follows:
>
> 2004-11-22  Paul Eggert  <address@hidden>
>
>       * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
>       src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
>       src/system.h, src/tables.c: XFREE -> free, to accommodate
>       recent change to gnulib xalloc.h.

Thanks.
At first, I thought that was what needed to be done, but hesitated
because at least in my working directory, the gnulib autoconf test
for free (gl_FUNC_FREE) is not performed, so I wondered if you
intended something else.

Also, when I run configure, I see this:

  $ ./configure
  checking for a BSD-compatible install... /p/bin/install -c
  checking whether build environment is sane... yes
  checking for gawk... gawk
  checking whether make sets $(MAKE)... yes
  ./configure: line 1803: gl_USE_SYSTEM_EXTENSIONS: command not found




reply via email to

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