[MacRuby-devel] [MacRuby] #699: While installing twt, failed compile in yajl

MacRuby ruby-noreply at macosforge.org
Fri May 7 12:59:41 PDT 2010


#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/>



More information about the MacRuby-devel mailing list