unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* guile-db
@ 2008-10-14 19:36 betoes
  2008-10-14 20:38 ` guile-db Linas Vepstas
  0 siblings, 1 reply; 21+ messages in thread
From: betoes @ 2008-10-14 19:36 UTC (permalink / raw)
  To: guile-user

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

Hello list,

In the Debian distro, there is a packge named guile-db, which refers to
a Berkeley DB wrap for Guile. Do someone know if it is active? If there
is a repository or web page? I tried the maintainer and author e-mails
with no success.

Regards
Betoes


[-- Attachment #2: Type: text/html, Size: 519 bytes --]

^ permalink raw reply	[flat|nested] 21+ messages in thread
* Re: guile-db
@ 2008-10-20 19:25 dsmich
  0 siblings, 0 replies; 21+ messages in thread
From: dsmich @ 2008-10-20 19:25 UTC (permalink / raw)
  To: Clinton Ebadi; +Cc: guile-user, Sebastian Tennant


---- Clinton Ebadi <clinton@unknownlamer.org> wrote: 

>   (define-module (pg whatever)
>     #:export (guile-pg symbols ...))
>   
>   (load-extension "libwhateverpg" "guile_pg_init")
> 
> Is roughly what you need. Assuming that there is an init function in
> guile-pg that creates all of bindings for the library which, if I am
> remembering how the autoloading magic works, it has to. This is
> definitely something that anyone could do (just find the guile-pg init
> function and export every scm_define_gsubr etc.).

Yes, this needs to be done, but there is quite a bit more work that has to happen.

The C code uses features and interfaces from Guile 1.4 that are deprecated in 1.6 and completely removed in 1.8.  You just can't compile and link the C code against a 1.8 Guile.

-Dale





^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2008-10-23 11:31 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 19:36 guile-db betoes
2008-10-14 20:38 ` guile-db Linas Vepstas
2008-10-15  2:39   ` guile-db betoes
2008-10-15 19:08     ` guile-db Linas Vepstas
2008-10-15  7:06   ` guile-db Sebastian Tennant
2008-10-15 19:15     ` guile-db Linas Vepstas
2008-10-16 19:59       ` guile-db Sebastian Tennant
2008-10-16 23:11         ` guile-db Linas Vepstas
2008-10-17 11:04           ` guile-db Sebastian Tennant
2008-10-17 11:49             ` guile-db Greg Troxel
2008-10-20  9:11               ` guile-db Sebastian Tennant
2008-10-20 11:44                 ` guile-db Greg Troxel
2008-10-22  9:18                   ` guile-db Sebastian Tennant
2008-10-22 12:40                     ` guile-db Greg Troxel
2008-10-22 13:02                       ` guile-db David Séverin
2008-10-22 14:42                         ` guile-db Greg Troxel
2008-10-23  4:48                       ` guile-db Sebastian Tennant
2008-10-23  8:18                         ` guile-db Neil Jerram
2008-10-23 11:31                           ` guile-db Sebastian Tennant
2008-10-20 18:15                 ` guile-db Clinton Ebadi
  -- strict thread matches above, loose matches on Subject: below --
2008-10-20 19:25 guile-db dsmich

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).