On Mon, Jun 29, 2009 at 3:22 PM, Steve Molitor<
stevemolitor@...> wrote:
> Has anyone gotten nokogiri working on Windows? I had to put the libxml and
> related dlls in my path, which makes sense, but now it says it can't find
> the calloc function. I assume that's in the basic c runtime library. But I
> did try putting msvcrt-ruby18.dll in my path, which I snarfed from my
> windows C Ruby install - but it didn't work.
Hmm...my guess would be that the FFI version of Nokogiri loads
"calloc" without specifying what library it should be loaded from,
since on UNIX all JVMs will be linked with libc. On windows, that may
not be the case, and it may need to pull in msvcrt.dll or something
similar to get that function.
You should probably report this to the Nokogiri guys...this is
probably an issue on their end, and may be easy to fix.
- Charlie
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email