Source: hfst-ospell Source-Version: 0.5.0-1 Severity: important Tags: patch Usertags: icu63
Dear Maintainer, ICU 63.1 recently released, packaged and uploaded to experimental. Its transition is going to start soon. However your package fails to build with this version. I attach a patch which fixes the problem. Please check if it works with the version in Sid and upload the package when it's feasible for you. Thanks, Laszlo/GCS
From a949408067fa783b0cfc942baf55cc69b743adc5 Mon Sep 17 00:00:00 2001 From: Tino Didriksen <mail@tinodidriksen.com> Date: Thu, 20 Sep 2018 09:54:23 +0000 Subject: [PATCH] ICU is namespaced in newer versions (fixes #42) --- office.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/office.cc b/office.cc index ecb63c8..822e55a 100644 --- a/office.cc +++ b/office.cc @@ -49,6 +49,7 @@ #include <unicode/uloc.h> #include <unicode/uchar.h> #include <unicode/unistr.h> +using namespace icu; #include "ZHfstOspeller.h"