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: Tue, 26 Nov 2002 12:40:36 -0500 Organization: Alto Air Services Sender: guile-user-admin@gnu.org Message-ID: <20021126124036.2d2a976d.david@altosw.be> References: <20021126083203.5d2368c4.david@altosw.be> <20021126200717.A20864@kiwi.pyrotechnics.com> 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 1038368488 19499 80.91.224.249 (27 Nov 2002 03:41:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2002 03:41:28 +0000 (UTC) Cc: 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 18Gt4o-00054M-00 for ; Wed, 27 Nov 2002 04:41:26 +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 18Gt5Q-0003nB-00; Tue, 26 Nov 2002 22:42:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18Gt4x-0003hn-00 for guile-user@gnu.org; Tue, 26 Nov 2002 22:41:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18Gt4u-0003hM-00 for guile-user@gnu.org; Tue, 26 Nov 2002 22:41:34 -0500 Original-Received: from out2.prserv.net ([32.97.166.32] helo=prserv.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Gt4u-0003h6-00 for guile-user@gnu.org; Tue, 26 Nov 2002 22:41:32 -0500 Original-Received: from faust.local (slip-12-65-72-50.mis.prserv.net[12.65.72.50]) by prserv.net (out2) with SMTP id <2002112703412920203spu16e>; Wed, 27 Nov 2002 03:41:30 +0000 Original-To: Christopher Cramer In-Reply-To: <20021126200717.A20864@kiwi.pyrotechnics.com> 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:1388 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1388 Hi Christopher, thank you for your quick answer. removing the 'include c.h' did not work so I decided to go for your patch > If that doesn't work, you could try my patch, which I've been using for > a long time with no problems. (Although I've never used large objects > at all, so that part may be broken.) the patch applies fine and subsequent configuration also, but when I type make, I have the following message ;; -- ./configure --with-libpq=/usr/local/pgsql ... david@faust:/usr/local/src/guile/guile-pg-0.07 74 $ make cd . && automake --gnu --include-deps Makefile configure.in:24: your implementation of AM_INIT_AUTOMAKE comes from an configure.in:24: old Automake version. You should recreate aclocal.m4 configure.in:24: with aclocal and run automake again. Makefile.am: required file `./compile' not found Makefile.am: required file `./depcomp' not found /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL make: *** [Makefile.in] Error 1 ;; -- then, not knowing anything about these programs, I tried the following david@faust:/usr/local/src/guile/guile-pg-0.07 75 $ aclocal david@faust:/usr/local/src/guile/guile-pg-0.07 76 $ automake Makefile.am: required file `./compile' not found Makefile.am: required file `./depcomp' not found ;; -- my automake is the following david@faust:/usr/alto/staff/david 2 $ automake --version automake (GNU automake) 1.6.3 ==> So, does anybody know what commands and their sequence (like before ./configure I suppose) to bring the auto and conf files uptodate? So many thanks David _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user