After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 630183 - Warning when compiling on 64-bit systems
Warning when compiling on 64-bit systems
Status: RESOLVED OBSOLETE
Product: gnome-media
Classification: Deprecated
Component: Gnome-Sound-Recorder
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome media maintainers
gnome media maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-20 16:40 UTC by Bastien Nocera
Modified: 2015-01-19 11:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2010-09-20 16:40:33 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
Comment 1 Claude Paroz 2010-09-20 17:20:11 UTC
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.
Comment 2 Bastien Nocera 2015-01-19 11:33:38 UTC
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.