Re: [q-lang-users] audio import error
Brought to you by:
agraef
From: David C. N. <nor...@co...> - 2005-02-02 13:36:11
|
Thanks, Albert. Upgrade to SuSE 9.2 resolved this problem, plus a number of non-Q-related matters as well. On Mon, 2005-01-24 at 18:52 +0100, Albert Graef wrote: > David C. Norris wrote: > > Thanks. Jack is indeed installed (jack-0.94.0-71), as well as: [...] > > Yes, I can reproduce this problem now. It is because SuSE 9.1 ships with > Jack 0.94, but PortAudio needs Jack >=0.98. Solution: Install Jack 0.98 > or 0.99 from source. (You can leave SuSE's Jack 0.94 installed as well, > it is needed by some of the multimedia packages.) The Jack sources are > available from http://jackit.sourceforge.net/. Make sure you have the > ALSA development package installed, then run ./configure && make && sudo > make install. Afterwards, run sudo /sbin/ldconfig, so that ld.so knows > about the new Jack library. q audio should then work (at least it does > on my SuSE 9.1 system). > > Cheers, > Albert > > P.S.: Did you consider upgrading to SuSE 9.2 yet? 9.1 comes with a > fairly early iteration of the 2.6 kernel, which I found to be still > buggy in some respects, especially multithreading (this also affects > Jack). 9.2 works *much* better for me. (SuSE 9.2 packages for Q are up > already at http://sourceforge.net/projects/q-lang/. I just didn't get > around updating the website yet.) > -- David C. Norris <nor...@co...> |