DougGore / picopi

Port of Android Pico TTS to the Raspberry Pi
125 stars 33 forks source link

Make fail on latest Raspbian #1

Open remydavid opened 10 years ago

remydavid commented 10 years ago

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

remydavid commented 10 years ago

Ok apt-get install libexpat1-dev seems to do the trick

allwinpb commented 10 years ago

Works for me as well. Thanks a bunch!

moeenio commented 4 years ago

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