PDA

View Full Version : GLib missing


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.

M4av0
March 27th, 2006, 09:49 AM
I think you need libglib and/or libglibc, maybe even -dev versions. They are on the
ubuntu CD /pool/main/g/glib(c).
Hope this helps.

icyisamu
March 27th, 2006, 11:44 AM
Thanks. Fixed by reinstalling all the required packages.