I'm not sure what the current state of support is for merb on Windows - others will be able to give more definitive information. However I know when I started to use merb about a year ago there were some gaps - iirc datamapper + mysql on Windows was not supported. In my own case the solution was Ubuntu, installed from Windows using Wubi. I still have the Windows partition on my machine, but v. rarely boot it.
kaiyzen wrote: > Trying this again, seems like first msg disapeared and/or was never > approved to show up in the list. > > Just getting into ruby and was trying to decide on which framework to > start with. Ended up picking merb but having some issues getting > things running properly. Running WIndows 7, ruby 1.8.6 (2007-09-24 > patchlevel 111) [i386-mswin32] > > Had one suggestions from a twitter response suggesting me to just try > things on cygwin, gonna give that a try later tonight, but need this > stuff to run in production on windows and using cygwin isnt going to > cut it for that. > > Here is my gem list merb -V results: > > *** LOCAL GEMS *** > > merb (1.0.12) > merb-action-args (1.0.12) > merb-assets (1.0.12) > merb-auth (1.0.12) > merb-auth-core (1.0.12) > merb-auth-more (1.0.12) > merb-auth-slice-password (1.0.12) > merb-cache (1.0.12) > merb-core (1.0.12) > merb-exceptions (1.0.12) > merb-gen (1.0.12) > merb-haml (1.0.12) > merb-helpers (1.0.12) > merb-mailer (1.0.12) > merb-more (1.0.12) > merb-param-protection (1.0.12) > merb-slices (1.0.12) > merb_datamapper (1.0.12) > > > Create the initial application worked fine but anything else, include > starting merb provides these fatal errors below: > > ================================= > Loading init file from c:/webroot/merb/testmerb1/config/init.rb > Loading c:/webroot/merb/testmerb1/config/environments/development.rb > c:/dev/Ruby/lib/ruby/gems/1.8/gems/RubyInline-3.8.3/lib/inline.rb: > 584:in ``': No > such file or directory - cl -nologo -LD -MD -Zi -O2b2xg- -G6 -I c:/ > dev/Ruby/l > ib/ruby/1.8/i386-mswin32 -I c:/dev/Ruby/include -Lc:/dev/Ruby/lib -o > "C:\\Users > \\Dell Studio XPS/.ruby_inline/Inline_RawParseTree_ab80.so" "C:/Users/ > Dell Studi > o XPS/.ruby_inline/Inline_RawParseTree_ab80.c" -link /LIBPATH:"c:/ > dev/Ruby/lib > " /DEFAULTLIB:"msvcrt-ruby18.lib" /INCREMENTAL:no / > EXPORT:Init_Inline_RawParseTr > ee_ab80 (Errno::ENOENT) > from c:/dev/Ruby/lib/ruby/gems/1.8/gems/RubyInline-3.8.3/lib/ > inline.rb:5 > 84:in `build' > from c:/dev/Ruby/lib/ruby/gems/1.8/gems/RubyInline-3.8.3/lib/ > inline.rb:8 > 27:in `inline' > from c:/dev/Ruby/lib/ruby/gems/1.8/gems/ParseTree-3.0.4/lib/ > parse_tree.r > b:250 > from c:/dev/Ruby/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:31:in > `gem_original_require' > from c:/dev/Ruby/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:31:in > `require' > from c:/dev/Ruby/lib/ruby/gems/1.8/gems/merb-action- > args-1.0.12/lib/merb > -action-args/get_args.rb:2 > from c:/dev/Ruby/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:31:in > `gem_original_require' > from c:/dev/Ruby/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:31:in > `require' > ... 10 levels... > from c:/dev/Ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/ > merb-core.r > b:170:in `start' > from c:/dev/Ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.12/bin/ > merb:11 > from c:/dev/Ruby/bin/merb:19:in `load' > from c:/dev/Ruby/bin/merb:19 > ============================================== > > Doing some general searching I see a handful of posts from around the > 1.0/RC release time frame talking about some sqlite3 issues, tried > copying the dll into place, reboots, etc, no love there. > > Any suggestions? Rails seems to be working alright so far, but really > would like to start dev with merb --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
