[plt-dev] update on reimplementing MrEd
At Fri, 30 Oct 2009 19:08:43 -0400, Sam TH wrote:
> On Fri, Oct 30, 2009 at 5:17 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> >
> > If you'd like to see the current state, it's still at
> >
> > http://svn.plt-scheme.org/plt/branches/mflatt/mred-experiment/
>
> Right now, I'm having trouble running on my Ubuntu box.
>
> [samth at punge:~/sw/mred-experiment] mz gtk.ss
> ffi-lib: couldn't open "libjpeg.62.so" (libjpeg.62.so: cannot open
> shared object file: No such file or directory)
>
> I don't have a libjpeg.62.so on my system. I have:
>
> /usr/lib/libjpeg.so
> /usr/lib/libjpeg.so.62
> /usr/lib/libjpeg.so.62.0.0
>
> So I assume that something is wrong with `ffi-lib' and how it's searching.
I got this wrong last time, too.
The `ffi-lib' calls in the latest version work for me with Ubuntu 9.04
and Mac OS X.