Luis, I added these printf statements http://pastie.org/349466 (being the first ever in my life :) but I don't get any output of them except the old same failure message. Where are these supposed to write to? Pardon my ignorance, these where actually the first lines of C code I ever wrote ... I don't think I would remember much of the C++ I once learned :-)
snusnu On Wed, Dec 31, 2008 at 03:48, Luis Lavena <[email protected]> wrote: > On Wed, Dec 31, 2008 at 12:39 AM, Martin Gamsjaeger <[email protected]> > wrote: >> Luis, >> >> I pulled latest do edge like you said, here's what I get: >> >> http://pastie.org/349443 >> >> Sorry I cannot really be of help here :( > > Is cool, the thing is that the problem seems to be raised from inside > the C extension. > > AFAIk, the require of data_objects calling directly to Kernel::require > will not work from the C side, since it will call the original require > and not the overwritten version from RubyGems. > > There was a discussion about this on ruby-core but cannot locate it right now. > > Originally there was a rubygems call there, but is no longer. maybe > adding a printf debug lines between 789 and 793 lines of > do_mysql/ext/do_mysql_ext.c file? > > -- > Luis Lavena > AREA 17 > - > Perfection in design is achieved not when there is nothing more to add, > but rather when there is nothing more to take away. > Antoine de Saint-Exupéry > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
