[Glade-users] Error While Configuring
Damon Chaplin
damon@karuna.uklinux.net
24 Feb 2003 22:39:11 +0000
On Mon, 2003-02-24 at 07:59, Myuran Pathmanathan wrote:
> List Members,
>
> I encountered the following error while compiling a project built with
> glade. I use glade 2.
>
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> ./configure: line 1337: syntax error near unexpected token
> `PKG_CHECK_MODULES(PACKAGE,'
> ./configure: line 1337: `PKG_CHECK_MODULES(PACKAGE, $pkg_modules)'
It looks like you need to install pkg-config.
(Most GTK+ & GNOME apps now use pkg-config to check which versions of
libraries are available.)
Damon