unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: <dsmich@roadrunner.com>
To: Clinton Ebadi <clinton@unknownlamer.org>
Cc: guile-user@gnu.org, Sebastian Tennant <sebyte@smolny.plus.com>
Subject: Re: guile-db
Date: Mon, 20 Oct 2008 15:25:25 -0400	[thread overview]
Message-ID: <7808465.735531224530726043.JavaMail.root@cdptpa-web21-z01> (raw)


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





             reply	other threads:[~2008-10-20 19:25 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-20 19:25 dsmich [this message]
  -- strict thread matches above, loose matches on Subject: below --
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7808465.735531224530726043.JavaMail.root@cdptpa-web21-z01 \
    --to=dsmich@roadrunner.com \
    --cc=clinton@unknownlamer.org \
    --cc=guile-user@gnu.org \
    --cc=sebyte@smolny.plus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).