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

--- Comment #1 from Yurii Kolesnykov <yuriko...@gmail.com> ---
file_unix.cpp:421:19: error: no matching function for call to 'getxattr'
    auto length = getxattr(filenameEncoded.data(), attrName, nullptr, 0);
                  ^~~~~~~~
/usr/include/sys/xattr.h:61:9: note: candidate function not viable: requires 6
arguments, but 4 were provided
ssize_t getxattr(const char *path, const char *name, void *value, size_t size,
u_int32_t position, int options);
        ^
file_unix.cpp:427:14: error: no matching function for call to 'getxattr'
    length = getxattr(filenameEncoded.data(), attrName, strAttr, xattr_size);
             ^~~~~~~~

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

Reply via email to