bug-bison
[Top][All Lists]
Advanced

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

{Spam?} Re: Fix clang compile warnings / gcc breakage with include_next


From: Michael Weiser
Subject: {Spam?} Re: Fix clang compile warnings / gcc breakage with include_next
Date: Fri, 16 Jan 2015 18:10:41 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

Sorry, me again,

On Fri, Jan 16, 2015 at 05:57:03PM +0100, Michael Weiser wrote:

> compiling bison 3.0.3 with gcc-4.0.1 (Apple Inc. build 5493) (latest
> available on Mac OS X 10.5) fails with the following error:

I just remembered that there also is a gcc 4.2.1 available as gcc-4.2.
And indeed, configuring with CC=gcc-4.2 works around the problem.

> -AM_CPPFLAGS = -I. -Ilib -I$(top_srcdir) -I$(top_srcdir)/lib
> +AM_CPPFLAGS = -I. -I./lib -I$(top_srcdir) -I$(top_srcdir)/lib

But since the change is minimal, I'd still like to advocate it.
-- 
Thank you,
Michael



reply via email to

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