Hello again.

For some reasons em++ has stopped working.

The only things I think I've made since I had a working em++ toolchain are:
1) upgrading Ubuntu to 15.10
2) remove my "system" Clang 3.6 for "Clang 3.7", but then I soon reverted 
the change; please note that these Clangs are NOT the one I use for 
emscripten, so I'm not sure if this process has broken some config files or 
not...

However the errors I got while compiling are:

Traceback (most recent call last):
>   File "/.../Programs/emsdk/emscripten/tag-1.34.1/emscripten.py", line 
> 1062, in <module>
>     _main(environ=os.environ)
>   File "/.../Programs/emsdk/emscripten/tag-1.34.1/emscripten.py", line 
> 1052, in _main
>     temp_files.run_and_clean(lambda: main(
>   File "/.../Programs/emsdk/emscripten/tag-1.34.1/tools/tempfiles.py", 
> line 39, in run_and_clean
>     return func()
>   File "/.../Programs/emsdk/emscripten/tag-1.34.1/emscripten.py", line 
> 1058, in <lambda>
>     DEBUG_CACHE=DEBUG_CACHE,
>   File "/.../Programs/emsdk/emscripten/tag-1.34.1/emscripten.py", line 
> 959, in main
>     temp_files=temp_files, DEBUG=DEBUG, DEBUG_CACHE=DEBUG_CACHE)
>   File "/.../Programs/emsdk/emscripten/tag-1.34.1/emscripten.py", line 
> 197, in emscript
>     cwd=path_from_root('src'), error_limit=300)
>   File "/.../Programs/emsdk/emscripten/tag-1.34.1/tools/jsrun.py", line 
> 63, in run_js
>     cwd=cwd)
>   File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
>     raise child_exception
> OSError: [Errno 2] No such file or directory
> Traceback (most recent call last):
>   File "/.../Programs/emsdk/emscripten/tag-1.34.1/emcc", line 1294, in 
> <module>
>     final = shared.Building.emscripten(final, append_ext=False, 
> extra_args=extra_args)
>   File "/.../Programs/emsdk/emscripten/tag-1.34.1/tools/shared.py", line 
> 1535, in emscripten
>     assert os.path.exists(filename + '.o.js'), 'Emscripten failed to 
> generate .js'
> AssertionError: Emscripten failed to generate .js
>
>
The strange thing is that all this output appears after that, in the 
compilation process, the compilation warnings are emitted.

Please help.
 

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