Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/02/2015, 10:48
julianlopez
 
Fecha de Ingreso: mayo-2006
Mensajes: 7
Antigüedad: 18 años
Puntos: 0
Respuesta: Echar andar una apliacación

Eso de configurar las gemas es una tema...
hago : git clone https://github.com/karangb/tripAdvisor
entro en el directorio creado
y ejecuto bundle install,
a partir de ahí. fallos, fallos y montañas de fallos
El primero es este:
Cita:
Using better_errors 0.3.2

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

/home/usuario/.rvm/rubies/ruby-2.2.0/bin/ruby -r ./siteconf20150202-2758-7uwhy3.rb extconf.rb
creating Makefile

make "DESTDIR=" clean

make "DESTDIR="
compiling binding_of_caller.c
binding_of_caller.c:4:21: fatal error: vm_core.h: No such file or directory
compilation terminated.
make: *** [binding_of_caller.o] Error 1

make failed, exit code 2

Gem files will remain installed in /home/usuario/.rvm/gems/ruby-2.2.0/gems/binding_of_caller-0.6.8 for inspection.
Results logged to /home/usuario/.rvm/gems/ruby-2.2.0/extensions/x86-linux/2.2.0/binding_of_caller-0.6.8/gem_make.out
An error occurred while installing binding_of_caller (0.6.8), and Bundler cannot continue.
Make sure that `gem install binding_of_caller -v '0.6.8'` succeeds before bundling.
Ejecto gem install binding_of_caller -v '0.6.8' y lanza esto:
Cita:
usuario@ubuntu:~/Rails/tripAdvisor$ gem install binding_of_caller -v '0.6.8'
Building native extensions. This could take a while...
ERROR: Error installing binding_of_caller:
ERROR: Failed to build gem native extension.

/home/usuario/.rvm/rubies/ruby-2.2.0/bin/ruby -r ./siteconf20150202-2800-6hpbk9.rb extconf.rb
creating Makefile

make "DESTDIR=" clean

make "DESTDIR="
compiling binding_of_caller.c
binding_of_caller.c:4:21: fatal error: vm_core.h: No such file or directory
compilation terminated.
make: *** [binding_of_caller.o] Error 1

make failed, exit code 2

Gem files will remain installed in /home/usuario/.rvm/gems/ruby-2.2.0/gems/binding_of_caller-0.6.8 for inspection.
Results logged to /home/usuario/.rvm/gems/ruby-2.2.0/extensions/x86-linux/2.2.0/binding_of_caller-0.6.8/gem_make.out
Ideas ?? ;)