#54: build on Leopard fails on readline ---------------------------------+------------------------------------------ Reporter: edarocket@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: invalid Keywords: readline | ---------------------------------+------------------------------------------ Comment(by lwu.two@gmail.com): Replying to [comment:5 edarocket@…]:
Now that MacRuby is built using Rake, I am not sure how to specify build options. Therefore, I am getting the exact same error that Eloy picked up on previously:
So apparently I did not successfully rebuild readline as a fat binary. Can someone assist me with this problem?
I had the same problem under Leopard & MacPorts. Try patching line 346 of Rakefile to be {{{ CONFIG["CFLAGS"] = "-fno-common -pipe $(cflags) -disable-fat-binary" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/54#comment:6> MacRuby <http://macruby.org/>