adevaykin / minimal-cmake-emscripten-project

Minimal example of CMake-driven emscripten project
82 stars 17 forks source link

Errors #2

Open arasouli91 opened 6 years ago

arasouli91 commented 6 years ago

I believe I followed the instructions correctly, but I got these errors:

CMake Error at D:/prog/emsdk-portable-64bit/emscripten/1.37.35/cmake/Modules/Platform/Emscripten.cmake:108 (message): Failed to fetch compiler version information with command "'D:/prog/emsdk-portable-64bit/emscripten/1.37.35/emcc.bat' -v"! Process returned with error code 1. Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDetermineSystem.cmake:94 (include) CMakeLists.txt:4 (project)

adevaykin commented 6 years ago

A lot of time passed since I wrote this project. Emspcripten probably changed the workflow multiple times already. I have to update it :P

arasouli91 commented 6 years ago

That would be awesome and appreciated if you could update it. I have been stuck forever trying to figure out how to build my project with Emscripten, this repo seemed promising.