That's my fault. I went through the files list and removed stuff we didn't build. I think I inadvertently added that file to the makefile. I'll remove it now.
In any case, the state of affairs with building portaudio and portmidi in Pd should be much better now.
From: IOhannes m zmölnig <zmoelnig@iem.at>To: pd-dev@lists.iem.atOn 9/22/18 11:50 PM, Miller Puckette wrote:OK, I think I've pushed a new-portaudio branch. So far it compiled OK on
Macos, haven't tried windows yet...
i'm a bit lost about the state of affairs in portmedia, but current"master" (ffa9dd37) of Pd fails to compile for me when cross-compilingfor w32 (as opposed to e.g. cross-compiling for w64)the issue is the inline assembler inportaudio/portaudio/src/os/win/pa_x86_plain_converters.c:171is anybody else seeing this?just excluding that file from portaudio/Makefile.ammakes the compilationsucceed (and wine can load the binary) - but i don't know whether thisyields any side-effects.gfmadsrIOhannes