#941: curb gem does not build under MacRuby ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: wontfix Keywords: | ------------------------------------+--------------------------------------- Changes (by vincent.isambart@…): * status: new => closed * resolution: => wontfix Comment: The curb extension uses a RHASH_LEN it defines if it's not already defined: https://github.com/taf2/curb/blob/master/ext/curb.h#L40 Neither Ruby 1.9 not MacRuby define a RHASH_LEN macro, but they both define a RHASH_SIZE macro that does the same thing (and in fact RHASH_SIZE is safer than their macro). Defining a RHASH_LEN macro in MacRuby would probably make curb compile but 1.9 does not define it and it would be a bad idea to add that just for one gem. Someone should ask the curb guys to use RHASH_SIZE instead of RHASH_LEN. -- Ticket URL: <http://www.macruby.org/trac/ticket/941#comment:1> MacRuby <http://macruby.org/>