[Cs-dev] CsoundQt for Csound 6
Date | 2013-07-24 12:14 |
From | Michael Gogins |
Subject | [Cs-dev] CsoundQt for Csound 6 |
Attachments | None None |
I've tried putting the Qt DLLs at the head of my PATH. No help.
I've tried making the CsoundPerformanceThread source code into just one header file. That works for other parts of Csound. No help for CsoundQt.
I've tried building with the precompiled Qt SDK for MinGW 4.8.2. No help, but the errors imply an architecture inconsistency between Qt and Csound, which I have built with MinGW 4.7.2. Therefore, I am going to have to rebuild all of Csound and all of Csound's third party dependencies with the version of MinGW that comes with the Qt SDK. I do not know how long this will take, but I am pretty confident that it will work.
If it does work, it will make building Csound on Windows easier for other people because it will be much easier for them to get the MinGW toolchain running, just by installing the Qt SDK. In the meantime, I have uploaded a new Windows installer for Csound 6 that comes with WinXound. Regards, Mike ===========================
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com |
Date | 2013-07-24 19:45 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] CsoundQt for Csound 6 |
Attachments | None None |
Wow, that is one big enterprise. Thanks for this. Maybe Andy has some ideas or suggestions from his experience building on Windows? Cheers,Andrés On Wed, Jul 24, 2013 at 4:14 AM, Michael Gogins <michael.gogins@gmail.com> wrote:
|
Date | 2013-07-24 23:32 |
From | andy fillebrown |
Subject | Re: [Cs-dev] CsoundQt for Csound 6 |
Attachments | None None |
Which version of Qt is being used? On Wed, Jul 24, 2013 at 2:45 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
|
Date | 2013-07-24 23:47 |
From | Michael Gogins |
Subject | Re: [Cs-dev] CsoundQt for Csound 6 |
Attachments | None None |
I tried prebuilt 5.1 and 4.8, and I built 5.1 myself using MinGW 4.7.2, same as I built csound with. But Qt uses posix threads and my MinGW uses Windows threads. On Jul 24, 2013 6:33 PM, "andy fillebrown" <andy.fillebrown@gmail.com> wrote:
|
Date | 2013-07-25 00:03 |
From | andy fillebrown |
Subject | Re: [Cs-dev] CsoundQt for Csound 6 |
Attachments | None None |
Qt 5.1 is still a bit unstable and the MinGW that comes with the Qt 4.8 SDK is old (4.4.0 iirc). I would build Qt 4.8.5 using MinGW 4.7.2 from [1]. The Qt Project only tests against posix sjlj in their CI so you may want to start there if possible. [1] http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.7.2/32-bit/ Cheers,
~ andy.f On Wed, Jul 24, 2013 at 6:47 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
|
Date | 2013-07-25 00:09 |
From | Michael Gogins |
Subject | Re: [Cs-dev] CsoundQt for Csound 6 |
Attachments | None None |
Your information is not consistent with the Qt sdks that I downloaded. I am going to rebuild my entire toolchain using Qt 4.8 which comes with MinGW 4.8. On Jul 24, 2013 7:04 PM, "andy fillebrown" <andy.fillebrown@gmail.com> wrote:
|
Date | 2013-07-25 00:26 |
From | andy fillebrown |
Subject | Re: [Cs-dev] CsoundQt for Csound 6 |
Attachments | None None |
I do not use the Qt SDK, but afaik my information is accurate per http://qt-project.org/downloads and http://lists.qt-project.org/pipermail/development/2012-December/008880.html If you are building Qt from source then it's probably doesn't matter which version of MinGW is used as long as you build everything with it. Cheers, ~ andy.f
On Wed, Jul 24, 2013 at 7:09 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
|