From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Romel R. Sandoval Palomo" Newsgroups: gmane.lisp.guile.user Subject: Re: [SOLVED] Guile module for sqlite Date: Tue, 18 May 2010 14:26:18 -0500 Message-ID: <1274210778.2179.134.camel@romel-compaq> References: <4BEF34E5.4050705@online.de> <1274147828.1966.0.camel@romel-compaq> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1274211231 26061 80.91.229.12 (18 May 2010 19:33:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 18 May 2010 19:33:51 +0000 (UTC) Cc: guile-user@gnu.org, tantalum , Julian Kalbhenn To: linasvepstas@gmail.com Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue May 18 21:33:49 2010 connect(): No such file or directory Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OESXy-0002HH-7H for guile-user@m.gmane.org; Tue, 18 May 2010 21:33:48 +0200 Original-Received: from localhost ([127.0.0.1]:46707 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OESRK-0006Ms-Nf for guile-user@m.gmane.org; Tue, 18 May 2010 15:26:54 -0400 Original-Received: from [140.186.70.92] (port=38883 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OESR7-0006Eg-Gb for guile-user@gnu.org; Tue, 18 May 2010 15:26:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OESQu-0003M9-RK for guile-user@gnu.org; Tue, 18 May 2010 15:26:29 -0400 Original-Received: from karen.lavabit.com ([72.249.41.33]:59652) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OESQu-0003Lx-Nu for guile-user@gnu.org; Tue, 18 May 2010 15:26:28 -0400 Original-Received: from b.earth.lavabit.com (b.earth.lavabit.com [192.168.111.11]) by karen.lavabit.com (Postfix) with ESMTP id D699F11B9E5; Tue, 18 May 2010 14:26:27 -0500 (CDT) Original-Received: from 148.209.128.70 (dsl-201-122-2-202-sta.prod-empresarial.com.mx [201.122.2.202]) by lavabit.com with ESMTP id 4Y751NPKYKTL; Tue, 18 May 2010 14:26:27 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=UvZtMKIvHC1Vxtdj+bGM1pqdthJWmTABvkEDjrzINzPHlaFuGR9/9NlCHDD/NDF8otr7GDJBHciTgV2d03woE1m200oTN3AZuf2U0xewNOKj1Vc8Mj4CqAzHP/74KLVVjjJZRwgeh8SDcsJHAXaaZfFV8aUdeQJwxorCoeT5XFM=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-ID:Mime-Version:X-Mailer:Content-Transfer-Encoding; In-Reply-To: X-Mailer: Evolution 2.28.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7791 Archived-At: Perfect, now I have guile-dbi and guile-dbd-sqlite working on guile 2.0 The only issue was with LIBADD. I edited Makefiles to use -lguile-2.0 instead of -lguile Thanks to Linas Vepstas, tantalum, and Julian Kalbhenn. El mar, 18-05-2010 a las 10:17 -0500, Linas Vepstas escribi=C3=B3: > On 17 May 2010 20:57, Romel R. Sandoval Palomo wrot= e: > > Thank you, its great, unfortunately to me, I'm targeting > > guile 2.0 (1.9.10) and the released guile-dbi (2.1.2) use the > > deprecated guile/gh.h >=20 > I removed the guile/gh.h years ago, and should have published > version 2.1.3 when I did, but forgot. >=20 > There is now a version 2.1.3 available. Just running plain-old > ./configure should work fine; let me know if there are any problems. >=20 > And, yes, there's now a guile-dbd-sqlite-2.1.3 as well, > thanks to tantalum and to Julian Kalbhenn >=20 > --linas