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
I followed the tutorial to build OpenCVJS with emscripten (Windows 10 x64) but the script 'make.py' crashes before the end.
It goes in an infinite forking loop when linking the different opencv libraries to create 'libOpenCV.bc'. log_2018_04_04.txt
Concerning emscripten, I have installed the 'sdk-incoming-64bit' version, and here is my .emscripten configuration : emscripten_conf.txt
OpenCV is built correctly (all the modules' .a files are generated) and the binding file 'bindings.bc' has been generated.
I'm not very used to emscripten so I really don't know what can cause this issue. Do you have any Idea ?
Johann
The text was updated successfully, but these errors were encountered:
Hello,
I followed the tutorial to build OpenCVJS with emscripten (Windows 10 x64) but the script 'make.py' crashes before the end.
It goes in an infinite forking loop when linking the different opencv libraries to create 'libOpenCV.bc'.
log_2018_04_04.txt
Concerning emscripten, I have installed the 'sdk-incoming-64bit' version, and here is my .emscripten configuration :
emscripten_conf.txt
OpenCV is built correctly (all the modules' .a files are generated) and the binding file 'bindings.bc' has been generated.
I'm not very used to emscripten so I really don't know what can cause this issue. Do you have any Idea ?
Johann
The text was updated successfully, but these errors were encountered: