Re: [PD] autotools

2017-12-03 Thread Christof Ressi
some comments from someone who very recently got into autotools. my personal problem was that I thought just because automake generates makefiles, it would be similar to make syntax. after I understood it's a totally different system and followed some tutorials, I think it's not so hard. there a

Re: [PD] autotools

2017-12-03 Thread Dan Wilcox
> On Dec 3, 2017, at 11:39 AM, Christof Ressi wrote: > > but most other platform specific knowledge will be the same for any build > system I guess. after all, Pd changes in a slow and healthy pace, so there > aren't many modifications to be done to the build system once it is set up. That is

Re: [PD] autotools

2017-12-03 Thread Christof Ressi
> Yeah and that's largely due to the current layout being recursive, hmmm.. I don't think that's the reason. currently, there aren't that many Makefiles: /src, /portaudio, /portmidi, /asio, /extra and for each external. aside from that, my build system is also recursive (calling make on pd-lib-

Re: [PD] autotools

2017-12-03 Thread Dan Wilcox
Yeah, I'm looking into not using libtool actually, partially for this reason. We are using it with port audio and port midi, but it's not really required for things which are only statically linked in the project. The dll we could leave as something we do more by hand as we (you!) have worked ou

Re: [PD] autotools

2017-12-03 Thread Christof Ressi
maybe for MinGW, automake could just pass the right variables to makefile.mingw? I could also rework the MinGW makefiles for the externals so that they don't depend on pd-lib-builder. Gesendet: Sonntag, 03. Dezember 2017 um 13:42 Uhr Von: "Dan Wilcox" An: "Christof Ressi" Cc: pd-list Betreff

[PD] Camomile v0.1.0 - pre-release

2017-12-03 Thread Pierre Guillot
Hi, I've been working on the new (major) version of the plugin Camomile, a plugin (VST/VST3/AU) that loads Pure Data patches. It's not ready yet but pre-releases (v0.1.0-beta5) are available for MacOS, Linux and Windows. I compiled online because I have neither a Linux nor a Windows machine. I tes

[PD] Force cyclone/gate instead of iemlib1/gate

2017-12-03 Thread Jérôme Abel
Hi list, We noticed in the Malinette (https://framagit.org/malinette/malinette-soft) that the [gate] external from iemlib1 replace the cyclone one (the old version, not the beta). In Linux, I don't need to add "-lib iemlib1" to get [para_bp~] external (filter object). But on Windows, I need

Re: [PD] Force cyclone/gate instead of iemlib1/gate

2017-12-03 Thread Lucas Cordiviola
IMO [cyclone/gate] is the "correct" way. -- Mensaje telepatico asistido por maquinas. On 12/3/2017 2:18 PM, Jérôme Abel wrote: > Hi list, > > We noticed in the Malinette > (https://framagit.org/malinette/malinette-soft) that the [gate] > external from iemlib1 replace the cyclone one (the old

Re: [PD] Force cyclone/gate instead of iemlib1/gate

2017-12-03 Thread Alexandre Torres Porres
Sorry, I don't think I understand the issue, or what you mean or ask. But let me join in anyway. 2017-12-03 15:49 GMT-02:00 Lucas Cordiviola : > IMO [cyclone/gate] is the "correct" way. > There are several externals that have the same name, and there are ways to control this and call the one you

Re: [PD] Camomile v0.1.0 - pre-release

2017-12-03 Thread Lucas Cordiviola
Hi Pierre, I'm testing on windows and my host doesn't load Camomile: Analysis with http://www.dependencywalker.com/ shows that "Camomile.dll" is calling "libpd.dll" which is not present anywhere on "CamomileWindows.zip". Apart from that it seems "Camomile.dll" is compiled for 64bit. My host (

[PD] 0.47.1 tcl issue

2017-12-03 Thread Matt Davey
hi, just tried installing both the 32 and 64 bit vanilla builds on newly updated macbook with OSX 10.13.1, and get error pasted below. so, i checked, and it seems this version of OSX only comes with tcl 8.5, not 8.4. is there a simple way to get this working here? For the record, the newest vers

Re: [PD] 0.47.1 tcl issue

2017-12-03 Thread Miller Puckette
Yes... 0.47 simply doesn't work on Macs that don't have tcl8.4 installed. There's no choice but to go to 0.48. I'm just about to release 0.48-1 test 1 - I hope that helps with the font size problems. cheers Miller On Mon, Dec 04, 2017 at 12:30:33PM +0900, Matt Davey wrote: > hi, just tried insta