Kubo Takehiro created JRUBY-6659: ------------------------------------ Summary: some missing C extension functions Key: JRUBY-6659 URL: https://jira.codehaus.org/browse/JRUBY-6659 Project: JRuby Issue Type: Bug Components: C Extensions Affects Versions: JRuby 1.7 Environment: jruby 1.7.0.dev (ruby-1.9.3-p203) (2012-05-12 ab6cb39) (OpenJDK 64-Bit Server VM 1.7.0_03) [linux-amd64-java] Reporter: Kubo Takehiro Assignee: Thomas E Enebo
I found that some functions were not defined in C extension headers of trunk as follows: {code} warning: implicit declaration of function 'ruby_strdup' [-Wimplicit-function-declaration] warning: implicit declaration of function 'ruby_setenv' [-Wimplicit-function-declaration] warning: implicit declaration of function 'rb_apply' [-Wimplicit-function-declaration] warning: implicit declaration of function 'rb_cstr_to_dbl' [-Wimplicit-function-declaration] warning: implicit declaration of function 'rb_num_coerce_bin' [-Wimplicit-function-declaration] warning: implicit declaration of function 'rb_num_coerce_cmp' [-Wimplicit-function-declaration] {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.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