-
Notifications
You must be signed in to change notification settings - Fork 4
wasm-ld: error: unable to find library -lSDL2_mixer #2
Comments
Does removing |
@kripken, weird error when I remove
|
@ryanpcmcquen from the error, looks like it exists in the library as well as the project. perhaps one of them should be @sbc100 I see we ignore |
@kripken, thanks I renamed it. Here are the new errors:
|
Its not so much that |
We can probably make this work by add more magic around the |
@sbc100, I get the following when removing
|
Those error are due the fact that one of more of the input libraries has not been rebuilt with the new version of llvm. A completely clean build should take care of those. |
@sbc100, sorry for the noob question ... but how do I clean the build here? I'm not seeing anything in |
You need to delete all your object files and libraries... you might also want to clear all the cached emscripten libraries (although you shouldn't need to do this) with If that doesn't work the issue could be related to the homebrew package having a version of binaryen and llvm that are not in sync with each other. you might want to see if switching the using |
OK, I deleted all the
|
Success!
|
I think this is safe to close unless we want to handle some parsing for the mixer linking that doesn't include the encoding suffix. |
Also, it does look like there is currently issue with homebrew package with respect the binaryen and llvm versions not quite matching. Perhaps @chenrui333 can help? |
I saw this: |
I'm trying to port my game engine using Emscripten:
https://github.com/ryanpcmcquen/basque
The command I am using is:
And I get this:
The text was updated successfully, but these errors were encountered: