Re: [PD] fedora 13 vs pd

2010-10-28 Thread IOhannes m zmoelnig
On 2010-10-28 00:31, david medine wrote:
>  Dear all,
> 
> I switched operating systems to Fedora 13 yesterday and it is great,
> except that I cannot get Pd to address ALSA. The build goes well, no
> errors, and Pd is there and it looks fine, except when I go to 'Audio
> settings' the boxes next to input and output are empty. There are no
> options to select. I have installed every ALSA package that I can find,
> and still no joy. Any ideas? This is a sample what the console reports
> during configuration:

per default, Pd uses OSS. you have to manually tell it to use ALSA.
Menu->Media->ALSA

or start Pd with "-alsa".

then the audio-menu should list your soundcards (that is: if you have
any; can other (alsa) applications play sound?)

> 
> checking tcl.h usability... yes
> checking tcl.h presence... yes
> checking for tcl.h... yes
> checking for main in -ltcl85... no
> checking for main in -ltcl8.5... yes
> checking for main in -ltk85... no
> checking for main in -ltk8.5... yes
>  alsa= yes
> 
> I find the ''  before alsa to be troubling.
> 
> Anyone know how to fix this?


apply the attached patch, and it should go away.

famdr
IOhannes
--- configure.in.old	2010-10-28 09:01:54.0 +0200
+++ configure.in	2010-10-28 09:02:31.0 +0200
@@ -176,7 +176,7 @@
 if test `uname -s` = Linux;
 then
 dnl Ckecking for ALSA
-echo  alsa= $alsa
+echo checking for alsa= $alsa
 dnl This should be fixed so Pd can use ALSA shared libraries where appropriate.
 if test x$alsa = xyes; then
 AC_CHECK_LIB(asound,snd_pcm_info,PDLIB="$PDLIB -lasound" ; alsa="yes",alsa="no")


smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] fedora 13 vs pd

2010-10-27 Thread Jaime Oliver
I just compiled Pd in fedora 13 and alsa worked immediately. What soundcard
are you using?

J

On Wed, Oct 27, 2010 at 3:31 PM, david medine  wrote:

>  Dear all,
>
> I switched operating systems to Fedora 13 yesterday and it is great, except
> that I cannot get Pd to address ALSA. The build goes well, no errors, and Pd
> is there and it looks fine, except when I go to 'Audio settings' the boxes
> next to input and output are empty. There are no options to select. I have
> installed every ALSA package that I can find, and still no joy. Any ideas?
> This is a sample what the console reports during configuration:
>
> checking tcl.h usability... yes
> checking tcl.h presence... yes
> checking for tcl.h... yes
> checking for main in -ltcl85... no
> checking for main in -ltcl8.5... yes
> checking for main in -ltk85... no
> checking for main in -ltk8.5... yes
>  alsa= yes
>
> I find the ''  before alsa to be troubling.
>
> Anyone know how to fix this?
>
> Best,
> David Medine
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>



-- 
Jaime E Oliver LR

www.jaimeoliver.pe

858 750 0924 (cel)
858 202 1522 (home)
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] fedora 13 vs pd

2010-10-27 Thread david medine

 Dear all,

I switched operating systems to Fedora 13 yesterday and it is great, 
except that I cannot get Pd to address ALSA. The build goes well, no 
errors, and Pd is there and it looks fine, except when I go to 'Audio 
settings' the boxes next to input and output are empty. There are no 
options to select. I have installed every ALSA package that I can find, 
and still no joy. Any ideas? This is a sample what the console reports 
during configuration:


checking tcl.h usability... yes
checking tcl.h presence... yes
checking for tcl.h... yes
checking for main in -ltcl85... no
checking for main in -ltcl8.5... yes
checking for main in -ltk85... no
checking for main in -ltk8.5... yes
 alsa= yes

I find the ''  before alsa to be troubling.

Anyone know how to fix this?

Best,
David Medine

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list