From: Roger Pack Date: 2011-06-04T01:33:38+09:00 Subject: [ruby-core:36721] [Ruby 1.9 - Bug #4803] RCLASS_SUPER won't compile for C extensions as of revision 31627 Issue #4803 has been updated by Roger Pack. just ran into this, as well https://gist.github.com/1006162 If there's a work around do let us know :) -roger- ---------------------------------------- Bug #4803: RCLASS_SUPER won't compile for C extensions as of revision 31627 http://redmine.ruby-lang.org/issues/4803 Author: Daniel Azuma Status: Assigned Priority: Normal Assignee: Nobuyoshi Nakada Category: Target version: ruby -v: - The RCLASS_SUPER macro (defined in ruby.h) no longer compiles for C extensions because the required rb_classext_t type has been made opaque as of svn revision 31627. This is breaking certain gems that rely on RCLASS_SUPER to hack the class tree, such as blockenspiel and mixology. -- http://redmine.ruby-lang.org