tellico 3.4.3 fails to build: /build/tellico/src/tellico-3.4.3/src/tests/collectiontest.cpp: In member function ‘void CollectionTest::testAppendCollection()’: /build/tellico/src/tellico-3.4.3/src/tests/collectiontest.cpp:597:44: error: no matching function for call to ‘Tellico::Data::Document::appendCollection(Tellico::Data::CollPtr&, Tellico::Data::CollPtr&)’ 597 | Tellico::Data::Document::appendCollection(coll2, coll1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
Fixed in 46400b75b4c39ab2eb713bec04f02416c3c1e52b https://invent.kde.org/office/tellico/-/commit/46400b75b4c39ab2eb713bec04f02416c3c1e52b You can either apply the patch from that commit, or just not build the unit tests by passing the -DBUILD_TESTING=FALSE flag to cmake.