Re: [PD-dev] Cross compiling for windows from mac

2021-01-28 Thread Lucas Cordiviola
Hi, May be others give further advise but roughly: On 1/28/2021 4:21 PM, Eric Lennartson wrote: So I have two questions. A. How do I cross compile for windows from mac using pd-lib-builder and make? Normally you can easily cross-compile to Windows from Linux. Not sure if its possible on

Re: [PD-dev] Cross compiling for windows from mac

2021-01-28 Thread Lucas Cordiviola
On 1/28/2021 4:46 PM, Eric Lennartson wrote: I'm sorry if I'm missing something, but what is the standard procedure? I'm asking on a very basic level. Is it that all you would have to do is clone the repo? There's no need to change the makefile in any manner? Yes. For example you can compile

Re: [PD-dev] Cross compiling for windows from mac

2021-01-28 Thread Eric Lennartson
I'm sorry if I'm missing something, but what is the standard procedure? I'm asking on a very basic level. Is it that all you would have to do is clone the repo? There's no need to change the makefile in any manner? On Thu, Jan 28, 2021 at 11:32 AM Lucas Cordiviola wrote: > Hi, > > May be others

[PD-dev] Cross compiling for windows from mac

2021-01-28 Thread Eric Lennartson
Hey everyone, I've been using pd-lib-builder and make as my build system for compiling my library. I have a very basic understanding of make and compilers, so it's mostly been a monkey see, monkey do affair, where I look at other peoples makefiles to understand how to get things to happen. So I