> does that work for you? my build fails around 97% even after fixing this typo.
Oh crap, I'm only up to 53%! Will report back... On Wednesday, July 8, 2015 at 3:12:30 PM UTC+12, gonzobrains wrote: > > does that work for you? my build fails around 97% even after fixing this > typo. > > On Tuesday, July 7, 2015, Mark Sibly <[email protected] <javascript:>> > wrote: > >> Ok, found this is another thread and it fixes my problem - well, it's >> building a truck load of stuff now at least... >> >> replace the line 1093: >> "uses": ["clang-tag-%tag%-64bit", "emscripten-tag-%tag%-64bit"], >> to >> "uses": ["clang-tag-e%tag%-64bit", "emscripten-tag-%tag%-64bit"], >> >> On Wednesday, July 8, 2015 at 2:32:01 PM UTC+12, Mark Sibly wrote: >>> >>> 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. >> > > > -- > Sent from Gmail Mobile > -- 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.
