You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/08 00:40:20 UTC

[Couchdb Wiki] Update of "InstallingOnOSX" by BenAtkin

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by BenAtkin:
http://wiki.apache.org/couchdb/InstallingOnOSX

The comment on the change is:
Simpler way provided at the bottom of the referenced bug report regarding hipe

------------------------------------------------------------------------------
  == Dependencies - Erlang ==
  Here's [http://trac.macports.org/ticket/15459 the bug report on the Mac Ports website.]
  
- The portfile is usually located at 
- 
- {{{
- /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/erlang/Portfile 
- }}}
- 
- You can follow the instructions at the Mac Ports link, or simply remove the line that says
- 
- {{{
- --enable-hipe
- }}}
- 
  If you have a previous install of Erlang you should run 
  
  {{{
@@ -36, +24 @@

  before running
  
  {{{
- port install erlang
+ port install erlang -hipe
  }}}
+ 
+ The "-hipe" flag instructs port to not install the default variant hipe.
  
  If Erlang fails to build with the error:
  {{{