[MacRuby] #699: While installing twt, failed compile in yajl
#699: While installing twt, failed compile in yajl ---------------------------------+------------------------------------------ Reporter: roberto@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.7 Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ twt needs the Yet-Another-JSON-Library gem (yajl). While trying to compile it, it fails with the following message (attached). This is is macruby 0.6 taken from the website. -- Ticket URL: <http://www.macruby.org/trac/ticket/699> MacRuby <http://macruby.org/>
#699: While installing twt, failed compile in yajl ---------------------------------+------------------------------------------ Reporter: roberto@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.7 Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ Comment(by martinlagardette@…): The issue being: {{{ yajl_ext.c:116: warning: passing argument 2 of ‘rb_io_write’ makes pointer from integer without a cast yajl_ext.c:116: error: too few arguments to function ‘rb_io_write’ }}} I believe this is an issue with our MRI extension compatibility. MacRuby: {{{ rb_io_write(VALUE v, SEL sel, VALUE i) }}} Ruby 1.9: {{{ rb_io_write(VALUE io, VALUE str) }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/699#comment:1> MacRuby <http://macruby.org/>
#699: While installing twt, failed compile in yajl ---------------------------------+------------------------------------------ Reporter: roberto@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | ---------------------------------+------------------------------------------ Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: Should be fixed in r4059. {{{ il0102a-dhcp93:macruby-trunk lrz$ sudo /usr/local/bin/macgem install twt unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias When you HTTParty, you must party hard! Building native extensions. This could take a while... unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias Successfully installed oauth-0.4.0 Successfully installed hashie-0.2.0 Successfully installed crack-0.1.6 Successfully installed httparty-0.5.2 Successfully installed yajl-ruby-0.7.6 Successfully installed twitter-0.9.5 Successfully installed twt-0.2.6 7 gems installed il0102a-dhcp93:macruby-trunk lrz$ }}} (The ignoring alias messages are weird.) I am not sure the whole thing is functional after, feel free to open a new ticket if there are any problems :-) -- Ticket URL: <http://www.macruby.org/trac/ticket/699#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby