erlang R14B does not install #2713
Comments
|
"brew --config". |
|
Gah. I see this now: http://github.com/mxcl/homebrew/issues/issue/2056. Too bad github didn't tell me about it when i searched for closed "erlang" cases: http://github.com/mxcl/homebrew/issuesearch?state=closed&q=erlang your donut: http://bit.ly/9GKpgn |
|
So, I've seen this issue, and #120 and #2056 and none of them gives a series of instructions that actually fixes the issue. Can anybody help out here? I've got to have XCode4 (and since it's gone GM now, most new brew installations will use it soon, I assume), and I'd really like to install erlang, and recipes like riak require it to be installed via brew (which I'd prefer over manual install). I've tried the methods of commenting out the following as suggested in 2056: And then I run the following command line And it still fails with the above error, exactly. Any hints? Pretty please? :-) |
|
You need to force the use of "gcc"; the refactor branch has a 'install --use-gcc' switch, but that hasn't been back-ported to master. |
|
This issue is still going on, the lastest release of erlang R14B02 is broken with the same error. The biggest issue is that now XCode 4 is the standard and publicly released. |
|
I successfully compiled erlang R14B02 with Xcode4 with gcc, not gcc-llvm, which is in xcode4 the default. I used --use-gcc option: brew install --use-gcc -v erlang |
|
Worked for me after updating homebrew. Thanks! :-) |
Erlang R14B does not install on my machine, while it works fine on those of my coworkers. I'm not sure why. It fails here:
The text was updated successfully, but these errors were encountered: