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 used PATH in Unity ...\2019.1.0b3\Editor\Data\PlaybackEngines\WebGLSupport\BuildTools\Emscripten
not emsdk PATH (i.e. ...\emsdk\emscripten\1.38.27) for emcmake
I clear build_release folder and do again, it's work!
Hello,
I want to build zlib (I had trilib issue with libz)
I followed this link (FYI, this page is chinese so translate to other language)
I install emsdk link
and modified PATH environment setting for emcmake
instructions...
git clone https://github.com/madler/zlib.git
cd zlib
mkdir build_release
cd build_release
emcmake cmake -DCMAKE_BUILD_TYPE=Release ..
mingw32-make
when mingw32-make I have ERROR
[ 42%] Linking C executable minigzip64.js
ERROR:root:emcc: cannot find binaryen js libraries (tried: ('D:/git/emsdk/clang/e1.38.27_64bit/binaryen\bin', 'D:/git/emsdk/clang/e1.38.27_64bit/binaryen\share\binaryen'))
CMakeFiles\minigzip64.dir\build.make:86: recipe for target 'minigzip64.js' failed
mingw32-make[2]: *** [minigzip64.js] Error 1
CMakeFiles\Makefile2:66: recipe for target 'CMakeFiles/minigzip64.dir/all' failed
mingw32-make[1]: *** [CMakeFiles/minigzip64.dir/all] Error 2
Makefile:139: recipe for target 'all' failed
mingw32-make: *** [all] Error 2
Thank you in advance.
The text was updated successfully, but these errors were encountered: