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
What wrong place #45
Comments
Some actual english explaining your problem would be great. |
I understand that some of the file does not exist, but the downloaded files but could not find the required files |
Try installing python. According to the output you don't have it or its not correctly set in your environment variables. |
CRITICAL root: you can fall back to the older (pre-fastcomp) compiler core, although that is not recommended, see https://github.com/kripken/emscripten/wiki/LLVM-Backend CRITICAL root: fastcomp in use, but LLVM has not been built with the JavaScript backend as a target, llc reports:LLVM (http://llvm.org/): Registered Targets: xcore - XCoreCRITICAL root: you can fall back to the older (pre-fastcomp) compiler core, although that is not recommended, see https://github.com/kripken/emscripten/wiki/LLVM-Backend |
./emscripten.sh
make
rm -f .o *.a *~
rm -f speak
rm -f espeak
rm -f libespeak.so
rm -f .o *.a *~
rm: libespeak.: No such file or directory
rm: speak: No such file or directory
rm: speak.bc: No such file or directory
rm: speak.o: No such file or directory
env: python2: No such file or directory
mv: rename speak to speak.bc: No such file or directory
emscripten
env: python2: No such file or directory
cat: speak.raw.js: No such file or directory
The text was updated successfully, but these errors were encountered: