[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1, MacOSX, and readline
- From: Gavin Kistner <gavin@...>
- Date: Sat, 18 Feb 2006 17:42:56 -0700
On Feb 18, 2006, at 11:44 AM, Klaus Ripke wrote:
$ ls -l /usr/lib/libreadline.dylib
lrwxr-xr-x 1 root wheel 13 Jul 13 2005 /usr/lib/
libreadline.dylib -> libedit.dylib
Is that missing on your system?
Nope, it's there. And Gus' email did the trick (as would yours).
to work in the command-line lua interpreter. (Getting the 'advenced'
readline patch to work for fun autocompletion is an optional bonus.)
It's working like a charme.
You got the 'advanced' readline path from the wiki working with 5.1
final? Care to enlighten a patch newb on how?