[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gEDA-dev: pcb configure can't find gtk2.0 version 2.8.18-1 (debian)
I get this after an update from cvs just now.
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... configure: error: Cannot find gtk2.0 >= 2.4.0, install it
and rerun ./configure
The part from configure.ac is:
gtk )
# Check for pkg-config
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
if test "$PKG_CONFIG" = "no"; then
AC_MSG_ERROR([Cannot find pkg-config, make sure it is installed and in your PATH])
fi
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4.0, ,
[AC_MSG_ERROR([Cannot find gtk+ >= 2.4.0, install it and rerun ./configure])]
)
GTK_VERSION=`$PKG_CONFIG gtk+-2.0 --modversion`
do you think this is a debian package problem?
thanks,
John G
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev