[Glade-users] Error While Configuring
Damon Chaplin
damon@karuna.uklinux.net
25 Feb 2003 21:03:20 +0000
On Tue, 2003-02-25 at 01:16, Myuran Pathmanathan (Arbornet) wrote:
> > 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
>
> Thanks Damon, but I have pkg-config installed in my computer and it is in
> the path. Any idea?
In that case it looks like the pkg-config m4 macros are not in your
aclocal path (aclocal is part of automake).
The Glade FAQ covers this sort of issue, on http://glade.gnome.org
(Section 3.2). You probably need to set ACLOCAL_FLAGS.
Damon