[ruby-core:32703] Re: VC++ embedded rubygems gives NoMethodError undefined method `synchronize' for Mutex

From: Phlip <phlip2005@...>
Date: 2010-10-05 19:24:29 UTC
List: ruby-core #32703
> > #<NoMethodError: undefined method `synchronize' for #<Mutex:0x750faa8>>
>
> What's your $LOADED_FEATURES when it runs into this?
> -r

Hmmm. Elided, it's:

  ["enumerator.so", "C:/.../olorin.rb"]

I'm unsure which enumerator.so it grabbed; I'm searching for them now...

I'm eventually going to try to pull in rubygems; is there a tutorial
anywhere for embedding them (via VC++?)?

--
Phlip
http://c2.com/cgi/wiki?ZeekLand

In This Thread