Missing rb_str_new2 and other function aliases that should be #define-d
-----------------------------------------------------------------------

                 Key: JRUBY-5698
                 URL: http://jira.codehaus.org/browse/JRUBY-5698
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.6
            Reporter: Romano Ser
            Assignee: Thomas E Enebo


I noticed that in the 1.6.0 release package there is no rb_str_new2 defined.
Then I checked out a version from the git head and it had the correct 
definition in ruby.h:
#define rb_str_new2 rb_str_new_cstr

but it didn't contain RClass, RRegExp and other R-structures.

We are having troubles compiling gsl and narray gems because of these issues.

Is there any merged version of the ruby.h?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to