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

please check your binaryen installation error after attempting to run make command in code dir #15

Open
EggPerson0 opened this issue May 11, 2022 · 5 comments

Comments

@EggPerson0
Copy link

pretty new to this stuff, sorry if dumb question

@nbarkhina
Copy link
Owner

what OS are you using? and what version of emscripten did you install. try running emcc --version

@EggPerson0
Copy link
Author

im currently runny 3.1.10, i got the same error on 2.0.7. I am on a linux web server

@nbarkhina
Copy link
Owner

this sounds more like an emscripten issue. can you try just compiling a simple C file

image

emcc hello.c -o hello.html

@EggPerson0
Copy link
Author

returns the same error, ive tried reinstalling emscripten to no avail aswell.
It also gave a new error
version `GL IBC_2.18' not found
im assuming this means its outdated though im not sure how to fix that

@nbarkhina
Copy link
Owner

gotchya, yeah I mean if it's erroring even on a simple file it's more to do with emscripten. perhaps you can post on their github for support in that area.

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

No branches or pull requests

2 participants