Re: [PD-dev] how to configure PD to find ASIO when compiling with mingw?

2018-05-07 Thread Lucas Cordiviola
Also there where changes on the "name" of the ASIOSDK folder. verbatim from https://github.com/pure-data/pure-data/tree/master/asio : # Windows ASIO Support In order to build ASIO support into Pd on Windows, you need to download the ASIO sources from Steinberg directly. Their license does

Re: [PD-dev] how to configure PD to find ASIO when compiling with mingw?

2018-05-07 Thread Lucas Cordiviola
Looks that --enable-asio must be passed to ./configure. I have no experience on cross-compiling but when compiling on windows ASIO is included by default with no need to specify it on ./configure. This is verbatim from https://github.com/pure-data/pure-data/blob/master/INSTALL.txt#L327-L338 :

[PD-dev] how to configure PD to find ASIO when compiling with mingw?

2018-05-07 Thread Miller Puckette
TO Pd dev: I'm able to cross-compile Pd for Windows using Dan's excellent automake setup... but can't so far figure out how to get it to include portaudio's ASIO bindings. In fact, it doesn't look to me as if the portaudio auomake system is in turn being called (there's no "configure" in