>
> > On Dec 3, 2019, at 11:34 AM, Sean P. DeNigris
> wrote:
> >
> > Alistair Grant wrote
> >> The same message is returned whether the module itself isn't found, or
> >> if one of its dependencies can't be found.
>
Secondary dependencies are awkward to track via command line.
> >
> > Good to
--- Begin Message ---
This is the most annoying thing about UFFI - the library search seems to opaque
and I don't understand how it works.
So far I am finding best practice is to find the library yourself and then
provide the exact file path you want.
That way, you can actually prompt the use
Alistair Grant wrote
> The same message is returned whether the module itself isn't found, or
> if one of its dependencies can't be found.
Good to know. I wonder if we can't provide more detailed error messages
here...
Alistair Grant wrote
> On linux you can check dependencies with `ldd file.so`
Hi Sean,
On Tue, 3 Dec 2019 at 17:26, Sean P. DeNigris wrote:
>
> I was trying to get Pharo-LibVLC working on Mac. The following is copied from
> a GH issue[1]:
>
> > I have VLC installed via Homebrew cask, the formula for which simply
> > installs the dmg. I
> > first tried supplying a full path
Ben Coman wrote
> One catch that has confused me in the past, is when the system caches that
> it couldn't find the external module,
> so even when I copyied it to the VM folder or got the path correct, it
> continued to fail until I restarted the Image.
Great gotcha! We should add that to the doc
On Wed, 4 Dec 2019 at 00:26, Sean P. DeNigris wrote:
> I was trying to get Pharo-LibVLC working on Mac. The following is copied
> from
> a GH issue[1]:
>
> > I have VLC installed via Homebrew cask, the formula for which simply
> > installs the dmg. I
> > first tried supplying a full path to the d
I was trying to get Pharo-LibVLC working on Mac. The following is copied from
a GH issue[1]:
> I have VLC installed via Homebrew cask, the formula for which simply
> installs the dmg. I
> first tried supplying a full path to the dylib that the VLC app uses
> (/Applications/VLC.app/Contents/MacOS