[esnacc-bugs] Error during compiling of esnacc-ng - conflicting types for ‘yytext’

Aaron Conole aconole at redhat.com
Tue Nov 1 17:29:32 UTC 2016


Aaron Conole <aconole at bytheb.org> writes:

> Michael Szerencsits <michael.szerencsits at gmx.at> writes:
>
>> Hi Aaron> ,
>>> 
>>> I have installed flex, bison, and byacc.  That combination seems to be
>>> working for me.
>>
>>
>> I've deleted the whole directory, installed also byacc (now I've also
>> flex, bison and byacc installed), download the sources from GIT and
>> run
>>
>> ./boot.sh
>> ./configure 
>> make
>>
>> Same error message.
>
> Okay, I'll spin up a fc22 vm here and look at it.
>

I haven't been able to reproduce this on my system.

If it isn't too much trouble, you should be able to build with the
following command line:

  make CFLAGS="-DYYTEXT_POINTER" CXXFLAGS="-DYYTEXT_POINTER"

Please let me know if you still have problems building after this.  In
the meantime, I'm thinking about a bit of refactor of that area of the
lexer.

Thanks,
Aaron


More information about the bugs mailing list