On Sunday 30 September 2012, meik michalke wrote: > CMake Error: The following variables are used in this project, but they are > set to NOTFOUND. > Please set them or make sure they are set and tested correctly in the CMake > files: > QT_QT_INCLUDE_DIR > used as include directory in directory > /opt/rkward/var/macports/build/_opt_ports_kde_rkward/rkward- > devel/work/trunk/rkward/build/CMakeFiles/CMakeTmp
QT_QT_INCLUDE_DIR should apparently be set to ${QT_INCLUDE_DIR}/Qt, or to whichever path contains qglobal.h. You could - check whether qglobal.h is where it should be - add -DQT_QT_INCLUDE_DIR=... to your cmake options You could also try looking at FindQt4.cmake itself for more details, on where exactly it looks for the path (this seems to have changed across versions). Note: It's the FindQt4.cmake from /usr/share/kde4/apps/cmake/modules, not /usr/share/cmake-2.8/Modules (Debian paths). As a very first thing to check, though, if you haven't done that, yet: Try removing CMakeCache.txt or better yet, the entire build directory, then try again. Regards Thomas
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________ RKWard-devel mailing list RKWard-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rkward-devel