[MacRuby-devel] [macruby] #54: build on Leopard fails on readline

macruby ruby-noreply at macosforge.org
Tue Jun 10 23:19:05 PDT 2008


#54: build on Leopard fails on readline
---------------------------------+------------------------------------------
 Reporter:  edarocket at gmail.com  |        Owner:  lsansonetti at apple.com
     Type:  defect               |       Status:  closed               
 Priority:  blocker              |    Milestone:                       
Component:  MacRuby              |   Resolution:  invalid              
 Keywords:  readline             |  
---------------------------------+------------------------------------------
Comment (by encytemedia at gmail.com):

 Just wanted to add a comment on this.  I ran into the exact same issue.
 Compiling readline myself and specifying the directory didn't help.
 However,
 I just decided to go with the macports version.  It turned out I needed to
 install readline and sqlite3 and configure:

 {{{
 sudo port -f uninstall readline
 sudo port -f uninstall sqlite3
 sudo port install readline
 sudo port install sqlite3
 autoconf
 ./configure --enable-framework --program-prefix=mac --with-readline-
 dir=/opt/local
 sudo make install
 }}}

-- 
Ticket URL: <http://ruby.macosforge.org/trac/ticket/54#comment:4>
macruby <http://ruby.macosforge.org/>


More information about the MacRuby-devel mailing list