public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* status of reflector
@  josh
   ` Kenny Hitt
   ` ot: list members is Karen Lewellen
  0 siblings, 2 replies; 7+ messages in thread
From: josh @  UTC (permalink / raw)
  To: speakup

Hi all,
Is there still a reflector?  It seems that gene3.ait.iastate.edu doesn't work.  What is the new address if that one is 
down?
Cheers,
Josh



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: status of reflector
   status of reflector josh
@  ` Kenny Hitt
     ` Frank Carmickle
   ` ot: list members is Karen Lewellen
  1 sibling, 1 reply; 7+ messages in thread
From: Kenny Hitt @  UTC (permalink / raw)
  To: speakup

Hi.

The reflector has moved to gene2.ait.iastate.edu.  Gene replaced gene3 with a new box and 
decided to move the reflector.

          Kenny



^ permalink raw reply	[flat|nested] 7+ messages in thread

* ot: list members is..
   status of reflector josh
   ` Kenny Hitt
@  ` Karen Lewellen
  1 sibling, 0 replies; 7+ messages in thread
From: Karen Lewellen @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

The Toronto area of Canada?  I know the list server is up there, but I am 
wondering about list members?
  Feel free to write privately,
Karen



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: status of reflector
   ` Kenny Hitt
@    ` Frank Carmickle
       ` Kenny Hitt
  0 siblings, 1 reply; 7+ messages in thread
From: Frank Carmickle @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hey all

As you all know I how been to the reflector in probably 3 years now.  I figured I'd get a speak freely client working again.  Is 7.2 from the goodies area the newest and are there any tricks one needs to know to compile on newer distros like etch or feisty?

Thanks much
--FC


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: status of reflector
     ` Frank Carmickle
@      ` Kenny Hitt
         ` Frank Carmickle
  0 siblings, 1 reply; 7+ messages in thread
From: Kenny Hitt @  UTC (permalink / raw)
  To: speakup

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:

cvs -d:pserver:anonymous@linux-speakup.org:/usr/src/CVS co speak_freely

should get the latest.

         Kenny



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: status of reflector
       ` Kenny Hitt
@        ` Frank Carmickle
           ` Frank Carmickle
  0 siblings, 1 reply; 7+ messages in thread
From: Frank Carmickle @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: status of reflector
         ` Frank Carmickle
@          ` Frank Carmickle
  0 siblings, 0 replies; 7+ messages in thread
From: Frank Carmickle @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

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
> 


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 status of reflector josh
 ` Kenny Hitt
   ` Frank Carmickle
     ` Kenny Hitt
       ` Frank Carmickle
         ` Frank Carmickle
 ` ot: list members is Karen Lewellen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).