Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to build my own opencascade.js docker image and get opencascade.wasm? #278

Open
hjxy2012 opened this issue Jun 19, 2024 · 0 comments
Open

Comments

@hjxy2012
Copy link

hjxy2012 commented Jun 19, 2024

Hello, I attempted to build my own version of opencascade.js using the Dockerfile. Here's the command I used:

docker build -t myname/opencascade.js .

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:

/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant