Closed durka closed 7 years ago
Looks like you've already got an emscripten compiler installed on your computer? If you remove the emcc
binary from your $PATH
and then rerun, does it work?
Yes, it seems to be from brew install emscripten
. But maybe it's too old or something?
Hrm, yes, perhaps? I'm not sure about the specifics of homebrew's emscripten. Since you have errors from binaryen, it's also possible your emscripten can compile to asm.js, but not wasm?
(Also still curious if removing it fixes the problem!)
After removing it wargo tries to install emcc and work around the macOS linking bug, but sadly LLVM fails to build: https://gist.github.com/b9e1548232ddae04c15591374c6af7c1
Maybe OSX 10.9.5 is just too old at this point.
On Sun, Oct 22, 2017 at 10:26 PM, Robert Lord notifications@github.com wrote:
Hrm, yes, perhaps? I'm not sure about the specifics of homebrew's emscripten. Since you have errors from binaryen, it's also possible your emscripten can compile to asm.js, but not wasm?
(Also still curious if removing it fixes the problem!)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lord/wargo/issues/10#issuecomment-338531621, or mute the thread https://github.com/notifications/unsubscribe-auth/AAC3n5FBnXgfb_bRgvKiQwhLdotGIU_6ks5su_lagaJpZM4QCLKZ .
Hrm, yea, it's possible that it's too old for emsdk
to have a prebuilt binary for? Which would explain why it's trying to build, on more recent machines it's a quick download of a binary. That's frustrating. 😕
I'm going to close now, but if you find a fix that we can automate please do let us know!
wargo build
doesn't work on my machine. OSX 10.9.5, rustc beta 1.22: