[erlang-questions] Building 17.0-rc2 (and R16B03-1) with wxWidgets on OS X 10.9.2 64bit Re: [ANN] Erlang/OTP 17.0-rc2 has been released.

Dave Cottlehuber dch@REDACTED
Fri Feb 28 10:19:43 CET 2014


I updated the homebrew recipe and made a gist;

https://gist.github.com/dch/9267866

```
brew update
brew install wxmac --disable-monolithic
brew install --with-wx --no-docs -v --devel erlang

```

or directly from the gist:
```
brew install wxmac --disable-monolithic && brew install --with-wx --no-docs
-v --devel https://gist.githubusercontent.com/dch/9267866/raw/erlang.rb<https://gist.githubusercontent.com/dch/9267866/raw/erlang.rb%60>
```

If I get a couple of +1 back, I'll send it to homebrew as a PR.

Huge thanks to Dan & OTP team, this compatibility for observer & friends
has been a long time coming!



On 28 February 2014 03:30, Kenji Rikitake <kenji@REDACTED> wrote:

> I failed on `brew install wxmac` but looks like the `--disable-monolithic`
> will be the key (as reported in various Web resources.) I'll quote your
> article in my Gist. Thanks.
> Kenji Rikitake
>
> ++> Leo Liu <sdl.web@REDACTED> [2014-02-28 10:02:49 +0800]:
> > On 2014-02-28 09:13 +0800, Kenji Rikitake wrote:
> > > I've written a memo for building 17.0-rc2 (and R16B03-1) with
> wxWidgets on OS X
> > > 10.9.2 (with --enable-darwin-64bit):
> > >
> > > https://gist.github.com/jj1bdx/9262726
> >
> > Seems it is getting easier to build on Mac:
> >
> > 1. brew install wxmac --disable-monolithic
> >    Note: --disable-monolithic is to become the default in Homebrew
> >
> > 2. ./configure && make && make install install-docs
> >
> > and I have erlang 17 64bit running.
> >
> > Leo
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140228/d3ae2009/attachment.htm>


More information about the erlang-questions mailing list