<div dir="ltr">It got a lot further along but there were LOTS of CMake warnings and then finally an actual error that stopped the process again:<div><br></div><div>-- Found Poppler_Core: /usr/lib/x86_64-linux-gnu/libpoppler.so (found version "0.86.1")<br>CMake Warning (dev) at /usr/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:438 (message):<br> The package name passed to `find_package_handle_standard_args`<br> (Poppler_Qt5) does not match the name of the calling package (Poppler).<br> This can lead to problems in calling code that expects `find_package`<br> result variables (e.g., `_FOUND`) to follow a certain pattern.<br>Call Stack (most recent call first):<br> /usr/share/ECM/modules/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)<br> /usr/share/ECM/find-modules/FindPoppler.cmake:112 (ecm_find_package_handle_library_components)<br> CMakeLists.txt:185 (find_package)<br>This warning is for project developers. Use -Wno-dev to suppress it.<br><br>-- Found Poppler_Qt5: /usr/lib/x86_64-linux-gnu/libpoppler-qt5.so (found version "0.86.1")<br>-- Found Poppler: /usr/lib/x86_64-linux-gnu/libpoppler.so;/usr/lib/x86_64-linux-gnu/libpoppler-qt5.so (found version "0.86.1") found components: Qt5<br>-- Checking for module 'exempi-2.0'<br>-- Found exempi-2.0, version 2.5.1<br>-- Found Exempi: /usr/include/exempi-2.0 (Required is at least version "2.0")<br>-- Found Btparse: /usr/include<br>-- Checking for modules 'libcdio;libiso9660'<br>-- No package 'libiso9660' found<br>-- Found CDIO: /usr/include<br>-- Found Csv: /usr/include (found suitable version "3.0.3", minimum required is "3.0")<br>CMake Error at src/gui/CMakeLists.txt:47 (qt_wrap_ui):<br> qt_wrap_ui called with incorrect number of arguments<br><br><br>CMake Error at src/newstuff/CMakeLists.txt:7 (qt_add_dbus_adaptor):<br> Unknown CMake command "qt_add_dbus_adaptor".<br></div><div><br></div><div>I redirected the output to a file and can supply that file if needed.</div><div>It shows all of the CMake warnings that occurred prior to the above error.</div><div>That file is a 41K uncompressed text file.</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Nov 26, 2024 at 7:47 PM Robby Stephenson <<a href="mailto:robby@periapsis.org">robby@periapsis.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">On Tue, Nov 26, 2024 at 2:17 PM Sven Linux <<a href="mailto:sven2bangkok@gmail.com" target="_blank">sven2bangkok@gmail.com</a>> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">OK, I did the suggested apt command and 143 extra packages were installed as a result of running the "sudo apt build-dep tellico" command<div>but when I try rerunning the tellico cmake command I still get the same error:<br><br>root@zbook1:/usr/local/src/tellico-4.0.1/build# cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`<br>QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'<br>QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'<br>CMake Error at CMakeLists.txt:71 (find_package):<br> Could not find a package configuration file provided by "Qt" (requested<br> version 5.12.0) with any of the following names:<br><br> QtConfig.cmake<br> qt-config.cmake</div></div></blockquote><div><br></div><div>For some reason, it looks like the Qt version isn't being set. Can you try</div><div><br></div><div> cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DQT_MAJOR_VERSION=5</div><div><br></div><div>and see if that helps?</div><div><br></div><div>Robby</div></div></div>
</blockquote></div>