From user-return-9830-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Apr 08 16:37:11 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 88882 invoked from network); 8 Apr 2010 16:37:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Apr 2010 16:37:11 -0000 Received: (qmail 52195 invoked by uid 500); 8 Apr 2010 16:37:10 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 52167 invoked by uid 500); 8 Apr 2010 16:37:10 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 52159 invoked by uid 99); 8 Apr 2010 16:37:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 16:37:10 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [91.189.90.139] (HELO adelie.canonical.com) (91.189.90.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 16:37:01 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1Nzuid-0000BR-5p for ; Thu, 08 Apr 2010 17:36:39 +0100 Received: from [91.189.88.12] (helo=[10.45.43.65]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Nzuid-0004UQ-3R for user@couchdb.apache.org; Thu, 08 Apr 2010 17:36:39 +0100 Subject: Re: CouchDB C API From: Rodrigo Moya To: user@couchdb.apache.org In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-15" Date: Thu, 08 Apr 2010 18:36:38 +0200 Message-ID: <1270744598.23172.4.camel@baqueira> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 2010-04-08 at 16:18 +0000, J=FCrgen Kraus wrote: > Guys/gals, >=20 > http://wiki.apache.org/couchdb/Getting_started_with_C states that to use = this > API, you just have to >=20 > cd /home/user/couchdb/CouchProjects/Libraries/c/src/ > make > make install (as root) >=20 > So far, so good, so - what? There is no such thing as 'CouchProjects', no= t even > a home directory for the (non-interactive) couchdb account. I'm using 0.1= 1.0 > built from the source tarball on FreeBSD 8.0. Searching the internet for > anything related to 'CouchProjects' came up with no useful results (same = for > "libcouchdb.h"), and checking older versions of CouchDB (back to > 0.80.0-incubating) also did not offer any further insight. Is that beast = still > supported at all? Or is the wiki page simply obsolete and I should better= not > even think about pursuing that path any further? >=20 not sure what's the status of that project, but last time I looked, it was almost dead. So I'd suggest you use the couchdb-glib library, which is in C also: https://launchpad.net/couchdb-glib latest releases are at http://ftp.gnome.org/pub/GNOME/sources/couchdb-glib/0.6/ it's the best C library for couchdb you can find :)