#699: While installing twt, failed compile in yajl
---------------------------------+------------------------------------------
Reporter: robe...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker | Milestone: MacRuby 0.7
Component: MacRuby | Keywords:
---------------------------------+------------------------------------------
Comment(by martinlagarde...@…):
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/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel