Thanks a lot!
Ivica, what about using this for backtrace?
http://code.google.com/p/backtrace-mingw/
----- Mail original -----
De: "Mathieu Bouchard" matju@artengine.ca À: "Patrice Colet" colet.patrice@free.fr Cc: "pd-list" pd-list@iem.at Envoyé: Vendredi 10 Février 2012 06:28:44 Objet: Re: [PD] Fwd: [PD-dev] New snapshot of pd-l2ork available -- feedback appreciated
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.
Colet Patrice