[Kwintv] configure error

Dirk Ziegelmeier dziegel at gmx.de
Tue Jan 20 19:43:38 CET 2004


On Tuesday 20 January 2004 16:33, Mike Tuller wrote:
> As far as I can tell, my kde version is 3.1.4. So if it is looking for
> 3.1, it would be greater, but would be less than 3.2. could that be the
> issue?
Careful, configure is looking for the _QT_ library version.

        kde32ornewer=1
        if test "$kde_qtver" -lt 3; then
            kde32ornewer=
        else
            if test "$kde_qtver" = "3" && test "$kde_qtsubver" -le 1; then
                kde32ornewer=
            fi
        fi

So if the Qt version is <3.2, a KDE version <3.2 is assumed.

Where does your /usr/lib/qt3 point to? What Qt version do you have? Have you 
updated your Qt lib?

Dirk


More information about the kwintv mailing list