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