Oh God... cygwin/SUA is so awful. About a year ago, we tried to get a Rails app including BackgroundRb working on that, and it turns out it's missing some very basic unix-style stuff, like timing libraries and the like!! We ended up giving up and just using Windows bare, and writing our own custom scheduler that didn't require the missing headers/libraries (I think one of them was the microsleep function!)
Julian. On 03/11/2008, at 8:30 AM, Michael Klishin wrote: > > 2008/11/2 MarkMT <[EMAIL PROTECTED]>: >> >> >>> Can you show what RUBY_PLATFORM outputs in irb? it looks like every >>> kinda-UNIX-but-not-really environment for Windows uses it's own >>> platform string >>> and some library currently does not recognize yours. >> >> >> RUBY_PLATFORM gives "i386-cygwin" > > Yeah, Merb did not handle that. I fixed that in head, will be alright > in the next RC. > > For now, set Merb::Config[:fork_for_class_load] to false in your > init file. > -- > MK > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
