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
_______________________________________________
pspp-dev mailing list
pspp-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to