This looks like it may be a Bison issue, since the file "aslcompilerparse.h" is in fact an intermediate file created by Bison. With Bison version 2.4.1, there is no declaration of "AslCompilerparse" within the aslcompilerparse.h file.
Could you try an earlier version of Bison?
In file included from aslanalyze.c:118:0: aslcompilerparse.h:738:5: error: redundant redeclaration of 'AslCompilerparse' [-Werror=redundant-decls]
In file included from aslanalyze.c:117:0: aslcompiler.h:163:1: note: previous declaration of 'AslCompilerparse' was
-----Original Message----- From: Idwer Vollering [mailto:vidwer@gmail.com] Sent: Tuesday, July 31, 2012 1:27 PM To: Moore, Robert Cc: Michael S. Tsirkin; Kevin O'Connor; seabios@seabios.org; Tang, Feng Subject: Re: [SeaBIOS] Compiling SeaBIOS for coreboot has problems with its ACPI code
2012/7/31 Moore, Robert robert.moore@intel.com:
On Debian, we are using
Flex 2.5.35 Bison 2.4.1
My build machine runs 64-bit archlinux and has gcc 4.7.1, flex 2.5.36 and bison 2.6 installed.
P.S. please use reply-to-all, so everyone is informed.