Re: What version do I have

2010-03-15 Thread Jack
On 2010.02.24 00:29, Robert Michael wrote:     I was trying a few examples from "Foundations of GTK Development" on my Linux machine running Debian.  One of the examples in chapter_12 did not compile - the one with printer functions.  I think the printer functions need at least version 2.10

Re: What version do I have

2010-03-15 Thread Florian Müllner
El mar, 23-02-2010 a las 21:29 -0800, Robert Michael escribió: > How do I tell what version I have installed? You can either get that information from your distro's package manager (on Debian: apt-cache showpkg libgtk2.0), or you can use pkg-config like this (distro-agnostic): pkg-config --modver

Re: What version do I have

2010-03-15 Thread Allin Cottrell
On Tue, 23 Feb 2010, Robert Michael wrote: > I was trying a few examples from "Foundations of GTK Development" on > my Linux machine running Debian... > How do I tell what version I have installed? pkg-config --modversion gtk+-2.0 Allin Cottrell ___

Re: What version do I have

2010-03-15 Thread Tadej Borovšak
Hello. "pkg-config --modversion gtk+-2.0" will give you version of the installed GTK+. Tadej -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://m

What version do I have

2010-03-15 Thread Robert Michael
    I was trying a few examples from "Foundations of GTK Development" on my Linux machine running Debian.  One of the examples in chapter_12 did not compile - the one with printer functions.  I think the printer functions need at least version 2.10 or newer.  So I tried to see what version of GTK