Re: [SOLVED] Guile module for sqlite

2010-05-21 Thread Linas Vepstas
Hi, On 21 May 2010 06:06, Andy Wingo wrote: > Hi, > > On Tue 18 May 2010 21:26, "Romel R. Sandoval Palomo" > writes: > >> The only issue was with LIBADD. I edited Makefiles to use -lguile-2.0 >> instead of -lguile > > Linas would you mind looking into this? If you want to maintain back > compat

Re: [SOLVED] Guile module for sqlite

2010-05-21 Thread Andy Wingo
Hi, On Tue 18 May 2010 21:26, "Romel R. Sandoval Palomo" writes: > Perfect, now I have guile-dbi and guile-dbd-sqlite working on guile 2.0 > > Thanks to Linas Vepstas, tantalum, and Julian Kalbhenn. Yes, thanks, that's great! > The only issue was with LIBADD. I edited Makefiles to use -lguile-

Re: [SOLVED] Guile module for sqlite

2010-05-18 Thread Romel R. Sandoval Palomo
Perfect, now I have guile-dbi and guile-dbd-sqlite working on guile 2.0 The only issue was with LIBADD. I edited Makefiles to use -lguile-2.0 instead of -lguile Thanks to Linas Vepstas, tantalum, and Julian Kalbhenn. El mar, 18-05-2010 a las 10:17 -0500, Linas Vepstas escribió: > On 17 May 2010

Re: Guile module for sqlite

2010-05-18 Thread Linas Vepstas
On 17 May 2010 20:57, Romel R. Sandoval Palomo wrote: > Thank you, its great, unfortunately to me, I'm targeting > guile 2.0 (1.9.10) and the released guile-dbi (2.1.2) use the > deprecated guile/gh.h I removed the guile/gh.h years ago, and should have published version 2.1.3 when I did, but forg

Re: Guile module for sqlite

2010-05-18 Thread Linas Vepstas
Hi, On 15 May 2010 18:57, tantalum wrote: > Hi, > > I did write a guile-dbi module for sqlite3. > I am using it everyday successfully for basic queries. > > You can find it under: http://thaseph.de/ande/guile-dbd-sqlite3.html I've just repackaged and released it as http://download.gna.org/guile-

Re: Guile module for sqlite

2010-05-17 Thread Linas Vepstas
On 17 May 2010 20:57, Romel R. Sandoval Palomo wrote: > Thank you, its great, unfortunately to me, I'm targeting > guile 2.0 (1.9.10) and the released guile-dbi (2.1.2) use the > deprecated guile/gh.h The only thing using this is the test case; you can use the test case from svn, copy it to the 2

Re: Guile module for sqlite

2010-05-17 Thread Romel R. Sandoval Palomo
Thank you, its great, unfortunately to me, I'm targeting guile 2.0 (1.9.10) and the released guile-dbi (2.1.2) use the 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 configure script using autog

Re: Guile module for sqlite

2010-05-15 Thread tantalum
Hi, I did write a guile-dbi module for sqlite3. I am using it everyday successfully for basic queries. You can find it under: http://thaseph.de/ande/guile-dbd-sqlite3.html Hope it helps

Re: Guile module for sqlite

2010-05-15 Thread Linas Vepstas
On 15 May 2010 15:24, Romel R. Sandoval Palomo wrote: > Hello. > > I'm starting to write a guile module for sqlite3 API. I'm progressing > slowly because I'm new in guile. > > I send this mail just to know if there is anybody working on the same > task. So we don't duplicate work. > > Also I have

Guile module for sqlite

2010-05-15 Thread Romel R. Sandoval Palomo
Hello. I'm starting to write a guile module for sqlite3 API. I'm progressing slowly because I'm new in guile. I send this mail just to know if there is anybody working on the same task. So we don't duplicate work. Also I have a doubt if is correct to call the module (db sqlite) so it will be loa