cmake errors on Ubuntu 12.04 64 bit
Posted: Sat Sep 08, 2012 10:30 pm
Dear all,
I am trying to build CloudCompare (downloaded today via svn co) on Ubuntu 12.04 64 bit.
I am following the instructions found in the wiki: http://www.cloudcompare.org/doc/wiki/in ... tion_CMake
So I run cmake-gui, set the source and binary code paths, click on the Configure button, and I get the following errors:
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_FIND_LIBRARY_PREFIXES
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_FIND_LIBRARY_SUFFIXES
Warning: QT_QMAKE_EXECUTABLE reported QT_INSTALL_LIBS as /usr/lib/x86_64-linux-gnu
Warning: But QtCore couldn't be found. Qt must NOT be installed correctly, or it wasn't found for cross compiling.
CMake Error at /usr/share/cmake-2.8/Modules/FindQt4.cmake:594 (MESSAGE):
Could NOT find QtCore. Check
/opt/CloudCompare/bin/CMakeFiles/CMakeError.log for more details.
Call Stack (most recent call first):
CMakeLists.txt:7 (find_package)
libQtCore.so.4.8.1 _is_ in /usr/lib/x86_64-linux-gnu (where cmake says it is looking) together with all its needed links: libQtCore.so.4.8, libQtCore.so.4, libQtCore.so
Any hint will be appreciated.
Thank you in advance
I am trying to build CloudCompare (downloaded today via svn co) on Ubuntu 12.04 64 bit.
I am following the instructions found in the wiki: http://www.cloudcompare.org/doc/wiki/in ... tion_CMake
So I run cmake-gui, set the source and binary code paths, click on the Configure button, and I get the following errors:
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_FIND_LIBRARY_PREFIXES
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_FIND_LIBRARY_SUFFIXES
Warning: QT_QMAKE_EXECUTABLE reported QT_INSTALL_LIBS as /usr/lib/x86_64-linux-gnu
Warning: But QtCore couldn't be found. Qt must NOT be installed correctly, or it wasn't found for cross compiling.
CMake Error at /usr/share/cmake-2.8/Modules/FindQt4.cmake:594 (MESSAGE):
Could NOT find QtCore. Check
/opt/CloudCompare/bin/CMakeFiles/CMakeError.log for more details.
Call Stack (most recent call first):
CMakeLists.txt:7 (find_package)
libQtCore.so.4.8.1 _is_ in /usr/lib/x86_64-linux-gnu (where cmake says it is looking) together with all its needed links: libQtCore.so.4.8, libQtCore.so.4, libQtCore.so
Any hint will be appreciated.
Thank you in advance