Fri, 05/27/2022 - 01:11
Forums: 
See this GH issue. Emscripten recently introduced a change, where time_t is now int instead of long. This results in "redefinition of ..." errors while compiling.
  See this GH issue. Emscripten recently introduced a change, where time_t is now int instead of long. This results in "redefinition of ..." errors while compiling.
Fri, 05/27/2022 - 10:01
You may try workaround in branch CR32990.
Fri, 05/27/2022 - 16:46
Thanks Kirill! Will try that fix and let you know.
Sun, 05/29/2022 - 01:54
That patch worked and I haven't had any other issues. Thanks again for the quick help!