Re: Gettext y tests unitarios

a ver, uso la 1.8… la cuestion es que para instalarla me da problemas
con gem… y instalé los paquetes con apt (ahora acabo de intentar
reinstalar, pero pasa lo mismo)

Instalando con gem me dice:

Building native extensions. This could take a while…
extconf.rb:12:in `require’: no such file to load – mkmf (LoadError)
from extconf.rb:12

ERROR: While executing gem … (RuntimeError)
ERROR: Failed to build gem native extension.
Gem files will remain installed in
/usr/lib/ruby/gems/1.8/gems/gettext-1.8.0 for inspection.

Y aqui se queda :stuck_out_tongue:

----- Mensaje original ----
De: Edgar G. [email protected]
Para: La lista sobre Ruby On Rails (rubyonrails.com) en castellano
[email protected]
Enviado: domingo, 10 de diciembre, 2006 19:54:01
Asunto: Re: [Ror-es] Gettext y tests unitarios

¿que versión de GetText estas usando?

Estoy usando GetText 1.7.0 y 1.8.0 en proyectos distintos y los test
units funcionan bien

Salu2

On 12/10/06, manu drac [email protected] wrote:

/home/manu/rails/tuniti/config/…/app/models/comment.rb:5
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com


Ror-es mailing list
[email protected]
http://lists.simplelogica.net/mailman/listinfo/ror-es


Edgar González González
E-mail: [email protected]
http://vp.com.ve
http://lacaraoscura.com
http://rubycorner.com
http://to2blogs.com


Ror-es mailing list
[email protected]


LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com

On 12/10/06, manu drac [email protected] wrote:

ERROR: While executing gem … (RuntimeError)
ERROR: Failed to build gem native extension.
Gem files will remain installed in
/usr/lib/ruby/gems/1.8/gems/gettext-1.8.0 for inspection.

Y aqui se queda :stuck_out_tongue:

$ sudo apt-get install ruby1.8-dev

Y vuelve a probar.