-
I am getting this error when running
Here is the cmake configuration that the script uses:
And the emcc version I am using (on MacOS):
Using note 14.18.2_64bit with emcc 3.1.24. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You need to update emscripten. It is something that has changed recently. It was |
Beta Was this translation helpful? Give feedback.
-
Thanks! That worked. emcc is now version 3.1.28 and it is using the same node version 14.8.2_64bit. After the update there were six more compiler warnings than before. Previously, only the first one below was reported:
and in vrv.cpp there were another or related warnings:
|
Beta Was this translation helpful? Give feedback.
-
Great. The new compiler warnings are related to the deprecation of codedvt in c++17 |
Beta Was this translation helpful? Give feedback.
You need to update emscripten. It is something that has changed recently. It was
TOTAL_SIZE
before.