pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] Bug in CVS Still?


From: Christophe Lambin
Subject: Re: [Pan-users] Bug in CVS Still?
Date: 09 May 2002 10:46:42 +0200

On Thu, 2002-05-09 at 05:03, John J.LeMay Jr. wrote:

>>./configure: line 5977: syntax error near unexpected token
>>`PKG_CHECK_MODULES(GLIB,'
>>./configure: line 5977: `PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.0.1'
> 
> Not to whine, but shouldn't something complain about missing deps before it
> gets that far? A quick rpm -qa|grep for each of those didn't show any of them
> installed.

In theory, you should never get this far in the first place:  autogen.sh
checks to see if gnome-autogen.sh is installed, which comes with
gnome-common, which requires pkgconfig to be installed.

Only once those are installed will autogen.sh build a proper configure
script, which in turn will check whether the necessary build packages
(glib, gtk+, etc.) are installed.

Since your autogen.sh didn't abort, I'm assuming you have some copy of
gnome-autogen.sh installed, but not pkgconfig (as is apparent from the
errors above). So, it looks like a package dependency problem to me.


Regards,
Christophe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]