Ethereal-dev: Re: [Ethereal-dev] buildbot failure in Solaris 8 (SPARC)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 20 Aug 2005 11:24:09 -0700
buildbot-do-not-reply@xxxxxxxxxxxx wrote:
The Buildbot has detected a new failure of Solaris 8 (SPARC).

Buildbot URL: http://buildbot.ethereal.com/

Build Reason: changes
Build Source Stamp: 156
Blamelist: jmayer,sahlberg,ulfl

BUILD FAILED: failed compile

I've checked in a fix. "ascend-grammar.h" is generated by Bison with a copy of the definition of the YYSTYPE structure it generates in "ascend-grammar.c"; the intent is, as far as I know, that other files include "ascend-grammar.h" if they need that structure, but that "ascend-grammar.c" not itself include "ascend-grammar.h". If it *does* include it, some compilers, such as

	Guy-Harris-Computer.local$ gcc --version
	gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1640)

complain about YYSTYPE being redefined (even though the two structures are identical).