[Glade-users] Error While Configuring

Myuran Pathmanathan (Arbornet) pmyuran@arbornet.org
Tue, 25 Feb 2003 09:16:26 +0800


> 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?

Myuran