DougGore / picopi

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

Make error #5

Closed ottojo closed 6 years ago

ottojo commented 9 years ago

when following the instructions i get the following error:

pi@raspberrypi ~/picopi/pico/tts $ sudo make 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: com_svox_picottsengine.cpp: No such file or directory Makefile:35: recipe for target 'all' failed make: *\ [all] Error 1

AmarOk1412 commented 9 years ago

Same issue here

brosquinha commented 9 years ago

I'm getting the same result here

ucokzeko commented 9 years ago

Same issue here

ch3ll0v3k commented 8 years ago

Me to. I like option piping option. Have some body solved this ?

DougGore commented 8 years ago

I had to remove the "com_svox_picottsengine.cpp" file for legal reasons earlier this year, however I think it's possible to remove this dependency. I will try and investigate if I get some time.

ch3ll0v3k commented 8 years ago

For every one who is looking for this util. See my repo. https://github.com/ch3ll0v3k/picoPi2

DougGore commented 8 years ago

I have looked at fixing the testtts utility after having to remove a file for legal reasons. Unfortunately the utility had a big dependency on the removed file, however the TTS library itself is unaffected. It may be a while before I am able to implement a fix for the test application but the picotts.h file in the lib folder documents roughly what needs to be done to use the TTS engine.

ishmael1851 commented 8 years ago

Thanks for all your work, Doug. I took a look at the file you removed, and it appears to be under the Apache2 license as well, just like the rest of the package. What were the specific legal reasons cited for removing that particular file?

gmorenz commented 6 years ago

I've got a working example that works with the C-api here, that should avoid DMCA issues.