-
Hi, Glad to see OCC choose Github as a new option for collatoration. Many thanks to the community! I'm compiling latest OpenCascade (7.8.1) with latest emscripten (3.1.64), and get the following error:
I was able to compile older version of OCC(7.6.0) with older version of emscripten(2.0.*). But after upgrade, I get this error. Is there any way to get rid of this, or any options I can add to emcmake/emmake to try? Thanks again. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I do not have an answer for you, but have you seen opencascade.js? The build system for it is also emscripten in a Docker container and pinned to 7.6.2. There may be other users of that project that could assist. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for your reply. Yes I'm aware of opencascade.js. It is target for JavaScript programmer to build modeling apps directly on web. My case is that to build the whole system with C++, and compile all dependencies (including OpenCascade) to wasm then link to the final html/wasm . So raising this issue. |
Beta Was this translation helpful? Give feedback.
@wsbd008 my mistake. I mixed up tcl and tk. TCL is required for DRAW. TK is optional.
CMake Flag for disable DRAW(console APP)
-DBUILD_MODULE_Draw=OFF
The same workaround done for VCPKG.