[bt-devel] cmake(?) problems with Kubuntu 8.04

Eeli Kaikkonen eekaikko at mail.student.oulu.fi
Fri May 9 04:21:12 MST 2008


After updating to Qt 4.4 build system does not work. First it complains:

-- Found Qt-Version 4.4.0
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
QT_QT_INCLUDE_DIR

CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error: Could not compile simple test program:
 #include <QtCore/QtGlobal>
 int main()
 {
 #ifdef QT_VISIBILITY_AVAILABLE
 return 0;
 #else
 return 1;
 #endif
 }

-- Configuring done


I can edit the QT_QT_INCLUDE_DIR variable in CMakeCache by hand and the
configuring succeeds but building will stop with errors:

make[2]: *** No rule to make target `/usr/lib/libICE.so', needed by `bibletime'.
make[2]: *** No rule to make target `/usr/lib/libXft.so', needed by `bibletime'.
make[2]: *** No rule to make target `/usr/lib/libXcursor.so', needed by `bibletime'.
make[2]: *** No rule to make target `/usr/lib/libXfixes.so', needed by `bibletime'.
make[2]: *** No rule to make target `/usr/lib/libXrender.so', needed by `bibletime'.
make[2]: *** No rule to make target `/usr/lib/libpng.so', needed by `bibletime'.
make[2]: Target `CMakeFiles/bibletime.dir/build' not remade because of errors.
make[1]: *** [CMakeFiles/bibletime.dir/all] Error 2


This effectively stops me continuing development, so solutions are
welcome.

  Yours,
	Eeli Kaikkonen (Mr.), Oulu, Finland
	e-mail: eekaikko at mailx.studentx.oulux.fix (with no x)



More information about the bt-devel mailing list