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 1ISbC6-0001Qn-00 for ; Tue, 04 Sep 2007 12:24:02 -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 l84GNviI001920 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 4 Sep 2007 16:23:57 GMT Received: (from frankiec@localhost) by opera.rednote.net (8.14.1/8.14.1/Submit) id l84Fk0Sq031413 for speakup@braille.uwo.ca; Tue, 4 Sep 2007 11:46:00 -0400 Date: Tue, 4 Sep 2007 11:46:00 -0400 From: Frank Carmickle To: "Speakup is a screen review system for Linux." Subject: Re: status of reflector Message-ID: <20070904154600.GC9347@opera.rednote.net> References: <20070903205612.GA11681@techlab> <20070903210331.GA3413@hittsjunk.net> <20070904123907.GA9347@opera.rednote.net> <20070904125343.GB3413@hittsjunk.net> <20070904141722.GB9347@opera.rednote.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070904141722.GB9347@opera.rednote.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 16:24:02 -0000 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@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >