[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ruby 1.8.7-p17 compile fails with MacPorts readline?

Tim Ferrell

6/16/2008 4:50:00 PM


I am trying to compile ruby 1.8.7-p17 on my Macbook where I have
readline 5.2.012 installed via MacPorts and the compile fails with the
following error:

readline.c: In function â??filename_completion_proc_callâ??:
readline.c:703: error: â??filename_completion_functionâ?? undeclared (first
use in this function)

A detailed (configure/make) log is attached... Any ideas? 1.8.6-p114
compiled fine this morning on the same machine...

Thanks!

Attachments:
http://www.ruby-...attachment/2199/ruby18...

--
Posted via http://www.ruby-....

1 Answer

Tim Ferrell

6/16/2008 5:44:00 PM

0

Tim Ferrell wrote:
>
> I am trying to compile ruby 1.8.7-p17 on my Macbook where I have
> readline 5.2.012 installed via MacPorts and the compile fails
>

Never mind... sorted it out by adding --with-readline-dir=/usr/local to
the configure args... Apparently ruby 1.8.7 is not compatible with
Apple's bundled readline.

Cheers,
Tim
--
Posted via http://www.ruby-....