Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-05 Thread katja
Compiling cyclone03prealpha4 on Linux succeeds but installing fails because data files are not found on locations defined in the lib makefile. Details on: https://github.com/porres/pd-cyclone/issues/134 Weird issue with [comment] happens on Linux too. Initially the help patch titles seemed to be

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Alexandre Torres Porres
2016-10-04 21:31 GMT-03:00 Lucas Cordiviola : It seems that there is need for windows compilers/testers, if not, > well... > yes, we need, please :) ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Lucas Cordiviola
update / another Pre Alpha release (milestone 2) Hey Lucas, didn't you have issues compiling cyclone 0.2 from fred's cyclone branch? I remember some discussion... well, maybe lets fork this thread to discuss building cyclone for windows :) did you try my latest one by the way?

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Alexandre Torres Porres
Hey Lucas, didn't you have issues compiling cyclone 0.2 from fred's cyclone branch? I remember some discussion... well, maybe lets fork this thread to discuss building cyclone for windows :) did you try my latest one by the way? cheers 2016-10-04 20:44 GMT-03:00 Lucas Cordiviola

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Lucas Cordiviola
@Christof >I could successfully and easily build your cyclone release on my windows >machine (Levono Thinkpad, Windows 7). Oops, Why I coudn`t: Lenovo t410 win8.1 $ gcc -v Using built-in specs. COLLECT_GCC=C:\MinGW\bin\gcc.exe

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Alexandre Torres Porres
@lists.iem.at> on behalf of Lucas >> Cordiviola <lucard...@hotmail.com> >> *Sent:* Tuesday, October 4, 2016 9:41 PM >> *To:* pd-list@lists.iem.at >> *Subject:* Re: [PD] Proposing a cyclone update / another Pre Alpha >> release (milestone 2) >> >

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Alexandre Torres Porres
> > > > > Mensaje telepatico asistido por maquinas. > > > -- > *From:* Pd-list <pd-list-boun...@lists.iem.at> on behalf of Lucas > Cordiviola <lucard...@hotmail.com> > *Sent:* Tuesday, October 4, 2016 9:41 PM > *To:* pd-list@lists.iem.at > *Sub

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Lucas Cordiviola
From: Pd-list <pd-list-boun...@lists.iem.at> on behalf of Lucas Cordiviola <lucard...@hotmail.com> Sent: Tuesday, October 4, 2016 9:41 PM To: pd-list@lists.iem.at Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2) >however, on W32 you *also* need to

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Lucas Cordiviola
om: Pd-list <pd-list-boun...@lists.iem.at> on behalf of IOhannes m zmoelnig <zmoel...@iem.at> Sent: Tuesday, October 4, 2016 7:40 AM To: pd-list@lists.iem.at Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2) On 2016-10-04 01:26, Lucas Cordiviola

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread katja
The include path topic is relevant for pd libs in general. Instead of workarounds or downstream fixes let's try to find an approach that is useful for everyone. I've opened this issue: https://github.com/pure-data/pd-lib-builder/issues/25 Katja On Mon, Oct 3, 2016 at 10:44 PM, Alexandre Torres

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Matt Barber
Sorry, I meant we only needed to #include "m_pd.h" as usual. On Tue, Oct 4, 2016 at 3:46 AM, IOhannes m zmoelnig wrote: > On 2016-10-04 04:44, Matt Barber wrote: > > I don't think we need a copy of it. We just need to include an existing > > one, preferably from current

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread katja
> From: Alexandre Torres Porres <por...@gmail.com> > Sent: Monday, October 3, 2016 10:09 PM > To: Lucas Cordiviola > Cc: pd-list@lists.iem.at > Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release > (milestone 2) > > >> Feel free to ask m

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread IOhannes m zmoelnig
On 2016-10-04 04:44, Matt Barber wrote: > I don't think we need a copy of it. We just need to include an existing > one, preferably from current vanilla. how do you include without copying? what is "current"? Pd-0.47-1? Pd-0.48-3? please do not include verbatim copies of *any* Pd-headers in your

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread IOhannes m zmoelnig
On 2016-10-04 01:26, Lucas Cordiviola wrote: > Did "make pdincludepath=C:/Users/Lucarda/Downloads/pd/src 2> logV2.txt" yes, that's the currect use of pdincludepath. however, on W32 you *also* need to specify the pdbinpath, so the pd.dll/pd.lib can be found: $ make

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Matt Barber
I don't think we need a copy of it. We just need to include an existing one, preferably from current vanilla. On Mon, Oct 3, 2016 at 10:03 PM, Jonathan Wilkes wrote: > > I think we can do without m_imp.h, maybe. > > > > While we're at it-- why do you need a copy of m_pd.h? >

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Jonathan Wilkes via Pd-list
> I think we can do without m_imp.h, maybe. While we're at it-- why do you need a copy of m_pd.h? -Jonathan ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Matt Barber
I think we can do without m_imp.h, maybe. It had been included for the full definition of the _class struct, and a couple of other functions that have since moved. On Mon, Oct 3, 2016 at 5:24 PM, Jonathan Wilkes via Pd-list < pd-list@lists.iem.at> wrote: > >> Only for m_pd.h ? or also pd.dll? >

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Lucas Cordiviola
.at> on behalf of Lucas Cordiviola <lucard...@hotmail.com> Sent: Monday, October 3, 2016 10:35 PM To: Alexandre Torres Porres Cc: pd-list@lists.iem.at Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2) Using pdincludepath: make pdincludepa

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Lucas Cordiviola
Sent: Monday, October 3, 2016 10:35 PM To: Alexandre Torres Porres Cc: pd-list@lists.iem.at Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2) Using pdincludepath: make pdincludepath=C:/Users/Lucarda/Downloads/pd 2> log.txt ls: C:/Users/Lucarda/Down

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Lucas Cordiviola
ensaje telepatico asistido por maquinas. From: Alexandre Torres Porres <por...@gmail.com> Sent: Monday, October 3, 2016 10:09 PM To: Lucas Cordiviola Cc: pd-list@lists.iem.at Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Dan Wilcox
robotcowboy.com/> > On Oct 3, 2016, at 3:55 PM, pd-list-requ...@lists.iem.at wrote: > > From: Lucas Cordiviola <lucard...@hotmail.com <mailto:lucard...@hotmail.com>> > Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release > (milestone 2) > Date: O

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Alexandre Torres Porres
> Feel free to ask me to uninstall “extended” and see what happens (also for > the experiment), I`m not using it anymore and I have a ZIP version around. > that'd be the easiest, but you can try replacing them all or using the argument, thanks ___

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Alexandre Torres Porres
this is the eror i get */Applications/Pd-extended.app/Contents/Resources/include/pdextended/m_imp.h:28:39: **error: * * unknown type name 't_blob'* typedef void (*t_blobmethod)(t_pd *x, t_blob *st); /* MP20061226 blob type */ 2016-10-03 18:24 GMT-03:00 Jonathan Wilkes

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Jonathan Wilkes via Pd-list
>> Only for m_pd.h ? or also pd.dll? > actually replace these 2 files... > m_pd.h > m_imp.h Why is m_imp.h required? -Jonathan ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Alexandre Torres Porres
Monday, October 3, 2016 8:44 PM > *To:* Lucas Cordiviola > *Cc:* Matt Barber; pd-list@lists.iem.at > *Subject:* Re: [PD] Proposing a cyclone update / another Pre Alpha > release (milestone 2) > > > Or I uninstall “extended”? >> > > > What I did as a quick

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread katja
gt;>>> >For instance, I only compiled for mac, maybe somebody else can help us >>>>> > >compiling for windows? >>>>> >>>>> >>>>> >>>>> This is the first time I`ve compiled something. Almost all objects w

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Matt Barber
> Report attached: “Cyclone-0.3.pre.alpha-milesto >>>> ne2-mingw32-report-1.txt” >>>> >>>> Tomorrow I will test objects, which ones I have to avoid? >>>> >>>> Salutti, >>>> Lucarda. >>>> >>>> >>>>

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Alexandre Torres Porres
Lucarda. >> >> >> Mensaje telepatico asistido por maquinas. >> >> >> -------------- >> *From:* Pd-list <pd-list-boun...@lists.iem.at> on behalf of Alexandre >> Torres Porres <por...@gm

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Matt Barber
ists.iem.at> on behalf of Alexandre > Torres Porres <por...@gmail.com> > *Sent:* Monday, October 3, 2016 6:00 AM > *To:* pd-list@lists.iem.at > *Subject:* [PD] Proposing a cyclone update / another Pre Alp