PDA

View Full Version : Installing Glade and Anjuta



Andy McCall
August 31st, 2006, 10:02 AM
Hi Folks,

I have basically done a clean install of Ubuntu 6.06 and added a few other packages like Blender and ndiswrapper.

I don't really know how to use Ubuntu or its package management system yet, but I have noticed that there are multiple packages for Glade and Anjuta within Synaptic.

Do I simply select Glade and Anjuta with the Ubuntu symbols next to them from within Synaptic and the package managment will install the latest stable version along with the compilers needed?

Will Ubuntu integrate Glade and Anjuta so I can use Glade from within Anjuta so i won't have to do any other set-up after the installation?

Thanks,

Andy McCall

skymt
August 31st, 2006, 02:08 PM
Yes, and yes. :D

EDIT: Compilers, no. You need to install build-essential for them.

Andy McCall
August 31st, 2006, 09:51 PM
Thanks for the reply.

I installed Glade and Anjuta and build-essentials and they all installed and seem to run OK. However, when I complete the application wizard from within Anjuta I get a message:

Auto generating the Project: TemperatureConverter ...
./autogen.sh

**Error**: You must have `glib' installed.
You can get it from: ftp://ftp.gtk.org/pub/gtk
Completed ... unsuccessful
Total time taken: 1 secs

This doesn't seem right to me! I have done a quick Google, but nothing seems to jump out as a solution to me.

Can anyone help?

Thanks,

Andy McCall

TeleTommy
September 6th, 2006, 03:06 PM
I have the same problem.. anybody knows what's going wrong?

skymt
September 6th, 2006, 05:46 PM
Try this in a terminal:
sudo aptitude install libglib2.0-dev libgtk2.0-dev

thialme
September 10th, 2006, 08:00 PM
Try this in a terminal:
sudo aptitude install libglib2.0-dev libgtk2.0-dev


I had the same problem the others, and I was glad to find the solution. So, in order that everybody knows, it works.

Thanks for your help. :mrgreen:

darkfame
May 1st, 2007, 01:33 PM
Thanks, fixed my problem too. :)

vudoo_5
May 26th, 2007, 12:58 PM
Thanks, fixed my problem too. :)

and mine, thanks

Black Spider
October 9th, 2010, 10:58 AM
Try this in a terminal:
sudo aptitude install libglib2.0-dev libgtk2.0-dev

Thanks, it works

Hicker
March 12th, 2011, 03:56 AM
Works for me... thanks

josealejandro93
July 19th, 2011, 12:03 AM
Also worked for me. Thank You very much :)