requirements (glib >= 1.2.4 gtk+ >= 1.2.4) not met
Peter Garrett
peter.garrett at optusnet.com.au
Sat Jun 24 00:18:19 UTC 2006
On Fri, 23 Jun 2006 23:50:28 +0200
"Duncan Lithgow" <duncan at lithgow-schmidt.dk> wrote:
> I'm trying to install the latest version of kino from source (0.9)
> which of course is lots of fun and giving me dependency troubles...
You might save yourself a lot of time and trouble by running
sudo apt-get build-dep kino
This should pull in most of the dependencies for you - they would be
mostly development libraries ( -dev suffix)
When ./configure complains about missing paths and libs, it almost always
is looking for something of the the form lib*-dev where * could be, for
instance, "gtk"
$ apt-cache search libgtk*-dev
libgtk1.2-dev - Development files for the GIMP Toolkit
Peter
More information about the ubuntu-users
mailing list