Hi, Hynek: I'm wondering about speech-dispatcher and gcc 4. At least, I think that's why I'm getting the following compile error. If so, are there any plans to support gcc-4? Or, is this something else? gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/ -I../../../intl/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT libspeechd.lo -MD -MP -MF .deps/libspeechd.Tpo -c libspeechd.c -fPIC -DPIC -o .libs/libspeechd.o libspeechd.c:695: error: static declaration of 'spd_set_priority' follows non-static declaration libspeechd.h:161: error: previous declaration of 'spd_set_priority' was here libspeechd.c:716: error: static declaration of 'ret_ok' follows non-static declaration libspeechd.h:173: error: previous declaration of 'ret_ok' was here libspeechd.c:760: error: static declaration of 'get_rec_str' follows non-static declaration libspeechd.h:166: error: previous declaration of 'get_rec_str' was here libspeechd.c:766: error: static declaration of 'get_rec_int' follows non-static declaration libspeechd.h:167: error: previous declaration of 'get_rec_int' was here libspeechd.c:811: error: static declaration of 'parse_response_data' follows non-static declaration libspeechd.h:169: error: previous declaration of 'parse_response_data' was here libspeechd.c:856: error: static declaration of 'get_err_code' follows non-static declaration libspeechd.h:168: error: previous declaration of 'get_err_code' was here libspeechd.c:882: error: static declaration of 'isanum' follows non-static declaration libspeechd.h:165: error: previous declaration of 'isanum' was here libspeechd.c:893: error: static declaration of 'xmalloc' follows non-static declaration libspeechd.h:170: error: previous declaration of 'xmalloc' was here libspeechd.c:907: error: static declaration of 'xfree' follows non-static declaration libspeechd.h:171: error: previous declaration of 'xfree' was here libspeechd.c:916: error: static declaration of 'escape_dot' follows non-static declaration libspeechd.h:163: error: previous declaration of 'escape_dot' was here libspeechd.c:1000: error: static declaration of 'SPD_DBG' follows non-static declaration libspeechd.h:35: error: previous declaration of 'SPD_DBG' was here make[4]: *** [libspeechd.lo] Error 1 Thanks. Janina