pspp-dev
[Top][All Lists]
Advanced

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

Re: CVS compilation difficulty


From: Jason Stover
Subject: Re: CVS compilation difficulty
Date: Sat, 16 Dec 2006 15:55:58 -0500
User-agent: Mutt/1.5.10i

I had the same trouble, even though I also had pkg-config.
My problem was that I had two directories with m4 macros in it,
and the directory aclocal checked did not have PKG_CHECK_MODULES
defined in it.

If you haven't done so, run aclocal --print-ac-dir. Then grep for 
PKG_CHECK_MODULES in that directory. On my machine, PKG_CHECK_MODULES
was defined in /usr/local/share/aclocal/pkg.m4, but aclocal was looking in
/usr/share/aclocal, which did not contain the definition.

-Jason

On Sat, Dec 16, 2006 at 09:39:54AM -0800, Ben Pfaff wrote:
> "Daniel E WILLIAMS" <address@hidden> writes:
> 
> > Hello, again.  I'm trying to compile the CVS repository code and have not 
> > had
> > any success cracking the following error when running configure:
> >  
> > ./configure: line 13333: syntax error near unexpected token `GTK,'
> > ./configure: line 13333: `  PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.6.0)'
> 
> You can either install pkg-config or delete the offending pair of
> lines from the configure.ac file.
> -- 
> Ben Pfaff 
> email: address@hidden
> web: http://benpfaff.org
> 
> 
> _______________________________________________
> pspp-dev mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/pspp-dev




reply via email to

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