From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: Re: Problems with guile-sqlite3 Date: Thu, 21 Apr 2011 18:58:09 -0300 Message-ID: <20110421185809.731fb3dd@rascar> References: <20110401023323.32041242@rascar> <20110401200551.2f7c4135@rascar> <20110420122255.146f8f4c@rascar> 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 1303423116 12933 80.91.229.12 (21 Apr 2011 21:58:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2011 21:58:36 +0000 (UTC) Cc: guile-devel@gnu.org, Detlev Zundel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Apr 21 23:58:29 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QD1tM-0006pt-JU for guile-devel@m.gmane.org; Thu, 21 Apr 2011 23:58:28 +0200 Original-Received: from localhost ([::1]:53478 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QD1tM-0002qn-7L for guile-devel@m.gmane.org; Thu, 21 Apr 2011 17:58:28 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QD1tJ-0002qe-T0 for guile-devel@gnu.org; Thu, 21 Apr 2011 17:58:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QD1tI-0006Bm-Fm for guile-devel@gnu.org; Thu, 21 Apr 2011 17:58:25 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:36059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QD1tI-0006Ba-BC for guile-devel@gnu.org; Thu, 21 Apr 2011 17:58:24 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 0AE00A04C181; Thu, 21 Apr 2011 23:58:21 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id 9ncIscIl-KRi; Thu, 21 Apr 2011 23:41:19 +0200 (CEST) Original-Received: from rascar (unknown [189.60.162.71]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 72363A04C17C; Thu, 21 Apr 2011 23:58:12 +0200 (CEST) In-Reply-To: X-Mailer: Claws Mail 3.7.8 (GTK+ 2.24.3; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 62.58.108.13 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12313 Archived-At: Hello, Le Thu, 21 Apr 2011 14:17:15 +0200, Andy Wingo a =C3=A9crit : > On Wed 20 Apr 2011 17:51, Detlev Zundel writes: > ... > Perhaps David was missing the fact that you need to run `autoreconf > -vif' to generate ./configure. Yes I did miss that, thank you! I am thinking, would it not be interesting = to create a directory sqlite under site/2.0 so that other files may go there in the f= uture too ? Anyway, just a thought. > Cheers, > Andy dito, David