[PD] How to deal with externals for both 64 and 32-bit Pd

Lucas Cordiviola lucarda27 at hotmail.com
Wed Dec 6 09:59:34 CET 2023


On 06/12/2023 05:47, Alexandros Drymonitis wrote:
> Actually I just tried that with my [neuralnet] and it didn't work for 
> Pd64. I do get a neuralnet.linux-arm64-64.so, but puredata64 can't 
> load it.


did you use "floatsize=64":

     make floatsize=64 extension=linux-arm64-64.so

?

are you using the latest https://github.com/pure-data/pd-lib-builder ?

If i'm correct (and you are not using the latest plb) you can pass 
pre-processor flags

     make CPPFLAGS=-DPD_FLOATSIZE=64 extension=linux-arm64-64.so


--

Mensaje telepatico asistido por maquinas.






More information about the Pd-list mailing list