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: Tue, 18 May 2010 10:17:59 -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 1274199337 8007 80.91.229.12 (18 May 2010 16:15:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 18 May 2010 16:15:37 +0000 (UTC) Cc: guile-user@gnu.org, tantalum , Julian Kalbhenn To: "Romel R. Sandoval Palomo" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue May 18 18:15:36 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 1OEPS9-0000UA-H6 for guile-user@m.gmane.org; Tue, 18 May 2010 18:15:33 +0200 Original-Received: from localhost ([127.0.0.1]:50897 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEPS8-00030f-Es for guile-user@m.gmane.org; Tue, 18 May 2010 12:15:32 -0400 Original-Received: from [140.186.70.92] (port=39984 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEPRy-0002rw-PD for guile-user@gnu.org; Tue, 18 May 2010 12:15:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEPRu-0003j1-Mg for guile-user@gnu.org; Tue, 18 May 2010 12:15:22 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:45130) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEOYm-0001sV-VC for guile-user@gnu.org; Tue, 18 May 2010 11:18:21 -0400 Original-Received: by gyg4 with SMTP id 4so4389719gyg.0 for ; Tue, 18 May 2010 08:18:20 -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=L8dIzdqWxAfqYiQ8KhT2bhRPYF0h40OKVkSfzImXjyM=; b=uaik8p5kh9BZTnkHyujzWCxD604Lo2YzXstLLQd2p3ONeUc5r0Dqe/eRiI1dIFXHUJ u5PVpx/x8fxxVxOMWGXSIqivy1XsSZEwfSiqNrY++uTULH8ZVHs7sygp/XA748K9mPwq 1c3ezHNG8ZXAeBAXaxvMq8qNX1sLfTtOEA2Tw= 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=HjEbI7GmRoZ9HSZHYZIicjQhlSZ8mVxK1Qbm4pc8A0PGvLj9rIvtuerw65733k9Hxz xXhazYkkI/x85HNpeVRrqhDdMzAgiku+I/RLStD9317oSJbPBdr2ZQuK3YDSFKX0hGaS nUpTo8S1Ptnc/FEKOrzggFjlx+BdhkbRR4E1g= Original-Received: by 10.101.28.5 with SMTP id f5mr5462847anj.264.1274195899682; Tue, 18 May 2010 08:18:19 -0700 (PDT) Original-Received: by 10.100.141.8 with HTTP; Tue, 18 May 2010 08:17:59 -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:7790 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 I removed the guile/gh.h years ago, and should have published version 2.1.3 when I did, but forgot. 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. And, yes, there's now a guile-dbd-sqlite-2.1.3 as well, thanks to tantalum and to Julian Kalbhenn --linas