[PlanetCCRMA] Fedora Core 5 audio process...

Rui Nuno Capela rncbc@rncbc.org
Tue Apr 4 16:19:02 2006


This is a multi-part message in MIME format.
--------------040105020809030902000808
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Fernando Lopez-Lezcano wrote:
> On Tue, 2006-04-04 at 22:53 +0100, Rui Nuno Capela wrote:
>> Fernando,
>>
>>> qsynth:
>>>   src/qsynthMainForm.cpp:27:25: error: qsynthmeter.h: No such file or
>>> directory
>>>   src/qsynthMainForm.cpp:28:26: error: qsynthtabbar.h: No such file or
>>> directory
>> You can either pull the latest Qsynth 0.2.5, which I recommend, or you 
>> can just strip the <includehints>...</includehints> block from the 
>> bottom of src/qsynthMainForm.ui ; it's all up to you ;)
> 
> Oh boy, what to do?
> I think I'll stay with the older buggy version (just kidding :-)
> 

I guess it would be nicer to put it on patch form. So here it goes, just 
in case you decide to keep with older Qsynth 0.2.4 :)

Bye.
-- 
rncbc aka Rui Nuno Capela
rncbc@rncbc.org

--------------040105020809030902000808
Content-Type: text/x-patch;
 name="qsynth-0.2.4.1.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="qsynth-0.2.4.1.diff"

--- src/qsynthMainForm.ui	2005-08-26 23:56:34.000000000 +0100
+++ src/qsynthMainForm.ui	2006-04-05 00:14:19.000000000 +0100
@@ -1797,7 +1797,7 @@
 <pixmapinproject/>
 <layoutdefaults spacing="4" margin="8"/>
 <includehints>
-    <includehint>qsynthmeter.h</includehint>
-    <includehint>qsynthtabbar.h</includehint>
+    <includehint>qsynthMeter.h</includehint>
+    <includehint>qsynthTabBar.h</includehint>
 </includehints>
 </UI>

--------------040105020809030902000808--