[frameworks-kparts] [Bug 490674] MacOS error: no member named 'org' in global namespace

Nicolas Fella bugzilla_noreply at kde.org
Mon Jul 22 23:42:20 BST 2024


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

Nicolas Fella <nicolas.fella at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.fella at gmx.de

--- Comment #2 from Nicolas Fella <nicolas.fella at gmx.de> ---
A lot of recent effort went into building without DBus on macOS, so it's
certainly supposed to work.

The usage of  ::org::kde::KDirNotify::emitFilesAdded is guarded with
HAVE_KDIRNOTIFY, which is defined as

#define HAVE_KDIRNOTIFY __has_include(<KDirNotify>)

The KDirNotify header is only installed if KIO is built with DBus support.
Could it be that you have an old KDirNotify header from a previous KIO version
in your include path?

-- 
You are receiving this mail because:
You are watching all bug changes.



More information about the kde-mac mailing list