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

What wrong place #45

Open
ibeeger opened this issue Aug 14, 2014 · 4 comments
Open

What wrong place #45

ibeeger opened this issue Aug 14, 2014 · 4 comments

Comments

@ibeeger
Copy link

ibeeger commented Aug 14, 2014

./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

@rfox90
Copy link

rfox90 commented Aug 14, 2014

Some actual english explaining your problem would be great.

@ibeeger
Copy link
Author

ibeeger commented Aug 14, 2014

I understand that some of the file does not exist, but the downloaded files but could not find the required files

@rfox90
Copy link

rfox90 commented Aug 14, 2014

Try installing python. According to the output you don't have it or its not correctly set in your environment variables.

@ibeeger
Copy link
Author

ibeeger commented Aug 14, 2014

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
INFO root: (Emscripten: Running sanity checks)
CRITICAL root: failing sanity checks due to previous fastcomp failure
CRITICAL root: failing sanity checks due to previous fastcomp failure
make: *** [compiledict.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [speak.o] Error 1
mv: rename speak to speak.bc: No such file or directory
emscripten

CRITICAL root: fastcomp in use, but LLVM has not been built with the JavaScript backend as a target, llc reports:

LLVM (http://llvm.org/):
LLVM version 3.3
Optimized build.
Default target: x86_64-apple-darwin13.3.0
Host CPU: core-avx-i

Registered Targets:
aarch64 - AArch64
arm - ARM
cpp - C++ backend
hexagon - Hexagon
mblaze - MBlaze
mips - Mips
mips64 - Mips64 [experimental]
mips64el - Mips64el [experimental]
mipsel - Mipsel
msp430 - MSP430 [experimental]
nvptx - NVIDIA PTX 32-bit
nvptx64 - NVIDIA PTX 64-bit
ppc32 - PowerPC 32
ppc64 - PowerPC 64
sparc - Sparc
sparcv9 - Sparc V9
systemz - SystemZ
thumb - Thumb
x86 - 32-bit X86: Pentium-Pro and above
x86-64 - 64-bit X86: EM64T and AMD64

xcore - XCore

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
INFO root: (Emscripten: Running sanity checks)
CRITICAL root: failing sanity checks due to previous fastcomp failure
cat: speak.raw.js: No such file or directory

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

2 participants