[tlbuild] No go.
Richard M. Koch
koch at uoregon.edu
Fri Feb 3 19:31:53 CET 2017
Folks,
Sorry. Removing my patch, but keeping Martin Gieseking's patches, solves nothing on OS X.
The errors in the log file are listed below. I believe they are unchanged.
Dick Koch
In file included from ../../../../../../texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/fontforge.h:37:
../../../../../../texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h:2570:39: error: unknown type name 'locale_t'
static inline void switch_to_c_locale(locale_t * tmplocale_p, locale_t * oldlocale_p) {
^
../../../../../../texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h:2570:63: error: unknown type name 'locale_t'
static inline void switch_to_c_locale(locale_t * tmplocale_p, locale_t * oldlocale_p) {
^
../../../../../../texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h:2572:18: warning: implicit declaration of function 'newlocale' is invalid in C99 [-Wimplicit-function-declaration]
*tmplocale_p = newlocale(LC_NUMERIC_MASK, "C", NULL);
^
../../../../../../texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h:2572:28: error: use of undeclared identifier 'LC_NUMERIC_MASK'
*tmplocale_p = newlocale(LC_NUMERIC_MASK, "C", NULL);
^
../../../../../../texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h:2574:28: warning: implicit declaration of function 'uselocale' is invalid in C99 [-Wimplicit-function-declaration]
else if ((*oldlocale_p = uselocale(*tmplocale_p)) == NULL) {
^
../../../../../../texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h:2576:5: warning: implicit declaration of function 'freelocale' is invalid in C99 [-Wimplicit-function-declaration]
freelocale(*tmplocale_p); *tmplocale_p = NULL;
^
../../../../../../texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h:2585:41: error: unknown type name 'locale_t'
static inline void switch_to_old_locale(locale_t * tmplocale_p, locale_t * oldlocale_p) {
^
../../../../../../texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h:2585:65: error: unknown type name 'locale_t'
static inline void switch_to_old_locale(locale_t * tmplocale_p, locale_t * oldlocale_p) {
^
../../../../../../texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h:2587:75: error: use of undeclared identifier 'LC_GLOBAL_LOCALE'
if (*oldlocale_p != NULL) { uselocale(*oldlocale_p); } else { uselocale(LC_GLOBAL_LOCALE); }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tlbuild/attachments/20170203/d472b74a/attachment-0001.html>
More information about the tlbuild
mailing list