Here is the Error I am facing. I really need to get Glade up and running please help.
I used the command
sudo apt-get install glade
And this is what I got when trying to run Glade designer
nirvasi@nirvasiTerminal:~$ glade
GladeUI-Message: 20 missing displayable value for GtkWidget::AtkObject::accessible-role
GladeUI-Message: 1 missing displayable value for GtkCellRendererAccel::accel-mode
GladeUI-Message: Glade needs artwork; a default icon will be used for the following classes:
GtkApplicationWindow needs an icon named 'widget-gtk-applicationwindow'
(glade:2331): Gtk-WARNING **: Unknown property: GtkBox.margin-end
(glade:2331): Gtk-WARNING **: Unknown property: GtkBox.margin-end
glade: symbol lookup error: glade: undefined symbol: gtk_widget_set_margin_start
nirvasi@nirvasiTerminal:~$
Before this I was trying to install some libraries to build from source the lastest version of Glade. And I "sudo make install"ed quite a few packages. Could they be the reason this error is occuring?