Phlip wrote: > I can muddle thru with mysql - I'm using CygWin on Vista, and native > CygWin has no MySQL package, so I will have to build it, but I can do > that. I'm just checking for the simpler path!
Here's how far I have gotten. I switched to sqlite3 (self-explanatory if you grep for mysql and then guess...). However, I use CygWin on Vista... (I use Vista because Ubuntu couldn't do Midi, sleep, or convenient VPN on my hardware, and I got tired of futzing around trying to fix them...) Merb uses ParseTree (though it should use Ripper in Ruby 1.9...). ParseTree uses RubyInline. RubyInline writes .ruby_inline\Inline_RawParseTree_ab80.so Each ruby process that Merb spawns, it tries to link in this so, using some kind of non-Windows fixup system. This fails the second and subsequent times it tries to fix up: 23904 [main] ruby 1296 C:\cygwin\usr\local\bin\ruby.exe: *** fatal error - unable to remap C:\cygwin\home\Phlip\.ruby_inline\Inline_RawParseTree_ab80.so to same address as parent(0x2B0000) != 0x4790000 All this complaining belongs in the ruby_inline forums, right? -- Phlip --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
