From kde-commits Thu Mar 24 19:16:08 2005 From: Dirk Mueller Date: Thu, 24 Mar 2005 19:16:08 +0000 To: kde-commits Subject: kde-common/admin Message-Id: <20050324191608.D56E43EB () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111169178611357 CVS commit by mueller: improve error message CCBUG: 56747 M +9 -1 acinclude.m4.in 2.504 --- kde-common/admin/acinclude.m4.in #2.503:2.504 @@ -1645,5 +1645,13 @@ AC_MSG_RESULT([$kde_cv_uic_plugins]) if test "$kde_cv_uic_plugins" != yes; then - AC_MSG_ERROR([you need to install kdelibs first.]) + AC_MSG_ERROR([ +you need to install kdelibs first. + +If you did install kdelibs, then the Qt version that is picked up by +this configure is not the same version you used to compile kdelibs. +The Qt Plugin installed by kdelibs is *ONLY* loadable if its the +same Qt version, compiled with the same compiler and the same Qt +configuration settings. +]) fi fi