Open vicentebolea opened 9 years ago
Same applies for previous comnmit 60b8f455e110fca5dd6e9f825d58d5d7833363c1
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: 3e97db054a0cfb089028faa9854b7593be211a6f
I had the same problem and this is how I fixed it (without having to downgrade GCC) You need to update bison and flex by simply running apt-get install. Then, if you still got the problem, go into the tame directory and do make parseclean. You can then make everything without problem (first in the tame directory then in the general folder) For the flag problem, you need to modify the acsfs.m4 file. Line 1511 remove -Werror and everything should work fine
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 baa49b8b0dacaf3caccb629919237acbeba5c94e
Here is Bison version:
And Flex version
Other tools are: