Csound Csound-dev Csound-tekno Search About

[Cs-dev] CsoundQt for Csound 6

Date2013-07-24 12:14
FromMichael Gogins
Subject[Cs-dev] CsoundQt for Csound 6
AttachmentsNone  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 Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

Date2013-07-24 19:45
FromAndres Cabrera
SubjectRe: [Cs-dev] CsoundQt for Csound 6
AttachmentsNone  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:
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 Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-07-24 23:32
Fromandy fillebrown
SubjectRe: [Cs-dev] CsoundQt for Csound 6
AttachmentsNone  None  
Which version of Qt is being used?


On Wed, Jul 24, 2013 at 2:45 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
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:
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 Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-07-24 23:47
FromMichael Gogins
SubjectRe: [Cs-dev] CsoundQt for Csound 6
AttachmentsNone  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:
Which version of Qt is being used?


On Wed, Jul 24, 2013 at 2:45 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
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:
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 Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-07-25 00:03
Fromandy fillebrown
SubjectRe: [Cs-dev] CsoundQt for Csound 6
AttachmentsNone  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:

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:
Which version of Qt is being used?


On Wed, Jul 24, 2013 at 2:45 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
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:
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 Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-07-25 00:09
FromMichael Gogins
SubjectRe: [Cs-dev] CsoundQt for Csound 6
AttachmentsNone  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:
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:

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:
Which version of Qt is being used?


On Wed, Jul 24, 2013 at 2:45 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
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:
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 Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-07-25 00:26
Fromandy fillebrown
SubjectRe: [Cs-dev] CsoundQt for Csound 6
AttachmentsNone  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:

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:
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:

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:
Which version of Qt is being used?


On Wed, Jul 24, 2013 at 2:45 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
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:
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 Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel