JARVIS-MoCap / JARVIS-AcquisitionTool

AcquisitionTool to record multi-camera recordings for the JARVIS 3D Markerless Pose Estimation Toolbox
https://jarvis-mocap.github.io/jarvis-docs/
GNU Lesser General Public License v2.1
19 stars 3 forks source link

Error during cmake of Qt6 #7

Closed JonathanAMichaels closed 2 years ago

JonathanAMichaels commented 2 years ago

CMake Warning at /home/pruszynskilab/Desktop/JARVIS-AcquisitionTool/libs/Qt/build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:213 (find_package): Found package configuration file:

/home/pruszynskilab/Desktop/JARVIS-AcquisitionTool/libs/Qt/build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake

but it set Qt6Core_FOUND to FALSE so package "Qt6Core" is considered to be NOT FOUND. Call Stack (most recent call first): qtimageformats/CMakeLists.txt:13 (find_package)

-- Configuring incomplete, errors occurred! See also "/home/pruszynskilab/Desktop/JARVIS-AcquisitionTool/libs/Qt/build/CMakeFiles/CMakeOutput.log". See also "/home/pruszynskilab/Desktop/JARVIS-AcquisitionTool/libs/Qt/build/CMakeFiles/CMakeError.log". CMake Error at /home/pruszynskilab/Desktop/JARVIS-AcquisitionTool/libs/Qt/qt/qtbase/cmake/QtProcessConfigureArgs.cmake:963 (message): CMake exited with code 1.

make: Makefile: No such file or directory make: *** No rule to make target 'Makefile'. Stop. CMake Error: Error processing file: /home/pruszynskilab/Desktop/JARVIS-AcquisitionTool/libs/Qt/build/cmake_install.cmake

timohueser commented 2 years ago

Hi Jonathan,

this is most likely caused by the CMake version not being recent enough. The FAQ Section in the Readme has instructions on how to update to a recent version of CMake for Ubuntu 20.04 and 18.04. I'll add a disclaimer about this problem to the install instructions.

Thanks for reporting the issue and I hope this helps, Timo