preprocessing ruby gems in ruby1.9

B

botp

i notice that almost all pre 1.9 gems wont compile in ruby1.9 because
of the ff error (or something like it),

: error: =91struct RArray=92 has no member named =91len=92
: error: =91struct RArray=92 has no member named =91ptr=92
....

the typical solution i do is outlined here
http://frozenplague.net/2009/01/ruby-191-rubygems-rails/#gem_solution,
and it works 100% on my case (glad hasn't failed yet).

can this solution be handled by the rubygem preprocessor? maybe,
signal a flag of some sort, or do a best-effort processing of some
sort ?...

kind regards -botp
 
E

Eric Hodel

i notice that almost all pre 1.9 gems wont compile in ruby1.9 because
of the ff error (or something like it),

: error: =91struct RArray=92 has no member named =91len=92
: error: =91struct RArray=92 has no member named =91ptr=92
....

the typical solution i do is outlined here
http://frozenplague.net/2009/01/ruby-191-rubygems-rails/#gem_solution,
and it works 100% on my case (glad hasn't failed yet).

can this solution be handled by the rubygem preprocessor? maybe,
signal a flag of some sort, or do a best-effort processing of some
sort ?...

You could probably write a RubyGems plugin to do it using the =20
pre_install hook.=
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top