* guile-dbi is here
@ 2005-01-13 19:28 Maurizio Boriani
2005-01-14 11:15 ` rm
2005-01-15 20:34 ` Neil Jerram
0 siblings, 2 replies; 5+ messages in thread
From: Maurizio Boriani @ 2005-01-13 19:28 UTC (permalink / raw)
Hi all,
guile-dbi (pluggable database abstaction layer) is (more or less)
written :))
You can find it at: http://www.gna.org/projects/guile-dbi/
comments and suggetsions are welcome :)
Let me know what do you think about it so could be better developed.
Docs are missing (but I'll write texi and unpload 'em in next few
days), but ChangeLogs are detailed :))
thanks,
--
Maurizio Boriani
GPG key: 0xCC0FBF8F
fingerprint => E429 A37C 5259 763C 9DEE FC8B 5D61 C796 CC0F BF8F <= fingerprint
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: guile-dbi is here
2005-01-13 19:28 guile-dbi is here Maurizio Boriani
@ 2005-01-14 11:15 ` rm
2005-01-14 12:47 ` Maurizio Boriani
2005-01-15 20:34 ` Neil Jerram
1 sibling, 1 reply; 5+ messages in thread
From: rm @ 2005-01-14 11:15 UTC (permalink / raw)
Cc: Guile Users
On Thu, Jan 13, 2005 at 08:28:21PM +0100, Maurizio Boriani wrote:
>
> Hi all,
> guile-dbi (pluggable database abstaction layer) is (more or less)
> written :))
>
> You can find it at: http://www.gna.org/projects/guile-dbi/
>
> comments and suggetsions are welcome :)
Doesn't build! Configure complains about a missing DBI-VERSION file.
If i just add one with a version number th linker complains:
| .c:229: warning: passing arg 3 of `__gdbi_dbd_wrap' from incompatible pointer type
| gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -g -O2 -MT guile-dbi.lo -MD -MP -MF .deps/guile-dbi.Tpo -c guile-dbi.c -o guile-dbi.o >/dev/null 2>&1
| /bin/sh ../libtool --mode=link gcc -g -O2 -o libguile-dbi.la -rpath /usr/local/lib -export-dynamic -version-info guile-dbi.lo -ldl -lz -lguile
| libtool: link: CURRENT `guile-dbi.lo' is not a nonnegative integer
| libtool: link: `guile-dbi.lo' is not valid version information
| make[4]: *** [libguile-dbi.la] Error 1
|
cheers Ralf Mattes
> Let me know what do you think about it so could be better developed.
> Docs are missing (but I'll write texi and unpload 'em in next few
> days), but ChangeLogs are detailed :))
>
> thanks,
>
> --
> Maurizio Boriani
> GPG key: 0xCC0FBF8F
> fingerprint => E429 A37C 5259 763C 9DEE FC8B 5D61 C796 CC0F BF8F <= fingerprint
>
>
>
> _______________________________________________
> Guile-user mailing list
> Guile-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/guile-user
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: guile-dbi is here
2005-01-14 11:15 ` rm
@ 2005-01-14 12:47 ` Maurizio Boriani
0 siblings, 0 replies; 5+ messages in thread
From: Maurizio Boriani @ 2005-01-14 12:47 UTC (permalink / raw)
>>>>> "rm" == rm <rm@fabula.de> writes:
rm> Doesn't build! Configure complains about a missing DBI-VERSION
rm> file. If i just add one with a version number th linker
rm> complains:
problem fixed in new release 0.5.11 for dbi and 0.5.6 for dbd-mysql,
bug was affecting both.
rm> cheers Ralf Mattes
thanks for you test (this and future).
On www.gna.org/projects/guile-dbi are there mailing lists for the project
and bug-tracker if want use them.
bye
--
Maurizio Boriani
GPG key: 0xCC0FBF8F
fingerprint => E429 A37C 5259 763C 9DEE FC8B 5D61 C796 CC0F BF8F <= fingerprint
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: guile-dbi is here
2005-01-13 19:28 guile-dbi is here Maurizio Boriani
2005-01-14 11:15 ` rm
@ 2005-01-15 20:34 ` Neil Jerram
2005-01-16 13:48 ` Maurizio Boriani
1 sibling, 1 reply; 5+ messages in thread
From: Neil Jerram @ 2005-01-15 20:34 UTC (permalink / raw)
Cc: Guile Users
Maurizio Boriani wrote:
> Hi all,
> guile-dbi (pluggable database abstaction layer) is (more or less)
> written :))
>
> You can find it at: http://www.gna.org/projects/guile-dbi/
>
> comments and suggetsions are welcome :)
This sounds like excellent news. Is there any chance you could put your
documentation up on the web somewhere, so we can read about it before
downloading/installing?
Thanks,
Neil
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: guile-dbi is here
2005-01-15 20:34 ` Neil Jerram
@ 2005-01-16 13:48 ` Maurizio Boriani
0 siblings, 0 replies; 5+ messages in thread
From: Maurizio Boriani @ 2005-01-16 13:48 UTC (permalink / raw)
>>>>> "Neil" == Neil Jerram <neil@ossau.uklinux.net> writes:
Neil> This sounds like excellent news. Is there any chance you
Neil> could put your documentation up on the web somewhere, so we
Neil> can read about it before downloading/installing?
ok, web pages will be added to gna in next few days. With packages come
texi doc wich explain what's needed to use it.
Neil> Thanks, Neil
thank you for you suggestion
bye
--
Maurizio Boriani
GPG key: 0xCC0FBF8F
fingerprint => E429 A37C 5259 763C 9DEE FC8B 5D61 C796 CC0F BF8F <= fingerprint
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-01-16 13:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-13 19:28 guile-dbi is here Maurizio Boriani
2005-01-14 11:15 ` rm
2005-01-14 12:47 ` Maurizio Boriani
2005-01-15 20:34 ` Neil Jerram
2005-01-16 13:48 ` Maurizio Boriani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).