GNOME Bugzilla – Bug 514946
missing #include <locale.h>
Last modified: 2008-03-23 08:36:58 UTC
When I build gnome-mount, it fails with: gnome-mount.c:1521: warning: implicit declaration of function 'setlocale' gnome-mount.c:1521: error: 'LC_ALL' undeclared (first use in this function) gnome-mount.c:1521: error: (Each undeclared identifier is reported only once gnome-mount.c:1521: error: for each function it appears in.) gnome-mount.c:1521: warning: format '%s' expects type 'char *', but argument 2 has type 'int' gnome-mount.c should explicitly #include <locale.h> to fix that.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 442197 ***