https://bugs.kde.org/show_bug.cgi?id=497008
--- Comment #10 from [email protected] --- I tried to set up the build environment on linux mint 22.1 Cinnamon but I get several warnings and an error: ``` ~/Desktop/kdenlive-build$ ./build.sh -- Checking for module 'libexif' -- Package 'libexif', required by 'virtual:world', not found -- Checking for module 'fontconfig' -- Package 'fontconfig', required by 'virtual:world', not found -- Checking for module 'frei0r' -- Package 'frei0r', required by 'virtual:world', not found -- Checking for module 'gdk-pixbuf-2.0' -- Package 'gdk-pixbuf-2.0', required by 'virtual:world', not found -- Checking for module 'movit' -- Package 'movit', required by 'virtual:world', not found CMake Warning at CMakeLists.txt:320 (find_package): By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt6", but CMake did not find one. Could not find a package configuration file provided by "Qt6" with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR" to a directory containing one of the above files. If "Qt6" provides a separate development package or SDK, be sure it has been installed. CMake Warning at CMakeLists.txt:330 (find_package): By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt6", but CMake did not find one. Could not find a package configuration file provided by "Qt6" with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR" to a directory containing one of the above files. If "Qt6" provides a separate development package or SDK, be sure it has been installed. -- Checking for module 'spatialaudio' -- Package 'spatialaudio', required by 'virtual:world', not found -- Checking for module 'vidstab' -- Package 'vidstab', required by 'virtual:world', not found -- Checking for module 'vorbis' -- Package 'vorbis', required by 'virtual:world', not found -- Checking for module 'vorbisfile' -- Package 'vorbisfile', required by 'virtual:world', not found -- Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR) -- Could NOT find ClangFormat (missing: CLANGFORMAT_EXECUTABLE CLANGFORMAT_VERSION) (Required is exact version "14") -- The following features have been enabled: * GPLv2 * GPLv3 * Module: avformat * Module: DeckLink * Module: JACKRack * Module: Kdenlive * Module: Normalize * Module: Oldfilm * Module: Plus * Module: PlusGPL * Module: Resample * Module: RtAudio * Module: Rubberband * Module: SDL1 * Module: SDL2 * Module: SoX * Module: XINE * Module: XML -- The following OPTIONAL packages have been found: * JACK * OpenGL -- The following REQUIRED packages have been found: * Threads * PkgConfig -- The following features have been disabled: * Tests * Doxygen * Clang Format * Module: Frei0r * Module: GDK * Module: Glaxnimate (Qt5) * Module: Glaxnimate (Qt6) * Module: NDI * Module: OpenCV * Module: Movit * Module: Qt (Qt5) * Module: Qt6 * Module: SpatialAudio * Module: vid.stab * Module: Vorbis * SWIG: C# * SWIG: Java * SWIG: Lua * SWIG: Node.js * SWIG: Perl * SWIG: PHP * SWIG: Python * SWIG: Ruby * SWIG: Tcl * lv2: LV2 Plugins support * vst2: VST2 Plugins support -- The following OPTIONAL packages have not been found: * Qt6 * SWIG * ClangFormat (required version == 14) -- Configuring done (0.4s) -- Generating done (0.0s) -- Build files have been written to: /home/vpascucci/Desktop/kdenlive-build/mlt/build make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target 'install'. Stop. CMake Error at CMakeLists.txt:50 (find_package): Could not find a configuration file for package "ECM" that is compatible with requested version "6.3.0". The following configuration files were considered but not accepted: /usr/share/ECM/cmake/ECMConfig.cmake, version: 5.115.0 -- Configuring incomplete, errors occurred! ``` Any idea what I might be doing wrong? -- You are receiving this mail because: You are watching all bug changes.
