From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: Re: guile-pg Date: Sat, 30 Nov 2002 01:22:14 -0500 Organization: Alto Air Services Sender: guile-user-admin@gnu.org Message-ID: <20021130012214.21324e85.david@altosw.be> References: <20021126083203.5d2368c4.david@altosw.be> <20021126200717.A20864@kiwi.pyrotechnics.com> <20021126124036.2d2a976d.david@altosw.be> <20021127145738.A18197@kiwi.pyrotechnics.com> <20021127065451.4475e964.david@altosw.be> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1038637570 19427 80.91.224.249 (30 Nov 2002 06:26:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 30 Nov 2002 06:26:10 +0000 (UTC) Cc: ttn@giblet.glug.org, crayc@pyro.net, guile-user@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18I14p-000533-00 for ; Sat, 30 Nov 2002 07:26:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18I11x-0005ao-00; Sat, 30 Nov 2002 01:23:09 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18I11O-00043o-00 for guile-user@gnu.org; Sat, 30 Nov 2002 01:22:34 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18I11J-0003p3-00 for guile-user@gnu.org; Sat, 30 Nov 2002 01:22:33 -0500 Original-Received: from mail16.speakeasy.net ([216.254.0.216] helo=mail.speakeasy.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 18I11H-0003dK-00 for guile-user@gnu.org; Sat, 30 Nov 2002 01:22:28 -0500 Original-Received: (qmail 13888 invoked from network); 30 Nov 2002 06:22:39 -0000 Original-Received: from unknown (HELO faust.local) ([66.93.248.229]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 30 Nov 2002 06:22:39 -0000 Original-To: ttn@glug.org In-Reply-To: X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i586-pc-linux-gnu) Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1414 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1414 On Wed, 27 Nov 2002 16:24:36 -0800 Thien-Thi Nguyen wrote: > http://www.glug.org/alt/guile-pg-0.07ttn6.tar.gz doanloaded and compiled ok, I just had to remove a line in libpostgres.c #include > note that i use postgresql 7.1.3; patches to make guile-pg compatable w/ > later versions of postgresql welcome. on the other hand, patches to > make guile-pg compatible w/ later versions of guile should be sent to > the guile maintainers. I am using 7.2.3, and get the following error trying to load the module: david@faust:~ 6 $ guile guile> (use-modules (database postgres)) /usr/local/share/guile/database/postgres.scm:42:9: In procedure dynamic-link in expression (dynamic-link (car #)): /usr/local/share/guile/database/postgres.scm:42:9: file: "/usr/local/lib/guile-pg/0.07ttn6/libpostgres.so", message: "/usr/local/lib/guile-pg/0.07ttn6/libpostgres.so: undefined symbol: terminating" ABORT: (misc-error) Type "(backtrace)" to get more information or "(debug)" to enter the debugger. guile> I am not very helpfull, but here is where this symbol is used in guile-pg-0.07ttn6: david@faust:/usr/local/src/guile/guile-pg-0.07ttn6 29 $ cfind terminating extern int terminating; if (!terminating) ./libpostgres_lo.c david@faust:/usr/local/src/guile/guile-pg-0.07ttn6 30 $ thanks a lot for your help david _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user