[Glade-users] A question about Signals on Glade
Damon Chaplin
damon@karuna.uklinux.net
Thu, 17 Mar 2005 15:37:11 +0000
On Thu, 2005-03-17 at 00:36 +0100, Tomas Eroles i Forner wrote:
> ./configure: line 4068: syntax error near unexpected token `PACKAGE,'
> ./configure: line 4068: `PKG_CHECK_MODULES(PACKAGE, $pkg_modules)'
>
> Where's my mistake?
I'd guess you don't have pkg-config installed.
You may also need to install all the GTK+/GNOME development packages,
like gtk-devel, to get the header files needed for compilation.
Damon