GNOME Bugzilla – Bug 630183
Warning when compiling on 64-bit systems
Last modified: 2015-01-19 11:33:38 UTC
gsr-window.c:1002:3: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘guint64’ gsr-window.c:1002:3: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘guint64’ The patch at: http://git.gnome.org/browse/gnome-media/commit/?id=c791e3bc5eb0870ec8391a3b71ad18e1fc00e331 causes problems as well: http://mail.gnome.org/archives/gnome-i18n/2010-September/msg00179.html
One solution I remember having seen is to first output the number in a temporary string with some sprintf command, then simply use a %s format string with this temporary string in the translatable string.
gnome-media has been obsolete since the release of GNOME 3, nearly 4 years ago. Furthermore, the gnome-sound-recorder program in gnome-media has been replaced by the stand-alone, rewritten, gnome-sound-recorder program which has a different interface. The new program should not be affected by the bugs you filed, however, please make sure to file new bugs against the gnome-sound-recorder product.