Skip to content
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

Problems building #12

Closed
mthiim opened this issue Oct 15, 2020 · 0 comments · Fixed by #13
Closed

Problems building #12

mthiim opened this issue Oct 15, 2020 · 0 comments · Fixed by #13

Comments

@mthiim
Copy link
Contributor

mthiim commented Oct 15, 2020

I'm getting error below when trying to build. I'm using a fresh installed node.js (12.9.0) and EMSDK on Ubuntu 20.04 AMD64. Seems to be a syntax error in emulator-files.json. I've created PR: #13


Running:
node makefile.js emscripten

Yields:

undefined:389
}
^
SyntaxError: Unexpected token } in JSON at position 9852
    at JSON.parse (<anonymous>)
    at load_json (/home/martin/halfix/makefile.js:21:17)
    at Object.<anonymous> (/home/martin/halfix/makefile.js:27:16)
    at Module._compile (internal/modules/cjs/loader.js:1138:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)
    at Module.load (internal/modules/cjs/loader.js:986:32)
    at Function.Module._load (internal/modules/cjs/loader.js:879:14)
    at Function.executeUserEntryPoint [as runMain] (intern
@mthiim mthiim changed the title Problems compiling Problems building (syntax error in makefile.js). Oct 15, 2020
@mthiim mthiim changed the title Problems building (syntax error in makefile.js). Problems building Oct 15, 2020
@nepx nepx closed this as completed in #13 Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant