[
https://issues.apache.org/jira/browse/THRIFT-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249064#comment-16249064
]
ASF GitHub Bot commented on THRIFT-4329:
----------------------------------------
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.
> c_glib Doesn't have a multiplexed processor
> -------------------------------------------
>
> Key: THRIFT-4329
> URL: https://issues.apache.org/jira/browse/THRIFT-4329
> Project: Thrift
> Issue Type: Bug
> Components: C glib - Library
> Affects Versions: 0.10.0
> Reporter: Gonzalo Aguilar
> Assignee: Gonzalo Aguilar
>
> It seems that multiplexed protocol only implements
> thrift_multiplexed_protocol_write_message_begin that's ok for sending
> messages to a multiplexed server but not for the C server. We also need a
> multiplexed processor for the server.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)