[PD] Fwd: [PD-dev] New snapshot of pd-l2ork available -- feedback appreciated

Mathieu Bouchard matju at artengine.ca
Fri Feb 10 06:28:44 CET 2012


Le 2012-02-10 à 05:18:00, Patrice Colet a écrit :

> s_inter.c:83:22: fatal error: execinfo.h: No such file or directory

<execinfo.h> used to be GNU-only, but now Apple supports it on OSX and 
iPhone. It is not available on Android (Linux but non-GNU) and it's not 
available on Windows.

> s_audio.c:18:26: fatal error: sys/resource.h: No such file or directory

This is for the setrlimit (ulimit) and priority features.

> x_misc.c:23:23: fatal error: sys/times.h: No such file or directory

That available on all platforms except Windows. It's used by Pd's 
[cputime] class.

> x_list.c:15:20: fatal error: alloca.h: No such file or directory

Headers are split differently. On Linux, alloca() is in a header separate 
from malloc(), but on Windows, both are in <malloc.h>.

It looks like you don't have #define MSW. It won't solve all problems, but 
it will solve those common to pd-vanilla.

  ______________________________________________________________________
| Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC


More information about the Pd-list mailing list