GNOME Bugzilla – Bug 767374
Can't build on x86
Last modified: 2016-06-08 11:13:50 UTC
Totem 3.20.1 can't build on x86 linux: bacon-video-widget.c:2337:18: error: format '%li' expects argument of type 'long int', but argument 9 has type 'gint64 {aka long long int}' [-Werror=format=] GST_DEBUG ("Chapter #%d (start: %li stop: %li)", i, start, stop); bacon-video-widget.c:2337:18: error: format '%li' expects argument of type 'long int', but argument 10 has type 'gint64 {aka long long int}' [-Werror=format=] GST_DEBUG ("Chapter #%d (start: %li stop: %li)", i, start, stop);
Created attachment 329327 [details] [review] fix totem build on x86 Proposed patch using G_GINT64_FORMAT, builds on x86 and amd64 for me.
Already fixed in commit 057590c8. You should pick up the fix in your builds. *** This bug has been marked as a duplicate of bug 765036 ***
Ok thanks.