Theodore Watson
Theodore Watson
hmm looking at this issue seems to imply that on mingw64 you need to call a different make command: https://github.com/emscripten-core/emscripten/issues/2005 `emmake mingw64-make`
@Jonathhhan did you use the mingw OF nightly to do it? is it possible to document exactly what additional steps you had to do ? We could then add it...
Thanks @Jonathhhan Ahh I see you end up essentially using the ubuntu OF release to run emscripten. I was hoping it would enable it via the windows OF downloads :)
I think it’s emmake make Release
@guillaume-leo did you try @oxillo's steps in this thread? And did you make sure to do: `source ./emsdk_env.sh` ( you might need the full path to this file ) before...
Ahh - I had the same issue and then updated visual studio and it worked again. Ideally we wouldn’t have to do that but didn’t want to hold up 0.12.1....
Thanks @prisonerjohn - I posted it on the forums too. Going to tag this for the next patch release.
Thanks @funatsufumiya - I think the main issue is that we're building with the newest VS tools. Did you try updating VS 2022 with the latest updates?
I'll let @artificiel chime in here, but it seems to be related to a stricter rule with C++ for types that have deleted operators for ostream.
I know ofSetOrientation can be used to get an OF App working on a vertical screen when OS rotation isn't available. As you mentioned not sure if its needed anymore?...