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: guile-pg Date: Tue, 26 Nov 2002 08:32:03 -0500 Organization: Alto Air Services Sender: guile-user-admin@gnu.org Message-ID: <20021126083203.5d2368c4.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 1038353517 13270 80.91.224.249 (26 Nov 2002 23:31:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2002 23:31:57 +0000 (UTC) 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 18GpBM-0003Ri-00 for ; Wed, 27 Nov 2002 00:31:56 +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 18GpCo-0002k1-00; Tue, 26 Nov 2002 18:33:26 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18GpBu-0002Ea-00 for guile-user@gnu.org; Tue, 26 Nov 2002 18:32:30 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18GpBW-0001j6-00 for guile-user@gnu.org; Tue, 26 Nov 2002 18:32:11 -0500 Original-Received: from mail104.mail.bellsouth.net ([205.152.58.44] helo=imf04bis.bellsouth.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GpBU-0001f6-00 for guile-user@gnu.org; Tue, 26 Nov 2002 18:32:04 -0500 Original-Received: from faust.local ([66.156.230.57]) by imf04bis.bellsouth.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with SMTP id <20021126233352.EVDI29250.imf04bis.bellsouth.net@faust.local> for ; Tue, 26 Nov 2002 18:33:52 -0500 Original-To: guile-user@gnu.org 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:1386 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1386 Hello, Sorry to bother this list with guile-pg problems, but the guile-pg list is not accepting my posting (even though I registered) Thanks to read and answer me asap, I really need to get this work as soon as possible. I was trying to compile guile-pg latest version, plus the patch of tth, against postgres-7.2.3, but it did not work, here is some info: - guile-1.6.0 - postgresql-7.2.3 - gcc-3.2 - guile-pg-0.07 - guile-pg-0.07-0.07ttn4.diff.gz patch applied ==> guile-pg-0.07ttn4 thanks a lot for some hints, david ;; -- ./configure --with-libpq=/usr/local/pgsql david@faust:/usr/local/src/guile/guile-pg-0.07ttn4 11 $ make make all-recursive make[1]: Entering directory `/usr/local/src/guile/guile-pg-0.07ttn4' Making all in scm make[2]: Entering directory `/usr/local/src/guile/guile-pg-0.07ttn4/scm' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/src/guile/guile-pg-0.07ttn4/scm' Making all in doc make[2]: Entering directory `/usr/local/src/guile/guile-pg-0.07ttn4/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/src/guile/guile-pg-0.07ttn4/doc' Making all in test make[2]: Entering directory `/usr/local/src/guile/guile-pg-0.07ttn4/test' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/src/guile/guile-pg-0.07ttn4/test' make[2]: Entering directory `/usr/local/src/guile/guile-pg-0.07ttn4' /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/local/pgsql/include -g -O2 -Wall -Wmissing-prototypes -c libpostgres.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/local/pgsql/include -g -O2 -Wall -Wmissing-prototype s -c libpostgres.c -fPIC -DPIC -o .libs/libpostgres.lo cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory libpostgres.c:40:15: c.h: No such file or directory libpostgres.c: In function `sec_p': libpostgres.c:107: warning: comparison between pointer and integer libpostgres.c: In function `ser_p': libpostgres.c:184: warning: comparison between pointer and integer make[2]: *** [libpostgres.lo] Error 1 make[2]: Leaving directory `/usr/local/src/guile/guile-pg-0.07ttn4' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/guile/guile-pg-0.07ttn4' make: *** [all-recursive-am] Error 2 david@faust:/usr/local/src/guile/guile-pg-0.07ttn4 12 $ _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user