From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Romel R. Sandoval Palomo" Newsgroups: gmane.lisp.guile.user Subject: Re: Guile module for sqlite Date: Mon, 17 May 2010 20:57:08 -0500 Message-ID: <1274147828.1966.0.camel@romel-compaq> References: <4BEF34E5.4050705@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1274148550 28408 80.91.229.12 (18 May 2010 02:09:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 18 May 2010 02:09:10 +0000 (UTC) Cc: guile-user@gnu.org To: tantalum Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue May 18 04:09:08 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OECF1-0003YT-M9 for guile-user@m.gmane.org; Tue, 18 May 2010 04:09:08 +0200 Original-Received: from localhost ([127.0.0.1]:47741 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OECF0-0002Oc-M8 for guile-user@m.gmane.org; Mon, 17 May 2010 22:09:06 -0400 Original-Received: from [140.186.70.92] (port=34303 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OECEr-0002La-2i for guile-user@gnu.org; Mon, 17 May 2010 22:09:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OECEl-0000eY-TL for guile-user@gnu.org; Mon, 17 May 2010 22:08:56 -0400 Original-Received: from karen.lavabit.com ([72.249.41.33]:43297) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OECEl-0000eR-Os for guile-user@gnu.org; Mon, 17 May 2010 22:08:51 -0400 Original-Received: from b.earth.lavabit.com (b.earth.lavabit.com [192.168.111.11]) by karen.lavabit.com (Postfix) with ESMTP id 63B8A18F39B; Mon, 17 May 2010 21:08:50 -0500 (CDT) Original-Received: from 148.209.128.70 (dsl-201-122-2-202-sta.prod-empresarial.com.mx [201.122.2.202]) by lavabit.com with ESMTP id 7FRIJF1H0RJ5; Mon, 17 May 2010 21:08:50 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=CxBYFC7lyKF9rU3vXi0dxuqm9QayooXsGcv5LC+DP0twEGuS6ORfcGVJ8PmHoO9nCA/kuv/LNexbCtu4K1jVTN3a0iJj1IiPXkVSARAiDTI1KSUtK+w2zqXLlPRJXY0LjN/qJO/9JGhAkY3AH17si/1vxsC+hDilOcDkp25jano=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-ID:Mime-Version:X-Mailer:Content-Transfer-Encoding; In-Reply-To: <4BEF34E5.4050705@online.de> X-Mailer: Evolution 2.28.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:7787 Archived-At: Thank you, its great, unfortunately to me, I'm targeting=20 guile 2.0 (1.9.10) and the released guile-dbi (2.1.2) use the=20 deprecated guile/gh.h I found guile-dbi developers remove that dependency on its SVN repository, but I failed to build because I failed to generate=20 configure script using autogen.sh I got this while running guile-dbi autogen.sh: {{{ automake (GNU automake) 1.11 libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' Creating aclocal.m4: aclocal -I ac-helpers automake --add-missing --copy --foreign * * * warning: possible errors while running automake - check autogen.err Creating configure... configure: WARNING: unrecognized options: --enable-maintainer-mode /configure: line 2122: syntax error near unexpected token `$PACKAGE,$VERS= ION,bug-guile@gnu.org' /configure: line 2122: `AM_INIT_AUTOMAKE($PACKAGE,$VERSION,bug-guile@gnu.= org)' }}} My autogen.err: {{{ aclocal: couldn't open directory `ac-helpers': No existe el fichero =C3=B3= directorio configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAK= E, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal= ). src/Makefile.am:35: Libtool library used but `LIBTOOL' is undefined src/Makefile.am:35: The usual way to define `LIBTOOL' is to add `AC_PRO= G_LIBTOOL' src/Makefile.am:35: to `configure.ac' and run `aclocal' and `autoconf' = again. src/Makefile.am:35: If `AC_PROG_LIBTOOL' is in `configure.ac', make sur= e src/Makefile.am:35: its definition is in aclocal's search path. /usr/share/automake-1.11/am/depend2.am: am__fastdepCC does not appear in = AM_CONDITIONAL /usr/share/automake-1.11/am/depend2.am: The usual way to define `am__fa= stdepCC' is to add `AC_PROG_CC' /usr/share/automake-1.11/am/depend2.am: to `configure.ac' and run `aclo= cal' and `autoconf' again. /usr/share/automake-1.11/am/depend2.am: AMDEP does not appear in AM_CONDI= TIONAL /usr/share/automake-1.11/am/depend2.am: The usual way to define `AMDEP'= is to add one of the compiler tests /usr/share/automake-1.11/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_P= ROG_CXX, AC_PROG_OBJC, /usr/share/automake-1.11/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_P= ROG_UPC /usr/share/automake-1.11/am/depend2.am: to `configure.ac' and run `aclo= cal' and `autoconf' again. src/test/Makefile.am:28: Libtool library used but `LIBTOOL' is undefined src/test/Makefile.am:28: The usual way to define `LIBTOOL' is to add `A= C_PROG_LIBTOOL' src/test/Makefile.am:28: to `configure.ac' and run `aclocal' and `autoc= onf' again. src/test/Makefile.am:28: If `AC_PROG_LIBTOOL' is in `configure.ac', mak= e sure src/test/Makefile.am:28: its definition is in aclocal's search path. }}} Could anybody help me with this guilde-dbi configure script generation pr= oblem, please? El dom, 16-05-2010 a las 01:57 +0200, tantalum escribi=C3=B3: > Hi, >=20 > I did write a guile-dbi module for sqlite3. > I am using it everyday successfully for basic queries. >=20 > You can find it under: http://thaseph.de/ande/guile-dbd-sqlite3.html >=20 >=20 > Hope it helps >=20