Hello list,
a friend of mine in a mac is trying to load a patch using iemmatrix, but
the library can't be loaded. The following message comes out:
xxxx/pp/lib/iemmatrix/iemmatrix.d_fat:
dlopen(xxx/pp/lib/iemmatrix/iemmatrix.d_fat, 10): Library not loaded:
@loader_path/libs/libgsl.0.dylib
Referenced from: xxxx/pp/lib/iemmatrix/iemmatrix.d_fat
Reason: image not found
I replaced the path with xxx. The patch is vanilla, and I copied the
library file and made it available through [declare]. It works on both
windows and ubuntu. The patch was made on 32b, but I don't know which
macOs it was open on.
best,
Joao
Hi Joao,
for iemmatrix you need the dynamic libraries that come with it via deken, e.g. libgsl.0.dylib. So my suggestion is to download iemmatrix library via deken, use [declare] with -lib flag and open the patch being sure that the libraries are in the libs folder.
best,
-Marco Matteo
Ps. i am not a mailing list expert, but probably it is better to rename this thread iemmatrix dynamic libraries..
Il giorno lun 24 dic 2018 alle ore 13:22 João Pais jmmmpais@gmail.com ha scritto:
Hello list,
a friend of mine in a mac is trying to load a patch using iemmatrix, but the library can't be loaded. The following message comes out:
xxxx/pp/lib/iemmatrix/iemmatrix.d_fat: dlopen(xxx/pp/lib/iemmatrix/iemmatrix.d_fat, 10): Library not loaded: @loader_path/libs/libgsl.0.dylib Referenced from: xxxx/pp/lib/iemmatrix/iemmatrix.d_fat Reason: image not found
I replaced the path with xxx. The patch is vanilla, and I copied the library file and made it available through [declare]. It works on both windows and ubuntu. The patch was made on 32b, but I don't know which macOs it was open on.
best,
Joao
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
yes, that seemed to correct it - there was a folder "lib" that I didn't
include.
Hi Joao,
for iemmatrix you need the dynamic libraries that come with it via
deken, e.g. libgsl.0.dylib. So my suggestion is to download iemmatrix
library via deken, use >[declare] with -lib flag and open the patch
being sure that the libraries are in the libs folder.best,
-Marco Matteo
Ps. i am not a mailing list expert, but probably it is better to rename
this thread iemmatrix dynamic libraries..