icyisamu
March 27th, 2006, 08:44 AM
I am using Ruby-Gnome2.
In my laptop, I can compile this :
require 'gtk2'
Gtk.init
window = Gtk::Window.new
window.show
Gtk.main
However, in my desktop, I get a Glib missing error.
What packages am I missing? I tried to install the required packages again but it doesn't seem to work.
In my laptop, I can compile this :
require 'gtk2'
Gtk.init
window = Gtk::Window.new
window.show
Gtk.main
However, in my desktop, I get a Glib missing error.
What packages am I missing? I tried to install the required packages again but it doesn't seem to work.