automake
[Top][All Lists]
Advanced

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

Re: Bison and automake together


From: Pippijn van Steenhoven
Subject: Re: Bison and automake together
Date: Sun, 31 Oct 2010 17:04:17 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hi,

On Sat, Oct 30, 2010 at 11:46:25AM +0100, Paulo J. Matos wrote:
> However, bison generated parser scgparser.cc includes y.tab.h (which was
> the name known to bison when the file was generated). This results in
> an error during compilation since there is no y.tab.h anymore when the
> scgparser.cc is compiled. What am I missing here? 

I solved this problem by adding my own y.tab.h which does nothing but
#include "scgparser.h".

-- 
Pippijn van Steenhoven

Attachment: signature.asc
Description: Digital signature


reply via email to

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