Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make fail on latest Raspbian #1

Open
remydavid opened this issue Jul 20, 2014 · 3 comments
Open

Make fail on latest Raspbian #1

remydavid opened this issue Jul 20, 2014 · 3 comments

Comments

@remydavid
Copy link

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
Copy link
Author

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

@allwinpb
Copy link

Works for me as well. Thanks a bunch!

@moeenio
Copy link

moeenio commented Mar 24, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants