there have been some changes in icu-5.11 I needed the following patch to build firebird against it.
diff --git a/src/common/unicode_util.cpp b/src/common/unicode_util.cpp index 11a66a9..497a4b2 100644 --- a/src/common/unicode_util.cpp +++ b/src/common/unicode_util.cpp @@ -44,6 +44,12 @@ #include <unicode/uchar.h> #include <unicode/ucol.h> +#include <unicode/uvernum.h> +#if U_ICU_VERSION_MAJOR_NUM >= 51 +#include <unicode/utf_old.h> +#endif + + // The next major ICU version after 4.8 is 49. #define ICU_NEW_VERSION_MEANING 49 ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
