Re: CYGPORT: using WAF build system.

2021-10-17 Thread Carlo B. via Cygwin
Hello, in addition to my previous message, I would like to say that I tried to build the existing old sources of lv2-1.12.0-1.x86_64 package, but an error is generated. I attached what happens and I hope that you will find this report useful. Sincerely. = $ cygport lv2.cygport all >>>

Re: CYGPORT: using WAF build system.

2021-10-17 Thread Carlo B. via Cygwin
Hello, thank you very much for the replies. I have successfully compiled lv2, lilv, serd, sord, sratom (but not suil yet) for CYGWIN and I made the packages for building the master branch of Audacity. I also tried to do the same thing for i686 and x86_64, by using provided MinGW-w64 cross compiler,

Re: CYGPORT: using WAF build system.

2021-10-15 Thread Brian Inglis
On 2021-10-14 04:02, Carlo B. via Cygwin wrote: I would like to make a package with LV2 plugins for CYGWIN. The problem is that those plugins are using the WAF build system and it is not clear to me how to proceed. Do you know if some of the existing packages for CYGWIN are using WAF, so that the

Re: CYGPORT: using WAF build system.

2021-10-14 Thread Brian Inglis
On 2021-10-14 04:02, Carlo B. via Cygwin wrote: I would like to make a package with LV2 plugins for CYGWIN. The problem is that those plugins are using the WAF build system and it is not clear to me how to proceed. Do you know if some of the existing packages for CYGWIN are using WAF, so that the

CYGPORT: using WAF build system.

2021-10-14 Thread Carlo B. via Cygwin
Hello, I would like to make a package with LV2 plugins for CYGWIN. The problem is that those plugins are using the WAF build system and it is not clear to me how to proceed. Do you know if some of the existing packages for CYGWIN are using WAF, so that they could be uses as example for starting? Th