libpd / puredatap5

Tentative Processing support for libpd; use at your own risk.
GNU General Public License v2.0
60 stars 11 forks source link

Missing libpdnative.so for 32-bit Linux #11

Open interstar opened 9 years ago

interstar commented 9 years ago

My friend is able to run this on 64-bit Linux but when I try to run on 32-bit (Ubuntu 14.04) I get a message NativeLibraryLoadError: Couldn't find libpdnative.so for this platform Linux/x86

And yes, when I look in the library/linux64 there's a libpdnative.so in there. But when I look in library/linux32 there isn't. (There's just a libportaudio.so)

Is this just an oversight? Where can I get the missing file from?