I installed the sdk (1.16.0) on the Mac (OS X 10.7.5), and created the alias for python2. Running ./emcc produces the following output, along with a dialog box stating that "Python quit unexpectedly". The first time I ran it there was one less warning (the first one) than when I ran it after that. See below for the first and second runs. All the paths in ~/.emscripten seem to be ok - I've included it below also. This is the first time installing it on this machine.
Can anyone give me some tips on how to get this working? $ ./emcc WARNING root: Could not verify LLVM version: list index out of range WARNING root: could not check fastcomp: need more than 1 value to unpack INFO root: (Emscripten: Running sanity checks) WARNING: sanity check failed to run list index out of range WARNING root: no input files $ ./emcc WARNING root: (Emscripten: unknown: list index out of range, clearing cache) WARNING root: Could not verify LLVM version: list index out of range WARNING root: could not check fastcomp: need more than 1 value to unpack INFO root: (Emscripten: Running sanity checks) WARNING: sanity check failed to run list index out of range WARNING root: no input files $ $ cat ~/.emscriptenimport os SPIDERMONKEY_ENGINE = '' LLVM_ROOT='/Users/davidjacob/Documents/David/projects/apps_C/emscripten/clang/e1.16.0_64bit' NODE_JS='/Users/davidjacob/Documents/David/projects/apps_C/emscripten/node/0.10.18_64bit/bin/node' EMSCRIPTEN_ROOT='/Users/davidjacob/Documents/David/projects/apps_C/emscripten/emscripten/1.16.0' V8_ENGINE = '' TEMP_DIR = '/var/folders/y4/6brp9xnd6nq28h47bt8nkq4h0000gp/T' COMPILER_ENGINE = NODE_JS JS_ENGINES = [NODE_JS] -- 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.
