Re: [PD-dev] building with pdlib builder on windows

2021-06-26 Thread Iain Duncan
Thanks Lucas. I've been busy getting a paper ready but will be switching back to working on the Pd packaging next week, I'm sure this will be helpful. I'll be in touch! iain On Fri, Jun 25, 2021 at 3:19 PM Lucas Cordiviola wrote: > Oh. I forget about this: > > you have to copy

Re: [PD-dev] building with pdlib builder on windows

2021-06-25 Thread Lucas Cordiviola
Oh. I forget about this: you have to copy "libwinpthread-1.dll" & "libdl.dll" (make sure the folder where you copy matches the arch of your build) from your msys2 installation to the same folder where "s4pd.dll" is. Mensaje telepatico asistido por maquinas. On 6/25/2021 6:56 PM, Lucas

Re: [PD-dev] building with pdlib builder on windows

2021-06-25 Thread Lucas Cordiviola
Hi Ian, any news on this?. I know you didn't ask but this notes i made a weeks ago might help. https://nc.nubegris.com.ar/index.php/s/rMbXSrtRLzYWSDk I got the object running and printing. not sure if it loads properly the .scm files. I got the same results as building for Linux. Hope it

Re: [PD-dev] building with pdlib builder on windows

2021-06-14 Thread Iain Duncan
great, thanks. I'll get back to you here if I can't figure it out, I appreciate the help! iain On Mon, Jun 14, 2021 at 1:52 PM Christof Ressi wrote: > The recommended way is MinGW via msys2. See the "Windows" section in > https://github.com/pure-data/pure-data/blob/master/INSTALL.txt. > >

Re: [PD-dev] building with pdlib builder on windows

2021-06-14 Thread Christof Ressi
The recommended way is MinGW via msys2. See the "Windows" section in https://github.com/pure-data/pure-data/blob/master/INSTALL.txt. Christof On 14.06.2021 22:47, Iain Duncan wrote: Hi folks, I know windows just enough to be dangerous to myself, but would like to at least be able to prepare

[PD-dev] building with pdlib builder on windows

2021-06-14 Thread Iain Duncan
Hi folks, I know windows just enough to be dangerous to myself, but would like to at least be able to prepare binaries of s4pd. Wondering what the path of least resistance is to compiling on windows these days if I'm using pd lib builder. ie mingq, cygwin, virtual studio?? thanks iain