Hi again I got it to build after a few changes. Did anyone else have trouble with soundbyte.c not knowing that LINUX is defined? --FC On Tue, Sep 04, Frank Carmickle wrote: > On Tue, Sep 04, Kenny Hitt wrote: > > Hi. > > > > Speak_freely from speakup cvs is still the best to use. I have no problems building it on the latest Ubuntu or Debian. > > A command something like: > > Ah yes. Forgot that it was in cvs. Got it now. I am having a problem with the alsa support. Maybe I didn't get the right combo of of CCflags and Lflags in the makefile. Output here. > > gcc -O3 -g -Iadpcm -Ilpc -Igsm/inc -Imd5 -Iidea -Ilibdes -Iblowfish -DInternet_Port=2074 -DAUDIO_BLOCKING -DLINUX -DM_LITTLE_ENDIAN -DLINUX_DSP_SMALL_BUFFER -DHAVE_READLINE_READLINE_H -DHAVE_READLINE_HISTORY_H -DMIXING -DUSE_ALSA -c -o audio_alsa.o audio_alsa.c > audio_alsa.c:34: error: expected '=', ',', ';', 'asm' or '__attribute__' before > 'pinfo' > audio_alsa.c:35: error: 'SND_PCM_OPEN_PLAYBACK' undeclared here (not in a function) > audio_alsa.c:36: error: 'SND_PCM_MODE_BLOCK' undeclared here (not in a function)audio_alsa.c:37: error: 'SND_PCM_CHANNEL_PLAYBACK' undeclared here (not in a function) > audio_alsa.c: In function 'set_format': > audio_alsa.c:81: error: 'snd_pcm_channel_params_t' undeclared (first use in this function) > audio_alsa.c:81: error: (Each undeclared identifier is reported only once > audio_alsa.c:81: error: for each function it appears in.) > audio_alsa.c:81: error: expected ';' before 'params' > audio_alsa.c:82: error: 'snd_pcm_channel_setup_t' undeclared (first use in this > function) > > Any ideas? > > Thanks > --FC > > _______________________________________________ > Speakup mailing list > Speakup at braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >