https://bugs.kde.org/show_bug.cgi?id=477390
Bug ID: 477390 Summary: Doesn't build Classification: Applications Product: audiotube Version: 24.01.75 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: j...@kaidan.im Reporter: aro...@archlinux.org Target Milestone: --- Version 24.01.75 doesn't build, using qcoro 0.9.0 /build/audiotube/src/audiotube-24.01.75/src/library.cpp: In member function ‘void WasPlayedWatcher::query()’: /build/audiotube/src/audiotube-24.01.75/src/library.cpp:420:19: error: no matching function for call to ‘connect(QFuture<std::optional<SingleValue<bool> > >, WasPlayedWatcher*, void (WasPlayedWatcher::*)(std::optional<SingleValue<bool> >))’ 420 | QCoro::connect(m_library->database().getResult<SingleValue<bool>>("select count(*) > 0 from played_songs where video_id = ?", m_videoId), this, &WasPlayedWatcher::update); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Additionally, this seems to be in a weird semi-ported to Qt6 state: The top-level CMakeLists requires KF6, but it still claims to support both Qt5 and Qt6, so you need to explicitly specify QT_VERSION_MAJOR=6 to make it build. -- You are receiving this mail because: You are watching all bug changes.