Github user gadLinux commented on the issue:
https://github.com/apache/thrift/pull/1361
Ok I was unable to run as you said in travis. But the errors the code was
giving was because somewhere in build system is configured to compile some
binaries as C90. The errors where mostly comments and some initialization C99
style variables. Most of them outside the code I touched on this feature.
It now there's a requirement to write code with C90 style we have a problem
because generators are not ready. In fact I had to disable parts of the
compilation stuff to check where the problem were because the generated code is
invalid in C90 style.
I think the build system has to be updated or the rules to write code to be
updated. So please if this fails again, I will let you correct because you know
a lot more about the build system than I do.
Thank you for your support.
---