[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling bison with non-GCC compilers
From: |
Akim Demaille |
Subject: |
Re: Compiling bison with non-GCC compilers |
Date: |
18 Sep 2001 13:08:29 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
| 1. Non-GCC compilers don't have __attribute__
Gee! How could this have sneaked in!
| 2. Don't assume __STDC__ is defined to 1. Just test if it is defined.
| 3. #include "system.h" in src/complain.c to get redefinition of
| __attribute__.
| 4. Variable 'n' unused in src/reduce.c
|
| With these patches, bison 1.29 compiles with the vendor compilers for
| Solaris 2.x, IRIX 6.x, Tru64 UNIX 4.0D, 5.x, AIX 4.3.2, and HP-UX
| 10.20, 11.00.
Thanks!
But, please, next time, send the ChangeLog :)