From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from opera.rednote.net ([74.53.93.34]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1ISZDX-0007Q3-00 for ; Tue, 04 Sep 2007 10:17:23 -0400 Received: from opera.rednote.net (localhost.localdomain [127.0.0.1]) by opera.rednote.net (8.14.1/8.14.1) with ESMTP id l84EHN01024144 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 4 Sep 2007 14:17:23 GMT Received: (from frankiec@localhost) by opera.rednote.net (8.14.1/8.14.1/Submit) id l84EHMgM024143 for speakup@braille.uwo.ca; Tue, 4 Sep 2007 10:17:22 -0400 Date: Tue, 4 Sep 2007 10:17:22 -0400 From: Frank Carmickle To: "Speakup is a screen review system for Linux." Subject: Re: status of reflector Message-ID: <20070904141722.GB9347@opera.rednote.net> References: <20070903205612.GA11681@techlab> <20070903210331.GA3413@hittsjunk.net> <20070904123907.GA9347@opera.rednote.net> <20070904125343.GB3413@hittsjunk.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070904125343.GB3413@hittsjunk.net> User-Agent: Mutt/1.5.14 (2007-02-12) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: frank@carmickle.com, "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2007 14:17:24 -0000 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