Howdy, as some of you know, me Derek and Matt have been working on new updates for cyclone. Back when I forked cyclone to my repository and proposed to step into a new development, some were worried about the future of this project. As a proper discussion could only make sense when there was something to show for, we finally have some sort of a preview of what's been going on. Hence, here is a good moment to check this and give us some thoughts and feedbacks.
Recently, I did release a Pre Alpha version (milestone 1), but no feedback was shared so far. Here's a second (milestone 2) preview release... https://github.com/porres/pd-cyclone/releases
Cyclone is a set of externals that clones classes from cycling74's Max/MSP. It has the function to expand Pure Data Vanilla with a very large set of externals, but also provides some level of compatibility between the two environments, helping users of both systems in the development of equivalent or similar patches. Cyclone came out in the era of Max/MSP 4. Since then, later versions included new functionalities in some of the objects that were cloned in cyclone, but cyclone just kept outdated. Our work developing for cyclone is focused mainly in the effort of updating all the outdated objects to include functionalities from the current version of Max/MSP (currently version 7.2.5).
Cyclone was originally developed from 2002 to 2005 by Krzysztof Czaja, who later abandoned it. Then, it ended up incorporated into Pd Extended under the maintenance of Hans-Christoph Steiner until jan 2013. Fred Jan Kraan started maintaining and developing for cyclone from dec 2014, but in feb 2016 decided to stop active development for cyclone, though he still works on maintaining his 0.2beta package. I forked cyclone (in its 0.2beta1 state) to a new repository and started working on further developments. Since then, others got involved and Fred Jan Kraan’s repository refers to our branch as the active development one.
Although our intent is to work in cyclone without diverging from its original goal and scope, our branch is independent as neither the original developer nor the following maintainers have been involved in any way. We tried contacting the original author Krzysztof Czaja to discuss our further developments, but he’s currently inactive in the Pd Community and couldn’t be reached or found. Nonetheless, the next maintainer, Hans-Christoph Steiner, did manifest ground rules for future maintainers in cyclone here in the Pd list as follows:
"About maintaining cyclone, I think a reorg would be great, and further maintenance as well. If you want to do whatever you want with it, then just make a fork and work on it as a new name. If you want to stick to cyclone's central goal of Max/MSP compatibility, then keep working on it as cyclone. But please do not work on cyclone and break the Max/MSP compatibility."
Link: https://lists.puredata.info/pipermail/pd-list/2015-06/110620.html
Respecting the rule of not breaking Max/MSP compatibility, we consider our branch to be faithful to the original goal of cyclone. Thus, the intent is to keep working on it as cyclone instead of a fork under a new name. In this respect, we do not wish to impose any personal view or control over the project. First because this is a project with a clearly defined scope that leaves very little room for arbitrariness - basically, all that there is to do is clone objects from Max in their original design and behaviour, without any room for being creative. Secondly, also because of this well defined scope, we consider that cyclone belongs ultimately to the Pd Community and not to a particular maintainer.
In regard to this, we are open to collaboration and willing to discuss the future of cyclone with the community before releasing a final and official version of our work (not an alpha/beta test). If in agreement to the Pd community, we shall release an update of the cyclone project as version cyclone 0.3, in order to differentiate it from earlier versions. So far, only “Pre Alpha” releases have been made available, but we hope to have an Alpha or Beta test version by the time of PdCon16 in november.
It is my understanding that the worries about further development in cyclone would compromise backwards compatibility or introduce drastic changes. We did make some changes in the structure of cyclone, like using low case letters instead of the old way with capital letters, but we didn't break backwards compatibility, we are compromised with that.
About updating objects in cyclone, so far, for all we've done (and we're close to the end), no change has been made that would compromise backwards compatibility. This denotes how Cycling tries to respect backwards compatibility when updating objects or Max versions. It is possible to happen, but very rare. We did include new objects in cyclone such as [scale] and [scale~] - a rare case where they changed the functionality of an object, but since it is a new object in cyclone, it did not have to be changed.
Several bugs have been fixed in our repository. These are changes that can arguably compromise backwards compatibility, depending on the point of view. But most of the changes are: actually minor changes; introducing missing features without compromising the structure of the object; fix mathematical errors; drastically wrong behaviour and the like.
Again, before releasing a final and definitive version, I invite people to check this project, ask about some of the changes that have been made but aren't clear, test it, and discuss with us the future of cyclone, raise any possible issue, any good or bad feedback ;) If no issues are raised, we'll assume that we are moving into a correct direction.
It is good to reinforce that this is a huge project that would highly welcome collaborators. For instance, I only compiled for mac, maybe somebody else can help us compiling for windows?
cheers
Hi Alexandre,
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 were created. I used Mingw.
Report attached: "Cyclone-0.3.pre.alpha-milestone2-mingw32-report-1.txt"
Tomorrow I will test objects, which ones I have to avoid?
Salutti, Lucarda.
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of Alexandre Torres Porres porres@gmail.com Sent: Monday, October 3, 2016 6:00 AM To: pd-list@lists.iem.at Subject: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)
Howdy, as some of you know, me Derek and Matt have been working on new updates for cyclone. .....................
Thanks, Lucas. There are some useful things here, and I see a few things to fix, especially with implicit casting.
One thing that's confusing in compiling is which m_pd.h to use. It looks like your pd-lib-builder found m_pd.h from Pd extended, which may break things in cases where we're using the updated one from newer vanillas. If you have vanilla installed, there's a way to fix it by changing the code in pd-lib-builder/Makefile.pdlibbuilder, lines 562-567: Here's the current:
ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/include/pdextended") endif ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/src") endif
I think you can just comment out the first three lines, or move them below the next three.
Much appreciated.
Matt
On Mon, Oct 3, 2016 at 2:45 PM, Lucas Cordiviola lucarda27@hotmail.com wrote:
Hi Alexandre,
*>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 were created. I used Mingw.
Report attached: “Cyclone-0.3.pre.alpha-milestone2-mingw32-report-1.txt”
Tomorrow I will test objects, which ones I have to avoid?
Salutti, Lucarda.
Mensaje telepatico asistido por maquinas.
*From:* Pd-list pd-list-bounces@lists.iem.at on behalf of Alexandre Torres Porres porres@gmail.com *Sent:* Monday, October 3, 2016 6:00 AM *To:* pd-list@lists.iem.at *Subject:* [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)
Howdy, as some of you know, me Derek and Matt have been working on new updates for cyclone. .....................
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list
yeah, we gotta fix that in pd-lib-builder ourselves, and provide the pd source from vanilla for it to check in a subfolder, that's the safest thing to do, so lets jump to that ;)
thanks
2016-10-03 16:26 GMT-03:00 Matt Barber brbrofsvl@gmail.com:
Thanks, Lucas. There are some useful things here, and I see a few things to fix, especially with implicit casting.
One thing that's confusing in compiling is which m_pd.h to use. It looks like your pd-lib-builder found m_pd.h from Pd extended, which may break things in cases where we're using the updated one from newer vanillas. If you have vanilla installed, there's a way to fix it by changing the code in pd-lib-builder/Makefile.pdlibbuilder, lines 562-567: Here's the current:
ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/include/ pdextended") endif ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/src") endif
I think you can just comment out the first three lines, or move them below the next three.
Much appreciated.
Matt
On Mon, Oct 3, 2016 at 2:45 PM, Lucas Cordiviola lucarda27@hotmail.com wrote:
Hi Alexandre,
*>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 were created. I used Mingw.
Report attached: “Cyclone-0.3.pre.alpha-milestone2-mingw32-report-1.txt”
Tomorrow I will test objects, which ones I have to avoid?
Salutti, Lucarda.
Mensaje telepatico asistido por maquinas.
*From:* Pd-list pd-list-bounces@lists.iem.at on behalf of Alexandre Torres Porres porres@gmail.com *Sent:* Monday, October 3, 2016 6:00 AM *To:* pd-list@lists.iem.at *Subject:* [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)
Howdy, as some of you know, me Derek and Matt have been working on new updates for cyclone. .....................
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/li stinfo/pd-list
i mean, fix in the makefile, apparently there's a way to specify a subfolder with the pd source into our project
2016-10-03 16:45 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
yeah, we gotta fix that in pd-lib-builder ourselves, and provide the pd source from vanilla for it to check in a subfolder, that's the safest thing to do, so lets jump to that ;)
thanks
2016-10-03 16:26 GMT-03:00 Matt Barber brbrofsvl@gmail.com:
Thanks, Lucas. There are some useful things here, and I see a few things to fix, especially with implicit casting.
One thing that's confusing in compiling is which m_pd.h to use. It looks like your pd-lib-builder found m_pd.h from Pd extended, which may break things in cases where we're using the updated one from newer vanillas. If you have vanilla installed, there's a way to fix it by changing the code in pd-lib-builder/Makefile.pdlibbuilder, lines 562-567: Here's the current:
ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/include/pd extended") endif ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/src") endif
I think you can just comment out the first three lines, or move them below the next three.
Much appreciated.
Matt
On Mon, Oct 3, 2016 at 2:45 PM, Lucas Cordiviola lucarda27@hotmail.com wrote:
Hi Alexandre,
*>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 were created. I used Mingw.
Report attached: “Cyclone-0.3.pre.alpha-milestone2-mingw32-report-1.txt”
Tomorrow I will test objects, which ones I have to avoid?
Salutti, Lucarda.
Mensaje telepatico asistido por maquinas.
*From:* Pd-list pd-list-bounces@lists.iem.at on behalf of Alexandre Torres Porres porres@gmail.com *Sent:* Monday, October 3, 2016 6:00 AM *To:* pd-list@lists.iem.at *Subject:* [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)
Howdy, as some of you know, me Derek and Matt have been working on new updates for cyclone. .....................
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/li stinfo/pd-list
A lot of them just drop the relevant m_pd.h into the project itself, which is certainly doable.
On Mon, Oct 3, 2016 at 3:47 PM, Alexandre Torres Porres porres@gmail.com wrote:
i mean, fix in the makefile, apparently there's a way to specify a subfolder with the pd source into our project
2016-10-03 16:45 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
yeah, we gotta fix that in pd-lib-builder ourselves, and provide the pd source from vanilla for it to check in a subfolder, that's the safest thing to do, so lets jump to that ;)
thanks
2016-10-03 16:26 GMT-03:00 Matt Barber brbrofsvl@gmail.com:
Thanks, Lucas. There are some useful things here, and I see a few things to fix, especially with implicit casting.
One thing that's confusing in compiling is which m_pd.h to use. It looks like your pd-lib-builder found m_pd.h from Pd extended, which may break things in cases where we're using the updated one from newer vanillas. If you have vanilla installed, there's a way to fix it by changing the code in pd-lib-builder/Makefile.pdlibbuilder, lines 562-567: Here's the current:
ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/include/pd extended") endif ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/src") endif
I think you can just comment out the first three lines, or move them below the next three.
Much appreciated.
Matt
On Mon, Oct 3, 2016 at 2:45 PM, Lucas Cordiviola lucarda27@hotmail.com wrote:
Hi Alexandre,
*>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 were created. I used Mingw.
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.
Mensaje telepatico asistido por maquinas.
*From:* Pd-list pd-list-bounces@lists.iem.at on behalf of Alexandre Torres Porres porres@gmail.com *Sent:* Monday, October 3, 2016 6:00 AM *To:* pd-list@lists.iem.at *Subject:* [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)
Howdy, as some of you know, me Derek and Matt have been working on new updates for cyclone. .....................
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/li stinfo/pd-list
One thing that's confusing in compiling is which m_pd.h to >use. It looks like your pd-lib-builder found m_pd.h from >Pd extended
I`m not sure.
I compiled with this dir struct:
blah/downloads/pd 1 blah/downloads/pd-cyclone-master
I think that's the priority in pd-lib-builder/Makefile.pdlibbuilder BUT is true that I have "extended" installed.
Right?
Or I uninstall "extended"?
1 0.47.1
Mensaje telepatico asistido por maquinas.
From: Matt Barber brbrofsvl@gmail.com Sent: Monday, October 3, 2016 7:52 PM To: Alexandre Torres Porres Cc: Lucas Cordiviola; pd-list@lists.iem.at Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)
A lot of them just drop the relevant m_pd.h into the project itself, which is certainly doable.
On Mon, Oct 3, 2016 at 3:47 PM, Alexandre Torres Porres <porres@gmail.commailto:porres@gmail.com> wrote: i mean, fix in the makefile, apparently there's a way to specify a subfolder with the pd source into our project
2016-10-03 16:45 GMT-03:00 Alexandre Torres Porres <porres@gmail.commailto:porres@gmail.com>: yeah, we gotta fix that in pd-lib-builder ourselves, and provide the pd source from vanilla for it to check in a subfolder, that's the safest thing to do, so lets jump to that ;)
thanks
2016-10-03 16:26 GMT-03:00 Matt Barber <brbrofsvl@gmail.commailto:brbrofsvl@gmail.com>: Thanks, Lucas. There are some useful things here, and I see a few things to fix, especially with implicit casting.
One thing that's confusing in compiling is which m_pd.h to use. It looks like your pd-lib-builder found m_pd.h from Pd extended, which may break things in cases where we're using the updated one from newer vanillas. If you have vanilla installed, there's a way to fix it by changing the code in pd-lib-builder/Makefile.pdlibbuilder, lines 562-567: Here's the current:
ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/include/pdextended") endif ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/src") endif
I think you can just comment out the first three lines, or move them below the next three.
Much appreciated.
Matt
Or I uninstall “extended”?
What I did as a quick solution was replacing the one in extended with the one in the new vanilla, but we'll work it out in the makefile and in the project for the future ;)
cheers
What I did as a quick solution was replacing the one in extended with the one in the new vanilla, but we'll work it out in the makefile and in the project for the future ;)
I can do that for reports but:
Only for m_pd.h ? or also pd.dll?
Mensaje telepatico asistido por maquinas.
From: Alexandre Torres Porres porres@gmail.com Sent: 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 solution was replacing the one in extended with the one in the new vanilla, but we'll work it out in the makefile and in the project for the future ;)
cheers
Only for m_pd.h ? or also pd.dll?
actually replace these 2 files...
*m_pd.h*
*m_imp.h*
2016-10-03 17:54 GMT-03:00 Lucas Cordiviola lucarda27@hotmail.com:
*>What I did as a quick solution was replacing the one in extended with the one in the new vanilla, but we'll work it out in the makefile and in the project for the future ;)*
I can do that for reports but:
Mensaje telepatico asistido por maquinas.
*From:* Alexandre Torres Porres porres@gmail.com *Sent:* 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 solution was replacing the one in extended with the one in the new vanilla, but we'll work it out in the makefile and in the project for the future ;)
cheers
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 jancsika@yahoo.com:
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
actually replace these 2 files...
m_pd.h
m_imp.h
Here is the multiple thing in extended:
Directory of C:\Program Files (x86)\pd\include
m_pd.h 1 File(s) 27,044 bytes
Directory of C:\Program Files (x86)\pd\include\pd
m_pd.h 1 File(s) 27,044 bytes
Directory of C:\Program Files (x86)\pd\include\pdextended
m_pd.h 1 File(s) 27,044 bytes
Total Files Listed:
3 File(s) 81,132 bytes
0 Dir(s) 4,351,406,080 bytes free
Directory of C:\Program Files (x86)\pd\include\pd
m_imp.h 1 File(s) 3,703 bytes
Directory of C:\Program Files (x86)\pd\include\pdextended
m_imp.h 1 File(s) 3,703 bytes
Total Files Listed:
2 File(s) 7,406 bytes
0 Dir(s) 4,350,865,408 bytes free
Is it better to replace all for the experiment? or experiment with katja`s : "build with make argument 'pdincludepath=<my-pd-include-path>' "
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.
Mensaje telepatico asistido por maquinas.
From: Alexandre Torres Porres porres@gmail.com Sent: Monday, October 3, 2016 9:31 PM To: Jonathan Wilkes Cc: Lucas Cordiviola; pd-list@lists.iem.at Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)
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 <jancsika@yahoo.commailto:jancsika@yahoo.com>:
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
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
Using pdincludepath:
make pdincludepath=C:/Users/Lucarda/Downloads/pd 2> log.txt
ls: C:/Users/Lucarda/Downloads/pd/m_pd.h: No such file or directory pd-lib-
builder/Makefile.pdlibbuilder:690: Where is Pd API m_pd.h? Do 'make help' for info. binaries_src/control/mean.c:5:18: fatal error: m_pd.h: No such file or directory
compilation terminated.
make: *** [binaries_src/control/mean.o] Error 1
make pdincludepath=C:/Users/Lucarda/Downloads/pd/src 2> log.txt
OK,
See attached log.txt
Do you feel is better to delete extended?
Mensaje telepatico asistido por maquinas.
From: Alexandre Torres Porres porres@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 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
Before overwriting extended sources I will rename them wrongly to check if they are used by make.
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of Lucas Cordiviola lucarda27@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 pdincludepath=C:/Users/Lucarda/Downloads/pd 2> log.txt
ls: C:/Users/Lucarda/Downloads/pd/m_pd.h: No such file or directory pd-lib-
builder/Makefile.pdlibbuilder:690: Where is Pd API m_pd.h? Do 'make help' for info. binaries_src/control/mean.c:5:18: fatal error: m_pd.h: No such file or directory
compilation terminated.
make: *** [binaries_src/control/mean.o] Error 1
make pdincludepath=C:/Users/Lucarda/Downloads/pd/src 2> log.txt
OK,
See attached log.txt
Do you feel is better to delete extended?
Mensaje telepatico asistido por maquinas.
From: Alexandre Torres Porres porres@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 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
I renamed 'm_pd.h' to 'zzm_pd.h' in all 3 occurrences on extended.
Deleted previous "pd-cyclone-master" folder.
Unzip a new "pd-cyclone-master".
Did "make pdincludepath=C:/Users/Lucarda/Downloads/pd/src 2> logV2.txt"
Same results:
Attached "logV2.txt"
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of Lucas Cordiviola lucarda27@hotmail.com Sent: Monday, October 3, 2016 10:55 PM To: Alexandre Torres Porres Cc: pd-list@lists.iem.at Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)
Before overwriting extended sources I will rename them wrongly to check if they are used by make.
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of Lucas Cordiviola lucarda27@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 pdincludepath=C:/Users/Lucarda/Downloads/pd 2> log.txt
ls: C:/Users/Lucarda/Downloads/pd/m_pd.h: No such file or directory pd-lib-
builder/Makefile.pdlibbuilder:690: Where is Pd API m_pd.h? Do 'make help' for info. binaries_src/control/mean.c:5:18: fatal error: m_pd.h: No such file or directory
compilation terminated.
make: *** [binaries_src/control/mean.o] Error 1
make pdincludepath=C:/Users/Lucarda/Downloads/pd/src 2> log.txt
OK,
See attached log.txt
Do you feel is better to delete extended?
Mensaje telepatico asistido por maquinas.
From: Alexandre Torres Porres porres@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 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
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 pdincludepath=C:/Users/Lucarda/Downloads/pd/src pdbinpath=C:/Users/Lucarda/Downloads/pd/bin
(yes, it would be great if you could just set pdpath=C:/Users/Lucarda/Downloads/pd/ and the makefile would figure out the include- and bin-path from that; but no, it doesn't do that right now).
Same results:
no. afaict, very different results. (though the net outcome - a failed build - is the same)
it seems like the build doesn't link together all the necessary objectfiles.
gmnasdr+ IOhannes
however, on W32 you *also* need to specify the pdbinpath, so the
pd.dll/pd.lib can be found:
$ make pdincludepath=C:/Users/Lucarda/Downloads/pd/src
pdbinpath=C:/Users/Lucarda/Downloads/pd/bin
Thanx!!!
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of IOhannes m zmoelnig zmoelnig@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 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 pdincludepath=C:/Users/Lucarda/Downloads/pd/src pdbinpath=C:/Users/Lucarda/Downloads/pd/bin
(yes, it would be great if you could just set pdpath=C:/Users/Lucarda/Downloads/pd/ and the makefile would figure out the include- and bin-path from that; but no, it doesn't do that right now).
Same results:
no. afaict, very different results. (though the net outcome - a failed build - is the same)
it seems like the build doesn't link together all the necessary objectfiles.
gmnasdr+ IOhannes
Alexandre, Matt,
Here results against 0.47.1, I disable the hole extended files with:
"make pdincludepath=C:/Users/Lucarda/Downloads/pd/src pdbinpath=C:/Users/Lucarda/Downloads/pd/bin 2> log.txt"
And also renamed extended dir to "off-pd" so no files from extended could be found.
Attached "logV5.txt" with errors AND "lconsoleV1.txt" with what I could copy from the console which is not ALL, just the ending (I couldn't find how to output all to a file.).
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of Lucas Cordiviola lucarda27@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 specify the pdbinpath, so the
pd.dll/pd.lib can be found:
$ make pdincludepath=C:/Users/Lucarda/Downloads/pd/src
pdbinpath=C:/Users/Lucarda/Downloads/pd/bin
Thanx!!!
Mensaje telepatico asistido por maquinas.
ok, we'll check it
but now we have a version with the updated pd-lib-builder, that by default will search for vanilla and doesnt look for extended anymore
https://github.com/porres/pd-cyclone/releases/tag/0.3prealpha4
please check if the same happens
thanks
2016-10-04 19:29 GMT-03:00 Lucas Cordiviola lucarda27@hotmail.com:
Alexandre, Matt,
Here results against 0.47.1, I disable the hole extended files with:
“make pdincludepath=C:/Users/Lucarda/Downloads/pd/src pdbinpath=C:/Users/Lucarda/Downloads/pd/bin 2> log.txt”
And also renamed extended dir to “off-pd” so no files from extended could be found.
Attached “logV5.txt” with errors AND “lconsoleV1.txt” with what I could copy from the console which is not ALL, just the ending (I couldn't find how to output all to a file.).
Mensaje telepatico asistido por maquinas.
*From:* Pd-list pd-list-bounces@lists.iem.at on behalf of Lucas Cordiviola lucarda27@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 specify the pdbinpath, so the*
*pd.dll/pd.lib can be found:*
*>$ make pdincludepath=C:/Users/Lucarda/Downloads/pd/src*
*pdbinpath=C:/Users/Lucarda/Downloads/pd/bin *
Thanx!!!
Mensaje telepatico asistido por maquinas.
we also seem to have fixed the error below in the new release
binaries_src/signal/sah.o:sah.c:(.text+0x39): undefined reference to `forky_hasfeeders' collect2.exe: error: ld returned 1 exit status make: *** [sah~.dll] Error 1
cheers
2016-10-04 20:09 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
ok, we'll check it
but now we have a version with the updated pd-lib-builder, that by default will search for vanilla and doesnt look for extended anymore
https://github.com/porres/pd-cyclone/releases/tag/0.3prealpha4
please check if the same happens
thanks
2016-10-04 19:29 GMT-03:00 Lucas Cordiviola lucarda27@hotmail.com:
Alexandre, Matt,
Here results against 0.47.1, I disable the hole extended files with:
“make pdincludepath=C:/Users/Lucarda/Downloads/pd/src pdbinpath=C:/Users/Lucarda/Downloads/pd/bin 2> log.txt”
And also renamed extended dir to “off-pd” so no files from extended could be found.
Attached “logV5.txt” with errors AND “lconsoleV1.txt” with what I could copy from the console which is not ALL, just the ending (I couldn't find how to output all to a file.).
Mensaje telepatico asistido por maquinas.
*From:* Pd-list pd-list-bounces@lists.iem.at on behalf of Lucas Cordiviola lucarda27@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 specify the pdbinpath, so the*
*pd.dll/pd.lib can be found:*
*>$ make pdincludepath=C:/Users/Lucarda/Downloads/pd/src*
*pdbinpath=C:/Users/Lucarda/Downloads/pd/bin *
Thanx!!!
Mensaje telepatico asistido por maquinas.
2016-10-04 20:15 GMT-03:00 Christof Ressi christof.ressi@gmx.at:
Hi Alex,
just wanted to tell you that I could successfully and easily build your cyclone release on my windows machine (Levono Thinkpad, Windows 7). Good work! If you need binaries (now or later), let me know.
great, i'd love some now to give to my students :)
One suggestion: make sure to write [cyclone/comment]
good call, i had that in mind, but now i put it in my list...
I don't know how they are supposed to look but they seem a bit off on Windows. My it has something to do with the font (size)? See attachement.
yeah they look bad :/ not sure if font size, cause if I change it here, I get something else... it shoudn;t really screw with the [comment] font size (that I use for the object name)
see my attachment
cheers
Yikes. I'll take a look at [comment] fonts tonight.
On Tue, Oct 4, 2016 at 7:27 PM, Alexandre Torres Porres porres@gmail.com wrote:
2016-10-04 20:15 GMT-03:00 Christof Ressi christof.ressi@gmx.at:
Hi Alex,
just wanted to tell you that I could successfully and easily build your cyclone release on my windows machine (Levono Thinkpad, Windows 7). Good work! If you need binaries (now or later), let me know.
great, i'd love some now to give to my students :)
One suggestion: make sure to write [cyclone/comment]
good call, i had that in mind, but now i put it in my list...
I don't know how they are supposed to look but they seem a bit off on Windows. My it has something to do with the font (size)? See attachement.
yeah they look bad :/ not sure if font size, cause if I change it here, I get something else... it shoudn;t really screw with the [comment] font size (that I use for the object name)
see my attachment
cheers
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list
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 just off position, later they disappeared altogether.
I'm happy to see that help patches retained their compact appearance even when some classes have received extensive additional documentation. Also I like how compatibility issues are meticulously documented in the help patches.
This is just my first impression. I'm not saying there's no issues other than the above mentioned, but I didn't look deeper.
Katja
On Wed, Oct 5, 2016 at 2:52 AM, Matt Barber brbrofsvl@gmail.com wrote:
Yikes. I'll take a look at [comment] fonts tonight.
On Tue, Oct 4, 2016 at 7:27 PM, Alexandre Torres Porres porres@gmail.com wrote:
2016-10-04 20:15 GMT-03:00 Christof Ressi christof.ressi@gmx.at:
Hi Alex,
just wanted to tell you that I could successfully and easily build your cyclone release on my windows machine (Levono Thinkpad, Windows 7). Good work! If you need binaries (now or later), let me know.
great, i'd love some now to give to my students :)
One suggestion: make sure to write [cyclone/comment]
good call, i had that in mind, but now i put it in my list...
I don't know how they are supposed to look but they seem a bit off on Windows. My it has something to do with the font (size)? See attachement.
yeah they look bad :/ not sure if font size, cause if I change it here, I get something else... it shoudn;t really screw with the [comment] font size (that I use for the object name)
see my attachment
cheers
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
@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 COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/5.3.0/lto-wrapper.exe Target: mingw32 Configured with: ../src/gcc-5.3.0/configure --build=x86_64-pc-linux-gnu --host=m ingw32 --prefix=/mingw --disable-win32-registry --target=mingw32 --with-arch=i58 6 --enable-languages=c,c++,objc,obj-c++,fortran,ada --enable-static --enable-sha red --enable-threads=posix --with-dwarf2 --disable-sjlj-exceptions --enable-vers ion-specific-runtime-libs --enable-libstdcxx-debug --with-tune=generic --enable- libgomp --disable-libvtv --enable-nls Thread model: posix gcc version 5.3.0 (GCC)
Any clue?
Mensaje telepatico asistido por maquinas.
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 lucarda27@hotmail.com:
@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 COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/5. 3.0/lto-wrapper.exe Target: mingw32 Configured with: ../src/gcc-5.3.0/configure --build=x86_64-pc-linux-gnu --host=m ingw32 --prefix=/mingw --disable-win32-registry --target=mingw32 --with-arch=i58 6 --enable-languages=c,c++,objc,obj-c++,fortran,ada --enable-static --enable-sha red --enable-threads=posix --with-dwarf2 --disable-sjlj-exceptions --enable-vers ion-specific-runtime-libs --enable-libstdcxx-debug --with-tune=generic --enable- libgomp --disable-libvtv --enable-nls Thread model: posix gcc version 5.3.0 (GCC)
Any clue?
Mensaje telepatico asistido por maquinas.
As I mentioned when we started, this is my first attempt to compile anything, I`m a total newbie on compiling.
On cyclone 0.2 I was just testing the threaded [coll].
I will try the latest.
It seems that there is need for windows compilers/testers, if not...., well...
you know the DIY thing.
Interest me for know.
Mensaje telepatico asistido por maquinas.
From: Alexandre Torres Porres porres@gmail.com Sent: Wednesday, October 5, 2016 12:11 AM To: Lucas Cordiviola Cc: Christof Ressi; pd-list@lists.iem.at Subject: Re: [PD] Proposing a cyclone 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?
cheers
2016-10-04 21:31 GMT-03:00 Lucas Cordiviola lucarda27@hotmail.com:
It seems that there is need for windows compilers/testers, if not....,
well...
yes, we need, please :)
Value of 'pdincludepath' should be the full path of directory containing pd API files. The standard pd includes path is different per platform, and per pd flavor. When in doubt just locate your preferred m_pd.h and take the full path of directory where it sits.
On Tue, Oct 4, 2016 at 12:35 AM, Lucas Cordiviola lucarda27@hotmail.com wrote:
Using pdincludepath:
make pdincludepath=C:/Users/Lucarda/Downloads/pd 2> log.txt
ls: C:/Users/Lucarda/Downloads/pd/m_pd.h: No such file or directory pd-lib-
builder/Makefile.pdlibbuilder:690: Where is Pd API m_pd.h? Do 'make help' for info. binaries_src/control/mean.c:5:18: fatal error: m_pd.h: No such file or directory
compilation terminated.
make: *** [binaries_src/control/mean.o] Error 1
make pdincludepath=C:/Users/Lucarda/Downloads/pd/src 2> log.txt
OK,
See attached log.txt
Do you feel is better to delete extended?
Mensaje telepatico asistido por maquinas.
From: Alexandre Torres Porres porres@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 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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
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?
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
Alex, Matt:
I'm not having ALL info on the log.txt. Only 2> works but that's only for errors, it will be cool if 2>&1 worked, but it don't. So I'm linking against pd.dll on extended (not seen/showed in previous log.txt`s).
Attached Image: "cyclonebuild.jpg"
Probably I install 0.47 there so it works. Though this auto magic is problematic here (just here). Or do you know how to override "--enable-auto-import" with other setting?
So relax, all test were somehow or totally naive.
Mensaje telepatico asistido por maquinas.
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 jancsika@yahoo.com 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?
-Jonathan
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 project. this is just bound to break sooner or later, making it even harder to fix. the Pd headers really must match the Pd binary running on the system where you compile. since the Pd binary is upgraded outside of your project, so should the headers.
also, on w32 you need the corresponding pd.lib/pd.dll to properly link. (and if you decide to ship that as well, you could just ship the entire Pd; or just ship properly compiled binaries of your external).
fgmasdr IOhannes
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 zmoelnig@iem.at 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 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 project. this is just bound to break sooner or later, making it even harder to fix. the Pd headers really must match the Pd binary running on the system where you compile. since the Pd binary is upgraded outside of your project, so should the headers.
also, on w32 you need the corresponding pd.lib/pd.dll to properly link. (and if you decide to ship that as well, you could just ship the entire Pd; or just ship properly compiled binaries of your external).
fgmasdr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list
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 Porres porres@gmail.com wrote:
Or I uninstall “extended”?
What I did as a quick solution was replacing the one in extended with the one in the new vanilla, but we'll work it out in the makefile and in the project for the future ;)
cheers
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
There's two better things you can do than editing Makefile.pdlibbuilder:
build with make argument 'pdincludepath=<my-pd-include-path>'
open an issue on https://github.com/pure-data/pd-lib-builder to
discuss the search order
Makefile.pdlibbuilder is a community-maintained versioned helper makefile that shouldn't be edited unless it needs a fix that is useful for everyone.
Katja
On Mon, Oct 3, 2016 at 9:52 PM, Matt Barber brbrofsvl@gmail.com wrote:
A lot of them just drop the relevant m_pd.h into the project itself, which is certainly doable.
On Mon, Oct 3, 2016 at 3:47 PM, Alexandre Torres Porres porres@gmail.com wrote:
i mean, fix in the makefile, apparently there's a way to specify a subfolder with the pd source into our project
2016-10-03 16:45 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
yeah, we gotta fix that in pd-lib-builder ourselves, and provide the pd source from vanilla for it to check in a subfolder, that's the safest thing to do, so lets jump to that ;)
thanks
2016-10-03 16:26 GMT-03:00 Matt Barber brbrofsvl@gmail.com:
Thanks, Lucas. There are some useful things here, and I see a few things to fix, especially with implicit casting.
One thing that's confusing in compiling is which m_pd.h to use. It looks like your pd-lib-builder found m_pd.h from Pd extended, which may break things in cases where we're using the updated one from newer vanillas. If you have vanilla installed, there's a way to fix it by changing the code in pd-lib-builder/Makefile.pdlibbuilder, lines 562-567: Here's the current:
ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/include/pdextended") endif ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/src") endif
I think you can just comment out the first three lines, or move them below the next three.
Much appreciated.
Matt
On Mon, Oct 3, 2016 at 2:45 PM, Lucas Cordiviola lucarda27@hotmail.com wrote:
Hi Alexandre,
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 were created. I used Mingw.
Report attached: “Cyclone-0.3.pre.alpha-milestone2-mingw32-report-1.txt”
Tomorrow I will test objects, which ones I have to avoid?
Salutti, Lucarda.
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of Alexandre Torres Porres porres@gmail.com Sent: Monday, October 3, 2016 6:00 AM To: pd-list@lists.iem.at Subject: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)
Howdy, as some of you know, me Derek and Matt have been working on new updates for cyclone. .....................
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
There's two better things you can do than editing Makefile.pdlibbuilder:
build with make argument 'pdincludepath=<my-pd-include-path>'
open an issue on https://github.com/pure-data/pd-lib-builder to
discuss the search order
Makefile.pdlibbuilder is a community-maintained versioned helper makefile. It is impractical to maintain personalized versions of it.
Katja
On Mon, Oct 3, 2016 at 9:52 PM, Matt Barber brbrofsvl@gmail.com wrote:
A lot of them just drop the relevant m_pd.h into the project itself, which is certainly doable.
On Mon, Oct 3, 2016 at 3:47 PM, Alexandre Torres Porres porres@gmail.com wrote:
i mean, fix in the makefile, apparently there's a way to specify a subfolder with the pd source into our project
2016-10-03 16:45 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
yeah, we gotta fix that in pd-lib-builder ourselves, and provide the pd source from vanilla for it to check in a subfolder, that's the safest thing to do, so lets jump to that ;)
thanks
2016-10-03 16:26 GMT-03:00 Matt Barber brbrofsvl@gmail.com:
Thanks, Lucas. There are some useful things here, and I see a few things to fix, especially with implicit casting.
One thing that's confusing in compiling is which m_pd.h to use. It looks like your pd-lib-builder found m_pd.h from Pd extended, which may break things in cases where we're using the updated one from newer vanillas. If you have vanilla installed, there's a way to fix it by changing the code in pd-lib-builder/Makefile.pdlibbuilder, lines 562-567: Here's the current:
ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/include/pdextended") endif ifndef pdincludepath pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/src") endif
I think you can just comment out the first three lines, or move them below the next three.
Much appreciated.
Matt
On Mon, Oct 3, 2016 at 2:45 PM, Lucas Cordiviola lucarda27@hotmail.com wrote:
Hi Alexandre,
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 were created. I used Mingw.
Report attached: “Cyclone-0.3.pre.alpha-milestone2-mingw32-report-1.txt”
Tomorrow I will test objects, which ones I have to avoid?
Salutti, Lucarda.
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of Alexandre Torres Porres porres@gmail.com Sent: Monday, October 3, 2016 6:00 AM To: pd-list@lists.iem.at Subject: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)
Howdy, as some of you know, me Derek and Matt have been working on new updates for cyclone. .....................
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 10/03/2016 09:52 PM, Matt Barber wrote:
A lot of them just drop the relevant m_pd.h into the project itself, which is certainly doable.
a lot of things are "doable". but few of them are desirable. imho, this is not one of them.
msadr IOhannes