Bruno Haible writes:
> Simon Josefsson wrote:
>> ./config.log contains the content below. What's interesting is
>> that there is no #include which I believe is needed?
>
> Good point. I'm applying the patches below, that fixes it.
Thank you! I will test.
>> The gltests/config.log file contai
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.
Ther
Simon Josefsson wrote:
> ./config.log contains the content below. What's interesting is
> that there is no #include which I believe is needed?
Good point. I'm applying the patches below, that fixes it.
> The gltests/config.log file contains:
>
> configure:30414: checking whether tcgetsid is de
Eric Blake wrote:
> It will probably break any other
> packages that have picked up the latest gnulib in the last few days.
Indeed. It broke libiconv-1.14. But fortunately it's not a regression.
Large file support in the 'iconv' program would have been an undocumented
improvement. Now it's delaye
On 07/22/2011 04:10 PM, Paul Eggert wrote:
On 07/22/11 10:45, Pádraig Brady wrote:
If it works it would be better in AC_SYS_LARGEFILE (as well) I think.
OK, thanks, I pushed this into gnulib. Assuming it works (and I don't
see why it'd hurt) I'll push it into autoconf.
No problem with me to
On 07/22/2011 04:10 PM, Paul Eggert wrote:
On 07/22/11 10:45, Pádraig Brady wrote:
If it works it would be better in AC_SYS_LARGEFILE (as well) I think.
OK, thanks, I pushed this into gnulib. Assuming it works (and I don't
see why it'd hurt) I'll push it into autoconf.
Ouch. This commit br
Bruno Haible writes:
>> >> In file included from unictype/test-combiningclass_name.c:17:
>> >> ./config.h:1990:1: warning: "HAVE_DECL_TCGETSID" redefined
>> >> In file included from ./config.h:64,
>> >> from unictype/test-combiningclass_name.c:17:
>> >> ./../config.h:1975:1: warn
Bruno Haible writes:
> Hi Simon,
>
>> >> unictype/categ_LC.c:27: error: 'UC_CATEGORY_MASK_LC' undeclared here
>> >> (not in a function)
>> >> make[4]: *** [unictype/categ_LC.o] Error 1
>> >
>> > It looks like the generated unictype.h file is broken (possibly empty?).
>> > Can you compare unictype