<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 15, 2017 at 12:17 AM, Filipe Coelho <span dir="ltr"><<a href="mailto:falktx@gmail.com" target="_blank">falktx@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="gmail-">On 14.06.2017 14:08, Kjetil Matheussen wrote:<br>
> Regarding the version for the new release, I wonder if it would be<br>
> better if the next version was 1.9.12, and not 1.9.11?<br>
<br>
</span>Sounds like a good idea actually.<br>
Let's sort out the Windows and OSX builds and then call it 1.9.12.<br>
<br>
For the Windows builds, it should be possible to build the jack2 code<br>
with waf and mingw, other have mentioned it but I never tried it myself.<br>
My mingw build is quite old, I will have to update it first.<br>
If you succeed on this before me, let me know.<br>
<br></blockquote><div><br></div><div>It wasn't much work. A few lines had to be fixed in the source (made a pull request),</div><div>and then to compile it:</div><div><br></div><div>"</div><div><div>ARCH=x86_64-w64-mingw32.shared # e.g.</div><div><br></div><div>PKGCONFIG=$ARCH-pkg-config CC=$ARCH-gcc CXX=$ARCH-g++ ./waf configure --platform=win32</div><div><br></div><div>PKGCONFIG=$ARCH-pkg-config CC=$ARCH-gcc CXX=$ARCH-g++ ./waf build -v</div></div><div>"</div><div><br></div><div>I'm using a fairly updated mingw from mxe.cc as cross-compiler.</div><div><br></div><div>Haven't tried to run it though, but it compiles.</div><div><br></div><div><br></div></div></div></div>