On Sun, Apr 15, 2018 at 06:47:05AM +0800, Paul Goyette wrote:
> /tmp/pkgs/misc/libreoffice/work.x86_64/libreoffice-6.0.3.2/opencl/source/openclconfig.cxx: In function 'bool {anonymous}::match(const rtl::OUString&, const rtl::OUString&)':
> /tmp/pkgs/misc/libreoffice/work.x86_64/libreoffice-6.0.3.2/opencl/source/openclc
> onfig.cxx:122:5: error: 'RegexMatcher' was not declared in this scope
> RegexMatcher aMatcher(sIcuPattern, sIcuInput, 0, nIcuError);
> ^~~~~~~~~~~~
> /tmp/pkgs/misc/libreoffice/work.x86_64/libreoffice-6.0.3.2/opencl/source/openclconfig.cxx:122:5: note: suggested alternative:
> In file included from /tmp/pkgs/misc/libreoffice/work.x86_64/libreoffice-6.0.3.2/opencl/source/openclconfig.cxx:10:0:
> /tmp/pkgs/misc/libreoffice/work.x86_64/.buildlink/include/unicode/regex.h:664:18: note: 'icu_61::RegexMatcher'
> class U_I18N_API RegexMatcher U_FINAL : public UObject {
> ^~~~~~~~~~~~~
Looks like fallout from the icu update.
Thomas