Page 1 of 1

cmake Errors with LMMS 0.4.13

Posted: Wed Mar 27, 2013 10:40 pm
by maikerusan
Hi guys,

I'm trying to do a build and install of LMMS 0.4.13 on Linux Mint Debian and I keep on getting an error on the "cmake ../" command:

-- Target host is 32 bit
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE):
Could NOT find Qt4 (missing: QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE
QT_RCC_EXECUTABLE QT_UIC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR
QT_QTCORE_LIBRARY) (Required is at least version
"4.3.0;COMPONENTS;QtCore;QtGui;QtXml")
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-2.8/Modules/FindQt4.cmake:1200 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:90 (FIND_PACKAGE)

I am running CMake version 2.8.9-1. If anyone has any suggestions please let me know.


Thanks,

Re: cmake Errors with LMMS 0.4.13

Posted: Wed Apr 03, 2013 6:19 pm
by brainz
The most obvious thing would be to ask if you have the development qt4 package installed?
But if you are following the tutorial you should have, but perhaps you should just try to follow the tutorial all over again.

//Brainz