[Kwintv] configure error

Dirk Ziegelmeier dziegel at gmx.de
Fri Jan 23 23:08:48 CET 2004


On Thursday 22 January 2004 03:27, Mike Tuller wrote:
> I just tried it again, and I still get the error that kconfig_compiler
> was not found.
Hmmm. Dunno. This should be a region in your configure: 

if test -z "3.1"; then
  # Current default Qt version: 3.2
  kde_qtver=3
  kde_qtsubver=2
else
  kde_qtsubver=`echo "3.1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
  # following is the check if subversion isnt found in passed argument
  if test "$kde_qtsubver" = "3.1"; then
    kde_qtsubver=1
  fi
  kde_qtver=`echo "3.1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
  if test "$kde_qtver" = "1"; then
    kde_qtsubver=42
  fi
fi

If not, you got the wrong snapshot. If yes, I really can't imagine why this 
does not work for you.

Dirk


More information about the kwintv mailing list