#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:4 lsansonetti@…]:
This is weird, do you have by any chance a readline library in /usr/local/lib then? If yes, maybe this one is picked by the build process instead of /usr/lib/libedit.dylid.
Yes, I do. I'm not sure how to tell which one is given preference. It doesn't appear that the PATH has anything to do with it...[[BR]] This is in /usr/local/lib:[[BR]] $ ls -hal libread*dylib [[BR]] -r-xr-xr-x 1 root wheel 434K Jul 29 2007 libreadline.5.1.dylib[[BR]] lrwxr-xr-x 1 root wheel 21B Nov 26 2007 libreadline.5.dylib -> libreadline.5.1.dylib[[BR]] lrwxr-xr-x 1 root wheel 21B Nov 26 2007 libreadline.dylib -> libreadline.5.1.dylib[[BR]] $ echo $PATH [[BR]] /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/brandon/.ec2/ec2 -api-tools-1.2-11797/bin:/Users/brandon/bin:/opt/local/bin:/opt/local/sbin [[BR]] $ -- Ticket URL: <http://www.macruby.org/trac/ticket/132#comment:5> MacRuby <http://macruby.org/>