slgdbm package [was: Re: jedstate]
Paul Boekholt
p.boekholt at hetnet.nl
Sat Sep 24 13:19:55 UTC 2005
On Fri, 23 Sep 2005 15:14:09 +0200, Rafael Laboissiere <rafael at debian.org> said:
> I think that this slsh/local-packages directory is intended for user
> add-ons. For a debian package providing a module, we should use
> /usr/share/slsh, as I am doing currently.
I guess so.
> This makes me think that you should add a gdbm.sl file similar to the
> above to your slgdbm.
I probably should, but haven't done that because I don't use the
"require" mechanism in gdbmrecent.sl, because I wanted to leave the
option of linking gdbm.o statically with JED. That's why gdbmrecent says
!if(is_defined("_gdbm_module_version_string"))
import("gdbm");
and slgdbm's makefile has a gdbm.o target. So it should be possible to
use slgdbm and gdbmrecent on a wjed without module loading support, or
with JED 0.99-16, by adding one line to ledit.c - in fact JED 0.99-17 was
not out yet when I started on slgdbm.
But I'll include a gdbm.sl in the next version.
More information about the Pkg-jed-devel
mailing list