-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please remove front-matter.js? #351
Comments
Hi, I think your issue is that you are building with Visual Studio which has not been supported. Have you tried to build ammo with mingw? There is a link in the readme where you can download it-
|
Thank you so much for your help, @ianpurvis Building on Windows was too difficult for me, so I tried Docker image (https://hub.docker.com/r/emscripten/emsdk), which worked smoothly I forked Ammo.js and added two lines to .idl to resolve #350 Also, I added a new Dockerfile that should easily build Ammo on any system: https://github.com/regnaio/ammo.js/blob/master/Dockerfile
|
I'm unsure why there is the file
front-matter.js
? It is breaking the build processI'm on Windows 10 with
emsdk install 1.39.0
. The last few lines of output from runningcmake --build builds
are:Removing
front-matter.js
and deletingset(AMMO_FRONT_MATTER_FILE ${CMAKE_CURRENT_SOURCE_DIR}/front-matter.js)
fromCMakeLists.txt
allows me to get further into the build process, but it still fails due to:The text was updated successfully, but these errors were encountered: