nbarkhina / N64Wasm

A web based N64 Emulator
https://www.neilb.net/n64wasm/
MIT License
622 stars 132 forks source link

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

Open EggPerson0 opened 2 years ago

EggPerson0 commented 2 years ago

pretty new to this stuff, sorry if dumb question

nbarkhina commented 2 years ago

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

EggPerson0 commented 2 years ago

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

nbarkhina commented 2 years ago

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

image

emcc hello.c -o hello.html

EggPerson0 commented 2 years ago

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 commented 2 years ago

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.