CICM / HoaLibrary-PD

:sound: HoaLibrary for Pure Data
http://hoalibrary.mshparisnord.fr/en
GNU General Public License v3.0
38 stars 7 forks source link

Add support for Pd 0.48 (Ubuntu 17.10) #12

Open meschi opened 6 years ago

meschi commented 6 years ago

I tested the official and my own binaries against vanilla-0.47.1-3 and vanilla-0.48 on Ubuntu 17.10. The binaries are compatible with the old pure data, but when trying the new version thats coming with Ubuntu 17.10 pure data is unable to load the Hoa library.

When pd tries to load the library it displays this error message:

::pdwindow::logpost {} 4 {/home/meschi/Documents/Pd/externals/Cream/Cream.pd_linux: /home/meschi/Documents/Pd/externals/Cream/Cream.pd_linux: undefined symbol: sys_staticpath
}

[...]

::pdwindow::logpost {} 4 {/home/meschi/Documents/Pd/externals/Hoa/Hoa.pd_linux: /home/meschi/Documents/Pd/externals/Hoa/Hoa.pd_linux: undefined symbol: sys_staticpath
}

This library seems to require a internal variable of pure data that was removed in 0.48

jayrope commented 6 years ago

I second the request for a HOA update compatible to pd 0.48-1++.

mxa commented 5 years ago

Let's make this 0.49-0

muziker commented 4 years ago

Hi, i've got a couple of notes on how to fix this for pd-0.50.2, re according to this: https://github.com/CICM/HoaLibrary-PD/issues/13

J-Mus commented 4 years ago

Anyone able to helps do this for MacOS?