From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.user Subject: Re: guile-db Date: Fri, 17 Oct 2008 07:49:03 -0400 Message-ID: References: <1224013004.4370.5.camel@localhost> <3ae3aa420810141338o20adfbd4p5d9e6da4d5dc4226@mail.gmail.com> <3ae3aa420810151215y769f51efgea70d31d3e31bc12@mail.gmail.com> <3ae3aa420810161611y3e5a887bka51bd32074e2f51b@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1224246684 9649 80.91.229.12 (17 Oct 2008 12:31:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2008 12:31:24 +0000 (UTC) Cc: guile-user@gnu.org To: Sebastian Tennant Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Oct 17 14:32:24 2008 connect(): Connection refused 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.50) id 1KqoVD-0000FY-78 for guile-user@m.gmane.org; Fri, 17 Oct 2008 14:32:23 +0200 Original-Received: from localhost ([127.0.0.1]:33717 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqoU8-0004CB-BE for guile-user@m.gmane.org; Fri, 17 Oct 2008 08:31:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqoT1-0003bU-Ul for guile-user@gnu.org; Fri, 17 Oct 2008 08:30:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqoT1-0003ay-5W for guile-user@gnu.org; Fri, 17 Oct 2008 08:30:07 -0400 Original-Received: from [199.232.76.173] (port=60466 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqoT1-0003aq-15 for guile-user@gnu.org; Fri, 17 Oct 2008 08:30:07 -0400 Original-Received: from fnord.ir.bbn.com ([192.1.100.210]:58961) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KqoT1-0004cp-9g for guile-user@gnu.org; Fri, 17 Oct 2008 08:30:07 -0400 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id E7CFF52E8; Fri, 17 Oct 2008 08:30:04 -0400 (EDT) X-Hashcash: 1:20:081017:sebyte@smolny.plus.com::W5PD4sVrIvUZbr5L:00000000000000000000000000000000000000017Oo X-Hashcash: 1:20:081017:guile-user@gnu.org::W5PD4sVrIvUZbr5L:00000000000000000000000000000000000000000002ioy In-Reply-To: (Sebastian Tennant's message of "Fri, 17 Oct 2008 11:04:20 +0000") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (berkeley-unix) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:6835 Archived-At: --=-=-= but... "To build Guile-PG you need to have installed both the PostgreSQL frontend library libpq, and a version of Guile that can load binary module (a b c) from file a/b/c.so or a/b/c/libc.la under `%load-path'." I believe the last bit means it'll work with guile-1.4 or guile-1.6 (because the ability was only deprecated at this stage), but guile-1.8 definitely no longer has this ability. True, but to make this work in 1.8 you just have to write a single .scm file for the module which loads the shlib and re-exports all the right symbols. And maybe a little else, but I am pretty sure not much. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (NetBSD) iEYEARECAAYFAkj4e68ACgkQ+vesoDJhHiW56ACfdtCCtqhTnYDPAiAqhKlbrQzY gX8AniiB/ZMsiKYjDfdXXMsAVVXVct9M =Xfuk -----END PGP SIGNATURE----- --=-=-=--