[PD] [PD-announce] jl lib

Lucas Cordiviola lucarda27 at hotmail.com
Thu Nov 8 09:10:20 CET 2018


On 11/7/2018 1:07 PM, Joseph Larralde wrote:
I'd be glad to hear any kind of feedback if you give it a try.

Hi Joseph,

Some feedback:

I tried compiling the .dek sources for windows64bit and found trouble and solution:

On "Makefile" line 69 I changed "=" to "+=" :

cflags = -std=c++11

to

cflags += -std=c++11

Now all objects compile fine.

Now when I open "gbend~-help.pd" i get this error on the console:

An operation on the array 'flatten-table' in the patch 'flatten-table'
failed since it uses garray_getfloatarray while running 64-bit!
An operation on the array 'aaa' in the patch 'aaa'
failed since it uses garray_getfloatarray while running 64-bit!


I think this is somehow the same problem that happened to CXC and there is a debian patch file (attached) that might give you clues on how to fix it. i.e:

-  float    *x_vec;
+  t_word   *x_vec;

-    else if (!garray_getfloatarray(a, &x->x_nsampsintab, &x->x_vec))
+    else if (!garray_getfloatwords(a, &x->x_nsampsintab, &x->x_vec))



:)

Mensaje telepatico asistido por maquinas.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20181108/92178707/attachment-0001.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: array64.patch
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20181108/92178707/attachment-0001.ksh>


More information about the Pd-list mailing list