[
https://issues.apache.org/jira/browse/THRIFT-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925182#action_12925182
]
Anatol Pomozov commented on THRIFT-582:
---------------------------------------
I installed Debian Lenny to a virtual machine and tried to compile Thrift with
c_glib support.
As I mentioned above Thrift requires Autoconf 2.61. I updated system from
lenny-backports and "make && make check" works fine for me without any
SEGFAULTS.
What I did
{code}apt-get install git-core libglib2.0-0-dev autoconf libtool libboost-dev
bison flex make g++ pkg-config
./bootstrap.sh
./configure --with-c_glib --without-cpp --without-python
make
make check{code}
I did the same for Debian Testing with the same result - tests are passed.
So it makes me think that the problem is in incompatibility with older glib
version.
Roger, can you please install libglib2.0-0 from lenny-backports and let us know
if you still have the issue.
> 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: Roger Meier
> 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.