bug-bison
[Top][All Lists]
Advanced

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

AIX compile problems


From: jeph Cowan
Subject: AIX compile problems
Date: Wed, 14 Jul 2004 15:18:28 -0600

Hi,

I just got bison-1.875 installed on one of our AIX 5.1 systems after doing a few undocumented dance steps.

I modified /usr/include/sys/context.h with the following:

  diff context.h.orig context.h
20a21,27
> #ifndef KLUDGE
> #define KLUDGE
> typedef struct {
>       unsigned long long ss_set[4];
> } sigset64_t;
> #endif
>

Then in each of the three files:
  bison-1.875/src/muscle_tab.c
  bison-1.875/src/symtab.c
  bison-1.875/src/uniqstr.c

included the line:

  #include <stdlib.h>

near the top.

I hope this helps someone having build problems on AIX.

Regards... -jeph

----------------------------------------------
jeph Cowan
jeph at ucar dot edu
Supercomputer Systems Group
National Center for Atmospheric Research (NCAR)





reply via email to

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