piet
piet copied to clipboard
Problem on MacOS
Not sure why but running cmake .. in the correct directory gives me an unsuitable QT version installed. I have Qt installed, everything good to go, cmake installed, yet still not working. Any idea? Not sure what this was tested/run on -- Linux? Might be a Qt or Cmake problem.
cmake version 3.12.3
cmake ..
-- The C compiler identification is AppleClang 10.0.0.10001044
-- The CXX compiler identification is AppleClang 10.0.0.10001044
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /usr/local/Cellar/cmake/3.12.3/share/cmake/Modules/FindQt4.cmake:1313 (message):
Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
Call Stack (most recent call first):
CMakeLists.txt:5 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
See also "/Users/johnnymorrow/IdeaProjects/Piet/GIUINT/piet/build/CMakeFiles/CMakeOutput.log".`