Simon Josefsson wrote:
> my /usr/local/include/unictype.h file does not contain
> UC_CATEGORY_MASK_LC.  It is from libunistring 0.9.3.  I can't find
> UC_CATEGORY_MASK_LC symbol anywhere in the libunistring 0.9.3 package.

Oh, I see now. This particular symbol is newer than libunistring 0.9.3.
There were several additions to unictype.in.h, on 2011-01-09, 2011-03-21,
2011-03-23, 2011-03-25. This patch ought to fix it:


2011-08-08  Bruno Haible  <br...@clisp.org>

        unictype/base: Fix interoperability with preinstalled libunistring.
        * modules/unictype/base (configure.ac): Bump minimum version to 0.9.4.
        Reported by Simon Josefsson.

--- modules/unictype/base.orig  Tue Aug  9 00:01:50 2011
+++ modules/unictype/base       Tue Aug  9 00:00:14 2011
@@ -10,7 +10,7 @@
 stdbool
 
 configure.ac:
-gl_LIBUNISTRING_LIBHEADER([0.9], [unictype.h])
+gl_LIBUNISTRING_LIBHEADER([0.9.4], [unictype.h])
 
 Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNICTYPE_H)
-- 
In memoriam Edward Pimental <http://en.wikipedia.org/wiki/Edward_Pimental>

Reply via email to