Closed songyang-dev closed 3 years ago
It may be because my bison is not the newest version
Could be, I'm unfortunately not going to have time till the weekend to check out. I'll do my best , but that's likely the earliest.
On Wed, Jun 2, 2021 at 1:47 PM Song Yang @.***> wrote:
It may be because my bison is now the newest version
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jonathan-beard/simple_wc_example/issues/17#issuecomment-853295553, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI6N3RVLS25IF4L66472FLTQZ4F3ANCNFSM4553BG2A .
Dr. Jonathan C. Beard | website http://www.jonathanbeard.io | linkedin https://www.linkedin.com/in/jonathanbeard | fastdata http://www.fastdata.io | arm http://www.arm.com Researcher, Adviser, Mentor
I solved the issue. I had to update my bison to latest. Since I'm on Cygwin, I had to build bison from source code and link up the executable inside my /bin/. Thank god my flex is up to date or I would have to figure out how to link the libraries without using Cygwin's installer manager!
Hello, I'm trying to build your project. I get this error during
make
about a variable inside theyy
that is not used.