Open EggPerson0 opened 2 years ago
what OS are you using? and what version of emscripten did you install. try running emcc --version
im currently runny 3.1.10, i got the same error on 2.0.7. I am on a linux web server
this sounds more like an emscripten issue. can you try just compiling a simple C file
emcc hello.c -o hello.html
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
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.
pretty new to this stuff, sorry if dumb question