On Sun, 25 Oct 2009 10:30:33 -0700 (PDT)
kaiyzen <[email protected]> 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:
> 
> SNIP Gemlist
> 
> Create the initial application worked fine but anything else, include
> starting merb provides these fatal errors below:
> 
> SNIP Stacktrace
> 
> 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
> 

Hi

I think the problem you're seeing is actually with merb-action-args and the 
ParseTree gem
(just looking at the stacktrace).  It's attempting to compile inline 
extensions, which is failing due to a lack of a sane build environment.  
However, I thought there was a ParseTree version which worked on windows.

Regards
Jon

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to