I don't understand how your error message could include `IOError: [Errno 2] No such file or directory: 'main.html.mem'`
Note the lack of directory name in the error message. I can't see how this issue would manifest without a (missing) directory component. On Sun, May 5, 2019 at 5:02 PM Alon Zakai <[email protected]> wrote: > > Thanks everyone, this is definitely confusing, and good to fix! > > Fix in > > https://github.com/emscripten-core/emscripten/pull/8551 > > - Alon > > > On Sunday, May 5, 2019 at 1:10:32 PM UTC-7, Marc Fawzi wrote: >> >> <<How can such a thing as creation of a bloody Release directory fail the >> whole build.>> >> >> OMFG. 6 hours wasted on this. >> >> Will create issue on github. >> >> On Sunday, 10 February 2019 01:32:45 UTC-8, Martin Klemsa wrote: >>> >>> You don't even know how much this helped me. How can such a thing as >>> creation of a bloody Release directory fail the whole build. UAAA. >>> Thanks again! :-) >>> >>> On Saturday, April 28, 2018 at 1:05:17 PM UTC+2, Flix wrote: >>>> >>>> Sorry, my bad. >>>> >>>> The command line above worked! >>>> >>>> It was just that I was using something like: >>>> >>>> em++ -O2 -msse2 -I"./" -o html/main.html main.cpp >>>> >>>> without creating the ./html subfolder before (I thought emscripten would >>>> have created it by itself). >>>> >>>> Sorry again. > > -- > 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. -- 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.
