Re: Determining if GTK is installed

2006-10-14 Thread Chris Vine
On Saturday 14 October 2006 12:14, Tor Lillqvist wrote: > Chris Vine writes: > > On unix-like OSs there is pkg-config (and if you use autoconf, the > > autoconf PKG_CHECK_MODULES macro). > > Not necessarily if only run-time packages are installed on the > machine. pkg-config is a developer tool,

Re: Determining if GTK is installed

2006-10-14 Thread Eduardo M KALINOWSKI
Chris Vine wrote: > On Thursday 12 October 2006 22:21, David Vandepol wrote: > >> Hi, >> >> I am working on an installer that prereqs GTK, I was wondering if >> there was a known algorithm for determining whether GTK is installed on the >> system, and what the level is. Also is there a di

Re: Determining if GTK is installed

2006-10-14 Thread Tor Lillqvist
Chris Vine writes: > On unix-like OSs there is pkg-config (and if you use autoconf, the autoconf > PKG_CHECK_MODULES macro). Not necessarily if only run-time packages are installed on the machine. pkg-config is a developer tool, not something software would need at run-time. And even if pkg-con

Re: Determining if GTK is installed

2006-10-14 Thread Chris Vine
On Thursday 12 October 2006 22:21, David Vandepol wrote: > Hi, > > I am working on an installer that prereqs GTK, I was wondering if > there was a known algorithm for determining whether GTK is installed on the > system, and what the level is. Also is there a different way to do this > depen