<div dir="ltr">I updated the homebrew recipe and made a gist;<div><br></div><div><a href="https://gist.github.com/dch/9267866">https://gist.github.com/dch/9267866</a><br></div><div><br></div><div>```</div><div>brew update</div>
<div>brew install wxmac --disable-monolithic</div><div>brew install --with-wx --no-docs -v --devel erlang</div><div><br></div><div>```</div><div><br></div><div>or directly from the gist:<br></div><div>```</div><div>brew install wxmac --disable-monolithic && brew install --with-wx --no-docs -v --devel <a href="https://gist.githubusercontent.com/dch/9267866/raw/erlang.rb%60" rel="noreferrer">https://gist.githubusercontent.com/dch/9267866/raw/erlang.rb</a><br>
</div><div>```</div><div><br></div><div>If I get a couple of +1 back, I'll send it to homebrew as a PR.</div><div><br></div><div>Huge thanks to Dan & OTP team, this compatibility for observer & friends has been a long time coming!</div>
<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 28 February 2014 03:30, Kenji Rikitake <span dir="ltr"><<a href="mailto:kenji@k2r.org" target="_blank">kenji@k2r.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I failed on `brew install wxmac` but looks like the `--disable-monolithic`<br>
will be the key (as reported in various Web resources.) I'll quote your<br>
article in my Gist. Thanks.<br>
Kenji Rikitake<br>
<br>
++> Leo Liu <<a href="mailto:sdl.web@gmail.com">sdl.web@gmail.com</a>> [2014-02-28 10:02:49 +0800]:<br>
<div class="HOEnZb"><div class="h5">> On 2014-02-28 09:13 +0800, Kenji Rikitake wrote:<br>
> > I've written a memo for building 17.0-rc2 (and R16B03-1) with wxWidgets on OS X<br>
> > 10.9.2 (with --enable-darwin-64bit):<br>
> ><br>
> > <a href="https://gist.github.com/jj1bdx/9262726" target="_blank">https://gist.github.com/jj1bdx/9262726</a><br>
><br>
> Seems it is getting easier to build on Mac:<br>
><br>
> 1. brew install wxmac --disable-monolithic<br>
>    Note: --disable-monolithic is to become the default in Homebrew<br>
><br>
> 2. ./configure && make && make install install-docs<br>
><br>
> and I have erlang 17 64bit running.<br>
><br>
> Leo<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br></div>