| Summary: | tellico 3.4.3 doesn't build | ||
|---|---|---|---|
| Product: | [Applications] tellico | Reporter: | Antonio Rojas <arojas> |
| Component: | general | Assignee: | Robby Stephenson <robby> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.4.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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. |
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); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~