GNOME Bugzilla – Bug 724045
gst-inspect: Compile error at gst-inspect.c:514:15 since 53d8460bfd
Last modified: 2014-02-10 16:10:50 UTC
Gstreamer fails to compile on 32-bit since commit 53d8460bfd: gst-inspect.c: In function ‘print_element_properties_info’: gst-inspect.c:514:15: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘GType’ [-Werror=format=] g_type_name (param->value_type)); ^ cc1: all warnings being treated as errors make[2]: *** [gst_inspect_1.0-gst-inspect.o] Error 1 ...it compiles fine on 64-bit. System ------ OS: Fedora 19 32-bit Kernel: 3.10.4-300.fc19.i686.PAE
Created attachment 268689 [details] configure log
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 bug 723446 ***
commit be32ae0252ae4a9301cc4b360b712a9208d3dfcf Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Feb 10 17:09:59 2014 +0100 gst-inspect: Fix yet another compiler warning https://bugzilla.gnome.org/show_bug.cgi?id=724045