Return-Path: X-Original-To: apmail-cassandra-dev-archive@www.apache.org Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 571EE6943 for ; Tue, 12 Jul 2011 15:56:35 +0000 (UTC) Received: (qmail 35746 invoked by uid 500); 12 Jul 2011 15:56:34 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 35663 invoked by uid 500); 12 Jul 2011 15:56:33 -0000 Mailing-List: contact dev-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list dev@cassandra.apache.org Received: (qmail 35655 invoked by uid 99); 12 Jul 2011 15:56:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 15:56:33 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of alorbach@ro1.adiscon.com designates 178.63.79.189 as permitted sender) Received: from [178.63.79.189] (HELO vmmail.adiscon.com) (178.63.79.189) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 15:56:23 +0000 Received: from localhost (localhost [127.0.0.1]) by vmmail.adiscon.com (Postfix) with ESMTP id B06A774A465 for ; Tue, 12 Jul 2011 17:56:03 +0200 (CEST) Received: from vmmail.adiscon.com ([127.0.0.1]) by localhost (vmmail.adiscon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OMdKlyARqI1f for ; Tue, 12 Jul 2011 17:56:03 +0200 (CEST) Received: from vmexch1.intern.adiscon.com (vmvpn.adiscon.com [188.40.57.185]) by vmmail.adiscon.com (Postfix) with ESMTPA id 93D8574A45A for ; Tue, 12 Jul 2011 17:56:03 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CC40AC.33DC6377" Subject: Searching for c with glib client code samples X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 12 Jul 2011 17:56:02 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Searching for c with glib client code samples Thread-Index: AcxAquVU8Emm4ztQSFiTeLvVni4zFg== From: "Andre Lorbach" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01CC40AC.33DC6377 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 I am currently researching cassandra and thrift for possible solutions = to write a client based plugin for our own application. As this application = is written in native c, the client module needs to be written in c as well, = so no cpp. I have search and tried to get a sample running using thrift, = however I am stuck with lots of errors while compiling the generated sample code = by thrift. I am also not sure if I am using the right compile commands as = they are no samples available, and I tried to gather them from google = results. =20 Are there any good and full samples related to c with glib? All other languages seem to be very well documented with samples.=20 =20 Best regards, Andre Lorbach =20 ------_=_NextPart_001_01CC40AC.33DC6377--