<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 11/7/2018 1:07 PM, Joseph Larralde wrote:<br>
</div>
<blockquote type="cite" cite="mid:d2f95dc9-ac87-f622-be6e-e48b9448e336@gmail.com">
I'd be glad to hear any kind of feedback if you give it a try.</blockquote>
<br>
Hi Joseph,<br>
<br>
Some feedback:<br>
<br>
I tried compiling the .dek sources for windows64bit and found trouble and solution:<br>
<br>
On "Makefile" line 69 I changed "=" to "+=" :<br>
<br>
<i>cflags = -std=c++11</i><br>
<br>
to<br>
<br>
<i>cflags += -std=c++11</i><br>
<br>
Now all objects compile fine.<br>
<br>
Now when I open "<i>gbend~-help.pd</i>" i get this error on the console:<br>
<br>
<i>An operation on the array 'flatten-table' in the patch 'flatten-table'</i><i><br>
</i><i>failed since it uses garray_getfloatarray while running 64-bit!</i><i><br>
</i><i>An operation on the array 'aaa' in the patch 'aaa'</i><i><br>
</i><i>failed since it uses garray_getfloatarray while running 64-bit!</i><br>
<br>
<br>
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:<br>
<i><br>
</i><i>-  float    *x_vec;</i><i><br>
</i><i>+  t_word   *x_vec;</i><i><br>
</i><i><br>
</i><i>-    else if (!garray_getfloatarray(a, &x->x_nsampsintab, &x->x_vec))</i><i><br>
</i><i>+    else if (!garray_getfloatwords(a, &x->x_nsampsintab, &x->x_vec))</i><br>
<br>
<br>
<br>
:)<br>
<pre class="moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<br>
</body>
</html>