I know there are some users of emacspeak and yasr on this list. I should have the latest version of the flite library, but none of the referenced modules that seem to have problems are located there. My make is listed Below. Thanks for any help! gcc -g -O2 -Wall -I. -I/usr/local/bin/include -DREGISTER_VOX=register_cmu_us_kal -DSTANDALONE -DEFLITE -c -o fs.o fs.c fs.c:25:19: flite.h: No such file or directory fs.c:26:27: flite_version.h: No such file or directory In file included from fs.c:30: es.h:31:19: flite.h: No such file or directory In file included from fs.c:30: es.h:45: parse error before '*' token es.h:45: warning: type defaults to `int' in declaration of `generate_tone' es.h:45: warning: data definition has no type or storage class fs.c:100: parse error before '*' token fs.c:100: warning: type defaults to `int' in declaration of `v' fs.c:100: warning: data definition has no type or storage class fs.c:115: parse error before '*' token fs.c:115: warning: type defaults to `int' in declaration of `audiodev' fs.c:115: warning: data definition has no type or storage class fs.c:121: parse error before '*' token fs.c:121: warning: type defaults to `int' in declaration of `register_cmu_us_kal' fs.c:121: warning: data definition has no type or storage class fs.c: In function `synth_open': fs.c:180: warning: implicit declaration of function `flite_init' fs.c: In function `s_close': fs.c:232: warning: implicit declaration of function `free' fs.c: At top level: fs.c:264: parse error before '*' token fs.c: In function `cst_wave_free': fs.c:267: `w' undeclared (first use in this function) fs.c:267: (Each undeclared identifier is reported only once fs.c:267: for each function it appears in.) fs.c:269: warning: implicit declaration of function `cst_free' fs.c: In function `close_audiodev': fs.c:288: warning: implicit declaration of function `audio_close' fs.c: In function `play': fs.c:297: `cst_wave' undeclared (first use in this function) fs.c:297: `wptr' undeclared (first use in this function) fs.c:313: warning: implicit declaration of function `audio_open' fs.c:313: `CST_AUDIO_LINEAR16' undeclared (first use in this function) fs.c:313: warning: assignment makes pointer from integer without a cast fs.c:315: request for member `platform_data' in something not a structure or union fs.c:362: warning: implicit declaration of function `cst_wave_rescale' fs.c:363: warning: implicit declaration of function `audio_write' fs.c:366: warning: implicit declaration of function `audio_flush' fs.c: In function `synthesize': fs.c:419: `cst_wave' undeclared (first use in this function) fs.c:419: `wptr' undeclared (first use in this function) fs.c:438: warning: implicit declaration of function `flite_text_to_wave' fs.c:493: warning: implicit declaration of function `realloc' fs.c:497: warning: implicit declaration of function `exit' fs.c: In function `s_clear': fs.c:646: warning: implicit declaration of function `audio_drain' fs.c: In function `s_set_param': fs.c:718: warning: implicit declaration of function `feat_set_float' fs.c:718: request for member `features' in something not a structure or union fs.c:721: request for member `features' in something not a structure or union make: *** [fs.o] Error 1 Jim Wantz WB0TFK