Hi,

I'm trying to install emscripten on Ubuntu 14.10 and get the following 
error when I try to './emsdk install latest':
 
Installing SDK 'sdk-tag-1.34.1-64bit'..
Manifest error: No tool by name 'clang-tag-1.34.1-64bit' found! This may 
indicate an internal SDK error!
Traceback (most recent call last):
  File "./emsdk", line 1734, in <module>
    sys.exit(main())
  File "./emsdk", line 1717, in main
    success = tool.install()
  File "./emsdk", line 1007, in install
    success = tool.install()

Had a poke around, but I'm a bit out of my depth here. ./emsdk list gives:

The following precompiled tool packages are available for download:
           emscripten-1.30.0        
           emscripten-1.34.1        

The following tools can be compiled from source:
           clang-tag-e1.34.0-32bit  
           clang-tag-e1.34.1-32bit  
           clang-tag-e1.34.0-64bit  
           clang-tag-e1.34.1-64bit  
           clang-incoming-32bit     
           clang-incoming-64bit     
           clang-master-32bit       
           clang-master-64bit       
           emscripten-tag-1.34.0-32bit
           emscripten-tag-1.34.1-32bit
           emscripten-tag-1.34.0-64bit
           emscripten-tag-1.34.1-64bit
           emscripten-incoming-32bit
           emscripten-master-32bit  
           emscripten-incoming-64bit
           emscripten-master-64bit  

I have g++ etc installed as I can use it to build other stuff.

Bye!
Mark

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to