[dolphin] [Bug 468779] Fails to build without KActivities (wrong #if check)

Duncan bugzilla_noreply at kde.org
Sun Apr 30 20:50:43 BST 2023


https://bugs.kde.org/show_bug.cgi?id=468779

Duncan <1i5t5.duncan at cox.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |1i5t5.duncan at cox.net

--- Comment #1 from Duncan <1i5t5.duncan at cox.net> ---
Created attachment 158576
  --> https://bugs.kde.org/attachment.cgi?id=158576&action=edit
#ifdef HAVE_KACTIVITIES -> #if HAVE_KACTIVITIES patch

Confirmed bisect to b99f6f50e.  Confirmed it builds with (gentoo)
USE=kactivites.  Here's the error without:

src/global.cpp:20:10: fatal error: KActivities/Consumer: No such file or
directory
20 | #include <KActivities/Consumer>

And a patch confirmed to fix it since I have it.  I'm not a dev and don't know
how to do PRs, but given cfeck's #IFDEF -> #IF hint and the commit, on gentoo a
patch was trivial to do and test, so I might as well post it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list