Hi Bob,
I didn't have much luck with the tarballs either.
I used git.
It needs to be installed obviously.
Log in at a terminal as root.
(If you're on ubuntu you might not have a root account)
Anyway with git installed enter this:
git clone
git://git.gnome.org/bablgit clone
git://git.gnome.org/geglgit clone
git://git.gnome.org/gimpThen you have to compile them one by one.
Start with babl.
cd ./babl
./autogen.sh --prefix=/usr
and follow the instructions.
If you don't want it to end up in /usr you only have one choice /usr/local (default)
I tried to get in /opt but gave up.
To make a root account do the following:
sudo passwd.
Type a root password twice.
Log out and then login as root with your new password.
If you don't have "mc" installed install it.
It is an excellent tool to browse and edit files in your system.
Hope this will get you going.
Gerard.