pspp-users
[Top][All Lists]
Advanced

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

CVS compilation difficulty


From: Daniel E WILLIAMS
Subject: CVS compilation difficulty
Date: Thu, 14 Dec 2006 14:13:07 -0800

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)'
 
 
The offending region in the configure script is:

if test x"$with_gui" != x"no" ; then
 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.6.0)
 PKG_CHECK_MODULES(GLADE, libglade-2.0)
fi
 
Any ideas?  I'm using cygwin, in case that information helps.
 
Dan Williams
Forecasting, Research and Analysis Office
Department of Human Services
State of Oregon, USA
503 947 5354
--- Begin Message --- Subject: CVS compilation difficulty Date: Thu, 14 Dec 2006 14:10:13 -0800
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)'
 
 
The offending region in the configure script is:

if test x"$with_gui" != x"no" ; then
 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.6.0)
 PKG_CHECK_MODULES(GLADE, libglade-2.0)
fi
 
Any ideas?  I'm using cygwin, in case that information helps.
 
Dan Williams
Forecasting, Research and Analysis Office
Department of Human Services
State of Oregon, USA
503 947 5354

--- End Message ---

reply via email to

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