Re: [MacRuby-devel] [MacRuby] #132: MacRuby 0.3 won't build: the rake task returns more errors than I can shake a stick at
#132: MacRuby 0.3 won't build: the rake task returns more errors than I can shake a stick at ---------------------------------------+------------------------------------ Reporter: brandon.zylstra@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Resolution: Keywords: rake build install | ---------------------------------------+------------------------------------ Comment(by brandon.zylstra@gmail.com): Replying to [comment:2 lsansonetti@…]:
It's because you probably installed a different implementation of the readline library in /usr. Make sure /usr/lib/libreadline.dylib is a symlink to /usr/lib/libedit.dylib.
Thanks! You might be right, but I'm not sure, as my current situation is thus: (with libedit.dylib pointing to libedit.2.dylib and libreadline.dylib pointing there too) -rwxr-xr-x 1 root wheel 565K Sep 23 2007 libedit.2.dylib lrwxr-xr-x 1 root wheel 15B Nov 26 2007 libedit.dylib -> libedit.2.dylib lrwxr-xr-x 1 root wheel 15B Nov 26 2007 libreadline.dylib -> libedit.2.dylib It seems to me like this should work, since libreadline.dylib exists and is pointing to something. Any ideas? -- Ticket URL: <http://www.macruby.org/trac/ticket/132#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby