> I am lost now about what the 'problem' is?!! I can't see any valid > reason to be making a C file and asking to complile it for a app > scaffold and there's no explanation pointing this problem on just my > machine.
looks like merb uses parse tree to introspect methods [parse tree apparently uses ruby inline to do its compilation at run time]. Typically parse tree ships with binaries already built, but that might only be for ruby 1.8.6 xyou could try with 1.8.6 or try installing the mingw compiler [devkit: http://programming-gone-awry.blogspot.com/2009/05/ruby-19-one-click-installer.html] [and a a mingw friendlier rubyinline http://github.com/rogerdpack/rubyinline/tree/master] virtualbox is another option. GL. =r --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
