Re: database library, siilar to guile-dbi, for Guile 3 ?

2020-05-01 Thread carl hansen
On Thu, Apr 30, 2020 at 2:45 PM Jeronimo Pellegrini via General Guile
related discussions  wrote:
>
> Hello,
>
> I am looking for a database library that would abstract away the underlying
> db engine. I see that guile-dbi is listed as "Guile 2.2" only on the list of
> libraries on the Guile website,

I suspect the website is out of date.


>and the link is broken anyway.
> Is there something similar to Guile 3?
>
> Thanks a lot!
> Jeronimo
>
https://github.com/opencog/guile-dbi/   try and see if it works



problem with gdb , scm_set_automatic_finalization_enabled

2017-03-02 Thread carl hansen
> gdb
gdb: relocation error: gdb: symbol scm_set_automatic_finalization_enabled,
version GUILE_2.0 not defined in file libguile-2.0.so.22 with link time
reference

I can't run gdb which I just compiled, looks like guile problem, what's it
all mean?


Re: problem with gdb , scm_set_automatic_finalization_enabled

2017-03-02 Thread carl hansen
nevermind, I figured it out, old library in library path

ignore this message

On Thu, Mar 2, 2017 at 7:29 PM, carl hansen 
wrote:

> > gdb
> gdb: relocation error: gdb: symbol scm_set_automatic_finalization_enabled,
> version GUILE_2.0 not defined in file libguile-2.0.so.22 with link time
> reference
>
> I can't run gdb which I just compiled, looks like guile problem, what's it
> all mean?
>


Re: Yet another GNU Guile package manager (Fwd: Re: How to make GNU Guile more successful)

2017-03-16 Thread carl hansen
​FYI:
​

​"​
guile-lib

guile-lib is intended as an accumulation place for pure-scheme Guile
modules, allowing for people to cooperate integrating their generic Guile
modules into a coherent library. Think "a down-scaled, limited-scope CPAN
 for Guile".

Also, it can be seen as a code staging area for Guile; the Guile developers
could decide to integrate some of the code into guile-core. An example for
a possible candidate is SRFI-35."​

http://www.nongnu.org/guile-lib/