Created
March 20, 2013 15:40
-
-
Save aforemny/5205714 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aforemny@nixos (master) % EM_IGNORE_SANITY=true emcc test.c | |
| (Emscripten: settings file has changed, clearing cache) | |
| EM_IGNORE_SANITY set, ignoring sanity checks | |
| Traceback (most recent call last): | |
| File "/nix/store/9zdbs1wkbld25z5f882mw2rk2hivm8gm-emscripten/lib/.emcc-wrapped", line 1291, in <module> | |
| final = shared.Building.emscripten(final, append_ext=False, extra_args=extra_args) | |
| File "/nix/store/9zdbs1wkbld25z5f882mw2rk2hivm8gm-emscripten/lib/tools/shared.py", line 942, in emscripten | |
| compiler_output = jsrun.timeout_run(Popen([PYTHON, EMSCRIPTEN, filename + ('.o.ll' if append_ext else ''), '-o', filename + '.o.js'] + settings + extra_args, stdout=PIPE), None, 'Compiling') | |
| File "/nix/store/yzj6p5f7iyh247pwxrg97y3klm6d0cni-python-2.7.3/lib/python2.7/subprocess.py", line 679, in __init__ | |
| errread, errwrite) | |
| File "/nix/store/yzj6p5f7iyh247pwxrg97y3klm6d0cni-python-2.7.3/lib/python2.7/subprocess.py", line 1249, in _execute_child | |
| raise child_exception | |
| OSError: [Errno 2] No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment