OCCT doesn't compile since Emscripten 3.1.11

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.

Kirill Gavrilov's picture

You may try workaround in branch CR32990.

Sebastian Alff's picture

Thanks Kirill! Will try that fix and let you know.

Sebastian Alff's picture

That patch worked and I haven't had any other issues. Thanks again for the quick help!