[Csnd] Building CsoundQt-0.7.0 on Linux
Date | 2013-02-01 02:41 |
From | laurence |
Subject | [Csnd] Building CsoundQt-0.7.0 on Linux |
Hi! I'm a little confused by the build process. On executing "qmake qcs.pro" as instructed by the BUILDING doc in the sources, I'm presented with a series of messages ending with the following: Project MESSAGE: Not bundling QuteApp_f. Please put QuteApp_f in the res/ folder Project MESSAGE: Not bundling QuteApp_d. Please put QuteApp_d in the res/ folder I've no idea if this is an error, or indeed what QuteApp_f and QuteApp_d are and whether I need them or not. Presuming I needed them, I tried following the directions given and copied quteapp_d.qrc and quteapp_f.qrc (which I found in the src folder) into /res. This didn't change anything. So I changed the names to QuteApp_f and QuteApp_d and put them in the /res/linux folder. 'qmake qcs.pro' then completed without the previous comment and the subsequent build was successful, but I wonder how I should have dealt with the message. Thanks in advance for any clarification of the build process! Regards, Laurence |
Date | 2013-02-01 02:50 |
From | Andres Cabrera |
Subject | Re: [Csnd] Building CsoundQt-0.7.0 on Linux |
Hi, This is a remnant from the previous way to handle QuteApp (the standalone app loader), and since building the standalone applications is currently disabled (as it is not completely working), it will make no difference. So the answer is don't worry about it for now. Cheers, Andrés On Thu, Jan 31, 2013 at 6:41 PM, laurence |
Date | 2013-02-01 02:56 |
From | laurence |
Subject | Re: [Csnd] Building CsoundQt-0.7.0 on Linux |
Thanks for the clarification, Andrés! :) Regards, Laurence On 1 February 2013 02:50, Andres Cabrera <mantaraya36@gmail.com> wrote: Hi, |