You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I obtain my own versions of opencascade.js and opencascade.wasm? I was unable to find these files in the Docker container created by my build.
Additionally, I encountered some errors during the image building process, though the image was successfully created in the end. The errors were as follows:
/emsdk/upstream/emscripten/system/lib/libcxx/include/locale:752:26: error: call to 'strtoll_l' is ambiguous
/emsdk/upstream/emscripten/system/lib/libcxx/include/locale:792:35: error: call to 'strtoull_l' is ambiguous
The text was updated successfully, but these errors were encountered:
Hello, I attempted to build my own version of opencascade.js using the Dockerfile. Here's the command I used:
The dockerfile as follows:
https://github.com/donalffons/opencascade.js/blob/master/Dockerfile
How can I obtain my own versions of opencascade.js and opencascade.wasm? I was unable to find these files in the Docker container created by my build.
Additionally, I encountered some errors during the image building process, though the image was successfully created in the end. The errors were as follows:
The text was updated successfully, but these errors were encountered: