Rob Browning <[EMAIL PROTECTED]> writes:
> Greg Troxel <[EMAIL PROTECTED]> writes:
>
>> Shouldn't slib/guile.init, being the standard place, be first? Or
>> has slib moved it in a more recent version?
>
> I think ice-9/slib.scm should only look for guile.init in it's normal,
> default upstream lo
Greg Troxel <[EMAIL PROTECTED]> writes:
> Shouldn't slib/guile.init, being the standard place, be first? Or
> has slib moved it in a more recent version?
I think ice-9/slib.scm should only look for guile.init in it's normal,
default upstream location.
Has SLIB used both locations, or is one of
Greg Troxel <[EMAIL PROTECTED]> writes:
> That should work on NetBSD:
>
> fnord gdt 11 /usr/pkgsrc/devel/guile-slib > l
> /usr/pkg/share/guile/site/slib/guile.init
> -r--r--r-- 1 root wheel 19273 Mar 15 12:35
> /usr/pkg/share/guile/site/slib/guile.init
> fnord gdt 12 /usr/pkgsrc/devel/guile-
That should work on NetBSD:
fnord gdt 11 /usr/pkgsrc/devel/guile-slib > l
/usr/pkg/share/guile/site/slib/guile.init
-r--r--r-- 1 root wheel 19273 Mar 15 12:35
/usr/pkg/share/guile/site/slib/guile.init
fnord gdt 12 /usr/pkgsrc/devel/guile-slib > guile
guile> %load-path
("/usr/pkg/share/guile/
[EMAIL PROTECTED] (Ludovic Courtès) writes:
> Hi Andreas,
>
> Andreas Rottmann <[EMAIL PROTECTED]> writes:
>
>>> Currently on my System (Debian sid), Guile 1.8 does not support
>>> SLIB. I have done a preliminary patch (attached) that makes the module
>>> (ice-9 slib) load the guile.init file from
Hi Andreas,
Andreas Rottmann <[EMAIL PROTECTED]> writes:
>> Currently on my System (Debian sid), Guile 1.8 does not support
>> SLIB. I have done a preliminary patch (attached) that makes the module
>> (ice-9 slib) load the guile.init file from SLIB, which seems to work
>> fine AFAICS.
The status