bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build failures (libunistring issue)


From: Bruno Haible
Subject: Re: build failures (libunistring issue)
Date: Tue, 9 Aug 2011 00:05:45 +0200
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; )

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  <address@hidden>

        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

[Prev in Thread] Current Thread [Next in Thread]