On 2015-06-23 00:54, Roman Haefeli wrote:
Because IOhannes provided a fix, I then was also able to successfully cross-compile on Linux _with autotools_:
./configure --host i686-w64-mingw32 --prefix /opt/pd_win32/
for the record: the fix mentioned can be found here [552].
we also needed to disable the building of the pd-watchdog for a successfull build (by removing it from src/Makefile.am:160).
it's unclear for me whether pd-watchdog *should* be build on W32 or not (as in: can it work at all or does it use POSIX foo (like "signals") that cannot work on W32?)
famsdr IOhannes