Using tc2.x
After submitting an extension for espeak, I wanted to produce extensions for yasr (Screen Reader) and speech-dispatcher (which allows yasr to communicate with espeak). I have managed to compile yasr without difficulty, but I'm getting nowhere with speech-dispatcher version 0.6.7(no major problem compiling the same on Puppy 4.2.1, but I don't really use Puppy much any more, preferring TC's way of doing things). Note that I have successfully compiled and installed dotconf-1.0.13, which is required by speech-dispatcher. Following ./configure --prefix=/usr/local, here is what I get with speech-dispatcher after entering 'make all'. Anyone have any idea what is wrong? (I've temporarily tried moving glib-2.0 to /usr/include which is where it is found in Puppy Linux, but to no avail on TC):
root@box:/mnt/hda4/downloads/yasr/speech-dispatcher-0.6.7# make all
make all-recursive
make[1]: Entering directory `/mnt/hda4/downloads/yasr/speech-dispatcher-0.6.7'
Making all in src
make[2]: Entering directory `/mnt/hda4/downloads/yasr/speech-dispatcher-0.6.7/src'
Making all in server
make[3]: Entering directory `/mnt/hda4/downloads/yasr/speech-dispatcher-0.6.7/src/server'
gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../intl/ -I/usr/local/share/locale -DSYS_CONF=\"/usr/local/etc/speech-dispatcher\"
-DSND_DATA=\"/usr/local/share/sounds/speech-dispatcher\" -DMODULEBINDIR=\"/usr/local/lib/speech-dispatcher-modules\"
-DVERSION=\"0.6.7\" -DPACKAGE=\"speech-dispatcher\" -DPIDPATH=\"\" -g -O2 -MT speechd.o -MD -MP -MF .deps/speechd.Tpo -c -o speechd.o speechd.c
speechd.c:24:21: error: gmodule.h: No such file or directory
In file included from speechd.c:28:
speechd.h:49:18: error: glib.h: No such file or directory