<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hola a todos,<br><br>Estoy intentando hacer un holamundo en Ice. El servidor esta en c++ y el cliente deberia estar en ruby ya que mi tfg es una aplicacion en ruby in rails. Cuando hago el require en ruby me da un fallo porque no encuentra Ice:<br><br>2.1.0 :001 &gt; require "Ice"<br>LoadError: cannot load such file -- Ice<br>&nbsp;&nbsp;&nbsp; from /home/aerobeat/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'<br>&nbsp;&nbsp;&nbsp; from /home/aerobeat/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'<br>&nbsp;&nbsp;&nbsp; from (irb):1<br>&nbsp;&nbsp;&nbsp; from /home/aerobeat/.rvm/rubies/ruby-2.1.0/bin/irb:11:in `&lt;main&gt;'<br><br>Para intentar solucionar ese error he bajado el <a href="http://www.zeroc.com/download/Ice/3.5/Ice-3.5.1.tar.gz">Ice-3.5.1.tar.gz</a> y lo estoy tratando de compilar. Llego a un error que no soy capaz de saber que es:<br><br><a href="http://www.zeroc.com/download/Ice/3.5/Ice-3.5.1.tar.gz"></a>making all in java<br>make[1]: Entering directory `/home/aerobeat/Ice-3.5.1/java'<br>ant -emacs<br>make[1]: ant: Command not found<br>make[1]: *** [all] Error 127<br>make[1]: Leaving directory `/home/aerobeat/Ice-3.5.1/java'<br>make: *** [all] Error 1<br><br>Espero que alguien pueda echarme una mano y decirme si realmente necesito hacer lo que estoy haciendo o si con instalar ice con sudo apt-get install como viene en el manual de jdrebot hubiera sido suficiente.<br><br><br>Muchas gracias.<br>                                               </div></body>
</html>