Re: [PD-dev] [PD] Ability to access error messages from patch

2021-06-14 Thread Dan Wilcox
Some quick thoughts on my end. # error outlets Let's say if we were to consider adding some sort of "standard outlet" for errors, how many objects are we talking about? I assume not every object but perhaps those which read/write files and the net objects? That's not so many, really. I

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

Re: [PD-dev] [PD] Ability to access error messages from patch

2021-06-14 Thread Christof Ressi
i quite like the idea of having a canvas-scope for such an object. Personally, I would rather prefer that if the error code would be simply output by the same object that generated the error. On 6/14/21 10:37 AM, Peter P. wrote: > Yes, that's a good idea, but what if there are two identical