Thanks for that? I edited the /usr/src/linux/Makefile, adding the line: CFLAGS_KERNEL = /usr/src/linux-2.4.19/include/asm-i386 and then cd /usr/src/speakup-1.5/middleware; make This yielded teh same errors as before. Any other ideas? Do I need to update to 2.4.20 to make this work? -- Hugh On Mon, 5 May 2003, Owen Patrick Smith wrote: > hmm, try locate unistd.h and then add -I/path/to/unistd to CFLAGS in the > makefile. > > HtH > > Owen > > On Mon, 5 May 2003, Hugh Esco wrote: > > > I'm running Debian Woody, Kernel 2.4.19, I believe it is. Sorry, should > > have mentioned this previously. -- Hugh > > > > On Mon, 5 May 2003, Owen Patrick Smith wrote: > > > > > It looks like you're missing some library headers. What distro are you > > > running? > > > > > > Owen > > > > > > On Mon, 5 May 2003, Hugh Esco wrote: > > > > > > > Hey folks: > > > > > > > > When I attempted to follow the directions on the users.wpi.edu/~blinux/ > > > > site to install the modifications to Speakup so it would use the Festival > > > > synthesizer, after cd middleware; I ran make and got the following errors. > > > > Please advise what I may be doing wrong. I'm at my friend Adam's place > > > > and would really appreciate some help today on this if possible. > > > > Otherwise it may be two weeks before I can get back over here. > > > > > > > > Thanks, > > > > Hugh Esco > > > > > > > > cc -I/usr/local/include -I../speakup -O2 -c -o middleware.o middleware.c > > > > middleware.c:1: unistd.h: No such file or directory > > > > middleware.c:2: sys/types.h: No such file or directory > > > > middleware.c:3: sys/stat.h: No such file or directory > > > > middleware.c:4: fcntl.h: No such file or directory > > > > middleware.c:5: stdio.h: No such file or directory > > > > middleware.c:6: pthread.h: No such file or directory > > > > In file included from middleware.c:9: > > > > festival.h:46: stdio.h: No such file or directory > > > > festival.h:47: stdlib.h: No such file or directory > > > > festival.h:48: unistd.h: No such file or directory > > > > festival.h:49: string.h: No such file or directory > > > > festival.h:50: sys/types.h: No such file or directory > > > > festival.h:51: sys/socket.h: No such file or directory > > > > festival.h:52: netdb.h: No such file or directory > > > > festival.h:53: netinet/in.h: No such file or directory > > > > festival.h:54: arpa/inet.h: No such file or directory > > > > make: *** [middleware.o] Error 1 > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Speakup mailing list > > > Speakup at braille.uwo.ca > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > > _______________________________________________ > > Speakup mailing list > > Speakup at braille.uwo.ca > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > > > > > _______________________________________________ > Speakup mailing list > Speakup at braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >