I'm using DataMapper as my ORM for my masters thesis project, and I'd
love to use Ruby 1.9 to make my code run faster.  Is Ruby 1.9 support
going to be a goal for DataMapper 1.0?

I checked out Ruby 1.9.0_5 from svn to see how compatible things are
as they stand against the DataMapper 0.9.6 gems.  I can get as far as
attempting to install do_sqlite3, but it fails with the following
errors:

do_sqlite3_ext.c:2:21: error: version.h: No such file or directory
and
do_sqlite3_ext.c:506: error: ‘RUBY_VERSION_CODE’ undeclared (first use
in this function)

It appears to be a simple check to make sure that the correct method
is called on Date and DateTime.  However, version.h has been removed
in 1.9, and the suggested approach is to use extconf.rb <http://
markmail.org/message/diguca3stxwdbo5l>.  I know only a little bit
about C-based extensions to Ruby, and very little about gems, so I
don't know how easy a fix would be.  Unfortunately, if it's going to
be a massive chore, I don't think I'll have time to help with this
until the end of the semester, since apparently my thesis won't write
itself.

Cheers
--Brad
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to