To be able to install libxml-ruby you need all the libxml-ruby dependencies:
libxml
zlib
That means you need to have headers and linking libraries of those
available in the GCC search path.
DevKit or RubyInstaller do not provide these libraries simply because
that means lot of maintenance we are not able to take.
I would suggest you reach libxml-ruby author (Charlie Savage):
https://rubygems.org/gems/libxml-ruby
And ask him to provide gems for x86-mingw32 platform (RubyInstaller).
Perhaps suggest him, in the case he is not using Windows, to rely on
rake-compiler to be able to generate binaries for Windows.
There is also a x86-mswin32-60 binary which could be used, but I
advise against that since I'm not aware how that gem was created or
for which version of Ruby.
>
> So how do I get zlib?
>
Please take a look to a post from another user on how him solved
compilation of EventMachine with SSL support:
http://groups.google.com/group/rubyinstaller/msg/b6ffb289c2b1d63b
RubyInstaller recipes already contain zlib, but you will need to
create a recipe for libxml.
HTH,
--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry
On a Mac you would have suffered similar things, with the exception of
more clear instructions from where to get libxml :P
(or how to build it) because someone else already stepped into the
same issue, and believe it or not, happens *a lot*
I believe DevKit is quite capable of the later, but haven't done it so dunno.