Ah ok. We'll have to add audio drivers for linuxppc and yellowdog; there aren't any in there yet. I don't have a machine to test this on right now. I've just put some new code up in the cvs tree that would let you decode from a file, though.
Anyone with audio experience under Yellowdog and/or linuxppc should try making an ad_linuxppc! Otherwise I'll try to scare up a machine soon to test on. From looking over the net, audio in may not be well supported yet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here are the relevant errors:
make[3]: Entering directory `/home/bdonley/sphinx2-0.1/src/examples'
/bin/sh ../../libtool --mode=link gcc -g -O2 -o sphinx2-continuous tty-continuous.o ../../src/libsphinx2/.libs/libsphinx2.a -lm
gcc -g -O2 -o sphinx2-continuous tty-continuous.o ../../src/libsphinx2/.libs/libsphinx2.a -lm
tty-continuous.o: In function `utterance_loop':
/home/bdonley/sphinx2-0.1/src/examples/tty-continuous.c:128: undefined reference to `ad_read'
/home/bdonley/sphinx2-0.1/src/examples/tty-continuous.c:128: undefined reference to `ad_read'
Then that last line repeats quite a few times, and I eventually get:
collect2: ld returned 1 exit status
make[3]: *** [sphinx2-continuous] Error 1
make[3]: Leaving directory `/home/bdonley/sphinx2-0.1/src/examples'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bdonley/sphinx2-0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bdonley/sphinx2-0.1'
make: *** [all-recursive-am] Error 2
Any pointers/questions? I'm running kernel 2.2.14p9 on Yellowdog Linux (LinuxPPC (Redhat 6.0)) on a PowerPC processor.
Thanks,
- Elwood
Ah ok. We'll have to add audio drivers for linuxppc and yellowdog; there aren't any in there yet. I don't have a machine to test this on right now. I've just put some new code up in the cvs tree that would let you decode from a file, though.
Anyone with audio experience under Yellowdog and/or linuxppc should try making an ad_linuxppc! Otherwise I'll try to scare up a machine soon to test on. From looking over the net, audio in may not be well supported yet.