Open remydavid opened 10 years ago
Ok apt-get install libexpat1-dev seems to do the trick
Works for me as well. Thanks a bunch!
Doesn't work for me :
g++ -L../lib/ strdup16to8.c strdup8to16.c svox_ssml_parser.cpp com_svox_picottsengine.cpp main.cpp -lexpat -lsvoxpico -I../compat/include/ -I../lib/ -fpermissive -o testtts
g++: error: svox_ssml_parser.cpp: No such file or directory
g++: error: com_svox_picottsengine.cpp: No such file or directory
make: *** [Makefile:35: all] Error 1
Hello,
ttstest make fail on latest Raspbian:
In file included from svox_ssml_parser.cpp:22:0: svox_ssml_parser.h:21:19: fatal error: expat.h: no such file or folder compilation terminated.
I tried to apt-get install expat but same result