KO Myung-Hun writes:
> I'm using this in libiconv. On OS/2, a charset is not specified
> generally. Just only a locale is specified. And all LC_xxx are not
> specified. Just only LANG is specified. For examples, set LANG=ko_KR for
> Korean. And the case that charset aliases are used is that '.' t
KO Myung-Hun wrote:
> Hi/2.
>
> Daiki Ueno wrote:
>> Hello,
>>
>> The change should work, but I have a feeling that something is wrong:
>>
>>> +# if defined OS2
>>> + /* To avoid the troubles of installing a separate file in the same
>>> + directory as the DLL and of retrieving the
Hi/2.
Daiki Ueno wrote:
> Hello,
>
> The change should work, but I have a feeling that something is wrong:
>
>> +# if defined OS2
>> + /* To avoid the troubles of installing a separate file in the same
>> + directory as the DLL and of retrieving the DLL's directory at
>> + r
Hello,
The change should work, but I have a feeling that something is wrong:
> +# if defined OS2
> + /* To avoid the troubles of installing a separate file in the same
> + directory as the DLL and of retrieving the DLL's directory at
> + runtime, simply inline the aliases her
Autoconf propose a mechanism to cache the result of checks, so that a user
who needs to re-run configure can get a very fast result. Unfortunately,
the code in the macro gl_LD_VERSION_SCRIPT did not implement this feature,
so it would always spend time re-testing.
This patch inserts the AC_CACHE_C
On 12/18/2014 10:26 AM, David Fang wrote:
After applying your patch to both copies in gnutls, test-stdalign
passes, as does everything else.
Thanks for checking; I pushed this into gnulib.
Paul and all,
PEBKAC.
So I finally dug deeper into these compilation issues and with
-save-temps, discovered that I had patched the wrong stdalign.in.h.
Apparently, GNUTLS-3.3.9 ships two copies of it, and I patched the one
that was NOT used by test-stdalign. After applying your pat
Hi Paul,
On Thu, 18 Dec 2014, Paul Eggert wrote:
Can you deduce why the fix didn't work? It should have inserted this:
+#elif (defined __APPLE__ && defined __MACH__ \
+ ? 4 < __GNUC__ + (1 <= __GNUC_MINOR__) \
+ : __GNUC__)
and that should
k...@freefriends.org (Karl Berry) skribis:
> I feel the need to clarify that I did not "suggest" it. My exact words
> were "that would be fine". In other words, I was willing for it to
> happen, since although I find your proposed CSS changes quite wrong, I
> didn't (and don't) want to debate it
David Fang wrote:
Hi Paul,
I tried applying the patch (just the stdalign.in.h bit) to the
powerpc-darwin8 build, but I still see (when changing the assert to printf):
Can you deduce why the fix didn't work? It should have inserted this:
+#elif (defined __APPLE__ && defined __MACH__
10 matches
Mail list logo