[Bug 747283] New: configure: playback and seek tests build error with gtk < 3.10.0
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Apr 2 22:28:46 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=747283
Bug ID: 747283
Summary: configure: playback and seek tests build error with
gtk < 3.10.0
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: major
Priority: Normal
Component: gst-plugins-base
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: storyofkim79 at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
There's a build error in gst-plugins-base/tests/examples/ like below
playback-test.c: In function ‘create_ui’:
playback-test.c:2640:3: error: implicit declaration of function
‘gtk_button_new_from_icon_name’ [-Werror=implicit-function-declaration]
playback-test.c:2640:3: error: nested extern declaration of
‘gtk_button_new_from_icon_name’ [-Werror=nested-externs]
playback-test.c:2640:15: error: assignment makes pointer from integer without a
cast [-Werror]
playback-test.c:2642:16: error: assignment makes pointer from integer without a
cast [-Werror]
playback-test.c:2644:15: error: assignment makes pointer from integer without a
cast [-Werror]
playback-test.c:2833:17: error: assignment makes pointer from integer without a
cast [-Werror]
playback-test.c:3194:17: error: assignment makes pointer from integer without a
cast [-Werror]
CCLD gtk-videooverlay
cc1: all warnings being treated as errors
CCLD audiomix
make[4]: *** [playback-test.o] Error 1
make[4]: Leaving directory
`/home/chihyoung/opensrc/jhbuild-gstreamer/build/gst-plugins-base/tests/examples/playback'
make[3]: *** [playback] Error 2
make[3]: *** Waiting for unfinished jobs....
CC jsseek.o
CC sprinkle3-sprinkle3.o
CCLD volume
make[4]: Leaving directory
`/home/chihyoung/opensrc/jhbuild-gstreamer/build/gst-plugins-base/tests/examples/fft'
CCLD stepping
CC appsrc_ra-appsrc-ra.o
CCLD stepping2
make[4]: Leaving directory
`/home/chihyoung/opensrc/jhbuild-gstreamer/build/gst-plugins-base/tests/examples/encoding'
CC appsrc_seekable-appsrc-seekable.o
CCLD addstream
CCLD appsink-src
CCLD appsink-src2
make[4]: Leaving directory
`/home/chihyoung/opensrc/jhbuild-gstreamer/build/gst-plugins-base/tests/examples/audio'
CCLD sprinkle
make[4]: Leaving directory
`/home/chihyoung/opensrc/jhbuild-gstreamer/build/gst-plugins-base/tests/examples/overlay'
CCLD sprinkle2
CCLD scrubby
CCLD sprinkle3
CCLD appsrc_ex
CCLD appsrc-stream
jsseek.c: In function ‘main’:
jsseek.c:2737:3: error: implicit declaration of function
‘gtk_button_new_from_icon_name’ [-Werror=implicit-function-declaration]
jsseek.c:2737:3: error: nested extern declaration of
‘gtk_button_new_from_icon_name’ [-Werror=nested-externs]
jsseek.c:2737:15: error: assignment makes pointer from integer without a cast
[-Werror]
jsseek.c:2739:16: error: assignment makes pointer from integer without a cast
[-Werror]
jsseek.c:2741:15: error: assignment makes pointer from integer without a cast
[-Werror]
jsseek.c:2800:17: error: assignment makes pointer from integer without a cast
[-Werror]
jsseek.c:2911:17: error: assignment makes pointer from integer without a cast
[-Werror]
cc1: all warnings being treated as errors CCLD appsrc-stream2
make[4]: *** [jsseek.o] Error 1
The function "gtk_button_new_from_icon_name" is available from GTK+-3.10
But my gtk version is GTK+-3.0.0, so this build error occurs.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list