While attempting to compile Rubinius on Fedora, I ran into the problem that it could not locate the following header file:

/usr/include/ruby/config.h

As it turns out, this file is located in an arch-specific directory in the Ruby 1.9 devel package:

/usr/include/x86_64/ruby/config.h

as you can see here:

http://koji.fedoraproject.org/koji/rpminfo?rpmID=3705765

In the Ruby 2.0 devel package, it's in the expected location, as you can see here:

http://koji.fedoraproject.org/koji/rpminfo?rpmID=4216149

Should this be fixed?

-Dan