m4 installed but bison still says it is required after it is there - is there a freeze switch for m4 ?

2005-12-08 Thread frank harrington
Hello, I successfully installed m4; it is in /usr/bin - but the bison configure file still complains that m4 is required even after it is present. The previous message is about freeze files. I am installing m4 and bison to install aide. Any suggestions ? Thanks Frank I did use make distclean

Re: %destructor feedback

2005-12-08 Thread Joel E. Denny
On Wed, 7 Dec 2005, Paul Eggert wrote: > "Joel E. Denny" <[EMAIL PROTECTED]> writes: > > > it seems that we need a band-aid that will at least stop the > > bleeding we've actually *seen* so far. > > How about if we dump YYUSE entirely? That would make my parse param structs happy. > /*ARGSUSED

Re: %destructor feedback

2005-12-08 Thread Paul Eggert
"Joel E. Denny" <[EMAIL PROTECTED]> writes: > it seems that we need a band-aid that will at least stop the > bleeding we've actually *seen* so far. How about if we dump YYUSE entirely? We can put __attribute__ ((__unused__)) after any declaration that might be unused, and /*ARGSUSEDn*/ before an