Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes:
> On Saturday, 26 August 2000, Mark Seaborn writes:
>
[snip]
> > Hmm, that's peculiar, because I tested it yesterday. Well, some
> > people have told me that Xoom is rather unreliable; maybe it will work
> > if you try later. Failing that, I will probably register the program
> > as a Sourceforge project some time.
>
> Ok. I tried several times yesterday, and today, but only using a web
> browser. However, using wget, I get room 404, but also pimrose!
> I've put a copy up:
>
> http://appel.dyndns.org/mirror/members.xoom.com/mseaborn/omr/
Thanks.
> I've tried to run it, but it didn't really succeed yet. When I installed
> scm, apt-get also installed slib, which scm seems to depend on. When I
> ran
>
> 12:34:12 appel ~/usr/src/primrose-0.0.1$ ./run
>~/usr/src/lilypond/input/out-www/paddy.png
>
[ Horribleness about trying to get slibcat to work ]
> And, rather confused, gave up...
I think what you need (if you're running Debian) is to install the
`libguile6-slib' package. This gets `/usr/share/guile/1.3.4/slibcat'
created -- I think this file tends to get created if you run a trivial
SLIB program as root with Guile (pretty nasty behaviour really). Or
try running slibconfig, which contains:
#! /bin/sh
if [ -d /usr/share/guile -a -x /usr/bin/guile ]; then
(cd /usr/share/guile
guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
)
fi
(This is in the slib package, which is wrong. I should submit a bug
report really, but I don't have the latest packages at the moment.)
--
Mark Seaborn
- [EMAIL PROTECTED] - http://members.xoom.com/mseaborn/ -
``In all likelihood, world inflation is over''
-- Managing Director of the International Monetary Fund, 1959