Re: SLIB support

2007-09-13 Thread Andreas Rottmann
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

Re: SLIB support

2007-09-13 Thread Rob Browning
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

Re: SLIB support

2007-09-13 Thread Andreas Rottmann
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-

Re: SLIB support

2007-09-13 Thread Greg Troxel
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/

Re: SLIB support

2007-09-13 Thread Andreas Rottmann
[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

Re: SLIB support

2007-09-13 Thread Ludovic Courtès
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