Hello folks: I was modifying speak freely to support the arts sound
server using the artsc library and when I tried to record from the
microphone I got an error message from arts_record_stream() stating
that this functionality wasn't implemented yet. My first question
therefore is, what is the state of the recording function and others
in the artsc library?
I thought I would upgrade to current cvs because I was using the May
30th snapshot to see if the arts_record_stream might have recently
been completed. After running cvs update and the Makefile.cvs I tried
to rerun configure but it blew up. The command line options I passed
in were --prefix=/usr and --with-alsa. During the make process I got
a warning about AC_ARGS_PROGRAM being multipleie defined on line 89 of
configure.in so I commented that line out, but the error continued
with or without the commented out line. The error stated that it
could not run the c compiler, after echoing checking to see if the c
compiler works. I will include the output below. BTW, the compiler
works just fine.
checking build system type... i586-pc-linux-gnu
checking host system type... i586-pc-linux-gnu
checking target system type... i586-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for a BSD compatible install... /usr/bin/install -c -p
checking for a C-Compiler...
checking for gcc... gcc
checking whether the C compiler works... configure: error: cannot run C compiled
programs.
If you meant to cross compile, use `--host'.
Any help would certainly be appreciated.
Kirk