-
Notifications
You must be signed in to change notification settings - Fork 65
Compilation error (missing yyget_fileno()) #18
Comments
Same applies for previous comnmit 60b8f45 |
Also same applies for my Ubuntu 12.04 desktop |
I finally made it work using GCC 3.3, other compiler version breaks using the version 1.2. Actually I found out that the versions released after 1.2 does not compile in GCC 3.3 and 4.4 since that versions does not accept the flags introduced in this commit: 3e97db0 |
I had the same problem and this is how I fixed it (without having to downgrade GCC) |
Thanks for the info, unfortunately I moved on to another filesystem for my project so I stopped using it. If I use it again I would fork it and made those changes to make it work in a decent GCC version. |
I get the following error when I try to compile the last commit baa49b8
Here is Bison version:
And Flex version
Other tools are:
The text was updated successfully, but these errors were encountered: