GNOME Bugzilla – Bug 743327
_NL_TIME_FIRST_WEEKDAY is not available on systems not using glibc
Last modified: 2017-04-17 18:20:40 UTC
_NL_TIME_FIRST_WEEKDAY is a glibc extension, so it is not available on systems not using glibc. It causes the following error: gcal-utils.c:404:36: error: use of undeclared identifier '_NL_TIME_FIRST_WEEKDAY'
We should perform better and do what Gtk+ does. https://git.gnome.org/browse/gtk+/tree/gtk/gtkcalendar.c#n824
Ting-Wei Lan, could you try it against master? Commit e009a67e30ffcaf6dbebf524d00b5cba8bdf26ab tries to solve it.
The build issue is resolved now, but I cannot find HAVE__NL_TIME_FIRST_WEEKDAY in the source. I think we may need to add the check to configure.ac. It also doesn't run because gsettings schemas cannot be found.
(In reply to comment #3) > The build issue is resolved now, but I cannot find HAVE__NL_TIME_FIRST_WEEKDAY > in the source. Yes, I have to properly find the source of the issue. > I think we may need to add the check to configure.ac. It also doesn't run because > gsettings schemas cannot be found. This is a new bug, everyone is complaining. Would you mind filling a bug for it? Thanks!
(In reply to comment #4) > (In reply to comment #3) > > The build issue is resolved now, but I cannot find HAVE__NL_TIME_FIRST_WEEKDAY > > in the source. > > Yes, I have to properly find the source of the issue. > > > I think we may need to add the check to configure.ac. It also doesn't run because > > gsettings schemas cannot be found. > > This is a new bug, everyone is complaining. Would you mind filling a bug for > it? > > Thanks! I filed the bug here: https://bugzilla.gnome.org/show_bug.cgi?id=743344