[ 
https://issues.apache.org/jira/browse/THRIFT-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921126#action_12921126
 ] 

Anatol Pomozov commented on THRIFT-582:
---------------------------------------

Test files are moved to lib/c_glib/test. Check this out 
http://github.com/anatol/thrift/commit/aa205295358bc141010cb9773b5535c0b2f3fdd4

./configure --with-c-glib --without-ruby --without-python --without-erlang
make
make check

works fine for me.

Regarding CPP file - this is a test that checks possibility of using C client 
with C++ server. The best thing as for me is to add "if WITH_CPP" to Makefile 
for this particular test.

I also found another issue: the output dir for the generator is "gen-c", it 
should be "gen-c_glib" instead. Does it sound right?

PS I'll be unavailable next 5 days, so I cant respond your requests. If Michael 
wants to continue it i'll be glad. Otherwise i'll fix it next weekend.

> C implementation of Thrift
> --------------------------
>
>                 Key: THRIFT-582
>                 URL: https://issues.apache.org/jira/browse/THRIFT-582
>             Project: Thrift
>          Issue Type: New Feature
>            Reporter: David Reiss
>            Assignee: Michael Lum
>            Priority: Minor
>         Attachments: c_glib_bindings.patch, t_c_generator.cc, 
> thrift_582_c_glib_bindings.patch, thrift_582_c_glib_bindings_20100927.patch, 
> thrift_582_c_glib_bindings_20101012.patch
>
>
> Create a usable implementation of Thrift that uses only C at runtime, no C++. 
>  The code is at 
> http://svn.apache.org/repos/asf/incubator/thrift/branches/c-bindings/.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to