[tex-live] compilation error when compiling TeX Live on Windows 64 bits

Karl Berry karl at freefriends.org
Sat Jul 9 17:33:10 CEST 2016


    +#ifdef __MINGW32__
    +           s1 = do_number((size_t) v, (char*) s2, 16, flags);
    +#else
                 s1 = do_number((unsigned long) v, (char*) s2, 16, flags);
    +#endif /* __MINGW32__ */

1) It seems it would be better to avoid the #ifdef and always use size_t.
2) The report must go upstream, to the lcdf maintainer, Eddie Kohler.
Please send the bug and your patch to him for his consideration.

Thanks,
Karl


More information about the tex-live mailing list