From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Linas Vepstas Newsgroups: gmane.lisp.guile.user Subject: Re: Guile module for sqlite Date: Mon, 17 May 2010 21:53:57 -0500 Message-ID: References: <4BEF34E5.4050705@online.de> <1274147828.1966.0.camel@romel-compaq> Reply-To: linasvepstas@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1274151282 2522 80.91.229.12 (18 May 2010 02:54:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 18 May 2010 02:54:42 +0000 (UTC) Cc: guile-user@gnu.org, tantalum To: "Romel R. Sandoval Palomo" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue May 18 04:54:41 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 1OECx5-0006fT-Kw for guile-user@m.gmane.org; Tue, 18 May 2010 04:54:39 +0200 Original-Received: from localhost ([127.0.0.1]:40980 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OECx4-0005So-Ud for guile-user@m.gmane.org; Mon, 17 May 2010 22:54:38 -0400 Original-Received: from [140.186.70.92] (port=45020 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OECwv-0005P2-BS for guile-user@gnu.org; Mon, 17 May 2010 22:54:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OECwk-0005dF-P1 for guile-user@gnu.org; Mon, 17 May 2010 22:54:29 -0400 Original-Received: from mail-gx0-f220.google.com ([209.85.217.220]:40048) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OECwk-0005ct-Lo for guile-user@gnu.org; Mon, 17 May 2010 22:54:18 -0400 Original-Received: by gxk20 with SMTP id 20so3366069gxk.12 for ; Mon, 17 May 2010 19:54:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:reply-to :in-reply-to:references:from:date:message-id:subject:to:cc :content-type; bh=ZC4RJMM/yNYDiBccZQLzUADXovI6rKj1iF4r8Fj+Nug=; b=AE+VHnRtTIqygY++odcoSFz6E8PlOFRn4zGcsyt0HvRUmXXiwPUsSGp+T8OJDpv6qv 4+ldX8ktiXuFnMw8Pbt77nm7qcDsKw+R0UR0cAeBnKNXqhf9UnP7yUPfkYYa4HCK15Tt xqwUzWSoAeB8sQXU1pFX7Lz4nov/AhDj5Gk0Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; b=B9au0wsXH7cyPgoJfJMP1bP/ypPijMhbNUuGxllgSOi1Me34hpa36cH/gfDnQhY0kE b8a2I3s8oJA4YzipSkfpSVez7LRZo8tnQj6gl3uBuZC7NzC2474LqQlBatc8AG4JcMKe EP4XWlMC/zCy5F1gUj0IHRdsj8kmCTSXol9kw= Original-Received: by 10.101.11.10 with SMTP id o10mr7846132ani.18.1274151257207; Mon, 17 May 2010 19:54:17 -0700 (PDT) Original-Received: by 10.100.141.8 with HTTP; Mon, 17 May 2010 19:53:57 -0700 (PDT) In-Reply-To: <1274147828.1966.0.camel@romel-compaq> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:7788 Archived-At: On 17 May 2010 20:57, Romel R. Sandoval Palomo wrote: > 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 The only thing using this is the test case; you can use the test case from svn, copy it to the 2.1.2 source tree, and it should work fine; removing gh.h was a trivial fix. I will try to create a version 2.1.3 tomorrow and/or "real soon now". --linas