From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Detlev Zundel Newsgroups: gmane.lisp.guile.devel Subject: Re: Problems with guile-sqlite3 Date: Wed, 20 Apr 2011 17:51:53 +0200 Message-ID: References: <20110401023323.32041242@rascar> <20110401200551.2f7c4135@rascar> <20110420122255.146f8f4c@rascar> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1303314727 29023 80.91.229.12 (20 Apr 2011 15:52:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Apr 2011 15:52:07 +0000 (UTC) Cc: guile-devel@gnu.org To: David Pirotte Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Apr 20 17:52:02 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 1QCZhC-0001vh-2Y for guile-devel@m.gmane.org; Wed, 20 Apr 2011 17:52:02 +0200 Original-Received: from localhost ([::1]:54818 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCZhB-0004dx-Eb for guile-devel@m.gmane.org; Wed, 20 Apr 2011 11:52:01 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCZh8-0004dr-Vu for guile-devel@gnu.org; Wed, 20 Apr 2011 11:51:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCZh7-0007Ms-BK for guile-devel@gnu.org; Wed, 20 Apr 2011 11:51:58 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.10]:38439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCZh7-0007Mb-0a for guile-devel@gnu.org; Wed, 20 Apr 2011 11:51:57 -0400 Original-Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 474221853BA8; Wed, 20 Apr 2011 17:51:53 +0200 (CEST) X-Auth-Info: yIWFjBrQAy6gRC04m15+b3Bq3Y1LEL0R6SAtpUNHUys= Original-Received: from mail.denx.de (host-82-135-33-74.customer.m-online.net [82.135.33.74]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id 66DBB1C000EA; Wed, 20 Apr 2011 17:51:53 +0200 (CEST) Original-Received: from ohwell.denx.de (ohwell [10.0.40.4]) by mail.denx.de (Postfix) with ESMTP id 4836041889C9; Wed, 20 Apr 2011 17:51:53 +0200 (CEST) Original-Received: from dzu by ohwell.denx.de with local (Exim 4.72) (envelope-from ) id 1QCZh3-0003YC-4K; Wed, 20 Apr 2011 17:51:53 +0200 In-Reply-To: <20110420122255.146f8f4c@rascar> (David Pirotte's message of "Wed, 20 Apr 2011 12:22:55 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 212.18.0.10 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:12302 Archived-At: Hi David, > I am sorry for the very loooooong delay in responding, but yes it did work for me as > well, many thanks for your patches. Ok, thanks for the confirmation. > I'd love to have a './configure --prefix=... && make install' [even though there is > only only file for the time being], could you help me doing the setup or point me > a tutorial a could read with regards these matters? Duew to using autoconf, the project already takes care that it hooks into the guile which is accessible at "./configure" times. "make install" works for me out of the box: dzu@ohwell:guile-sqlite3[2]$ sudo make install [sudo] password for dzu: make[1]: Entering directory `/opt/src/git/guile-sqlite3' make[1]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/guile/site/2.0" || /bin/mkdir -p "/usr/local/share/guile/site/2.0" /usr/bin/install -c -m 644 sqlite3.scm '/usr/local/share/guile/site/2.0/.' test -z "/usr/local/lib/guile/2.0/ccache" || /bin/mkdir -p "/usr/local/lib/guile/2.0/ccache" /usr/bin/install -c -m 644 sqlite3.go '/usr/local/lib/guile/2.0/ccache/.' make[1]: Leaving directory `/opt/src/git/guile-sqlite3' dzu@ohwell:guile-sqlite3[2]$ What else do you want? ;) Cheers Detlev -- Soon in a source code repository near you. -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu@denx.de