https://bugs.kde.org/show_bug.cgi?id=402566
--- Comment #1 from andreas.sturmlech...@gmail.com --- Created attachment 117109 --> https://bugs.kde.org/attachment.cgi?id=117109&action=edit build.log /var/tmp/portage/media-gfx/krita-4.1.7/work/krita-4.1.7.101/libs/ui/kisexiv2/kis_xmp_io.cpp:284:75: error: ‘std::vector<std::__cxx11::basic_string<char> > Exiv2::XmpArrayValue::value_’ is private within this context for (std::vector< std::string >::const_iterator it = xav->value_.begin(); ^~~~~~ In file included from /usr/include/exiv2/metadatum.hpp:37, from /usr/include/exiv2/datasets.hpp:32, from /usr/include/exiv2/exiv2.hpp:33, from /var/tmp/portage/media-gfx/krita-4.1.7/work/krita-4.1.7.101/libs/ui/kisexiv2/kis_exiv2.h:24, from /var/tmp/portage/media-gfx/krita-4.1.7/work/krita-4.1.7.101/libs/ui/kisexiv2/kis_xmp_io.cpp:20: /usr/include/exiv2/value.hpp:861:34: note: declared private here std::vector<std::string> value_; //!< Stores the string values. ^~~~~~ /var/tmp/portage/media-gfx/krita-4.1.7/work/krita-4.1.7.101/libs/ui/kisexiv2/kis_xmp_io.cpp:285:36: error: ‘std::vector<std::__cxx11::basic_string<char> > Exiv2::XmpArrayValue::value_’ is private within this context it != xav->value_.end(); ++it) { ^~~~~~ -- You are receiving this mail because: You are watching all bug changes.