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 304180 - [directfb] compilation fails with gcc-4
[directfb] compilation fails with gcc-4
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal major
: 0.8.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-14 16:20 UTC by Michaël Arnauts
Modified: 2005-05-15 16:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michaël Arnauts 2005-05-14 16:20:31 UTC
after checking out a fresh cvs copy, i noticed that directfb could not compile.

output:
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.8
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
-DGST_DISABLE_DEPRECATED -Wall -Werror -D_REENTRANT -I/usr/include/directfb -g
-O2 -MT libgstdirectfbvideosink_la-directfbvideosink.lo -MD -MP -MF
.deps/libgstdirectfbvideosink_la-directfbvideosink.Tpo -c directfbvideosink.c 
-fPIC -DPIC -o .libs/libgstdirectfbvideosink_la-directfbvideosink.o
cc1: warnings being treated as errors
directfbvideosink.c: In function 'gst_directfbvideosink_sink_link':
directfbvideosink.c:317: warning: pointer targets in passing argument 3 of
'gst_structure_get_fourcc' differ in signedness
make[3]: *** [libgstdirectfbvideosink_la-directfbvideosink.lo] Error 1
make[3]: Leaving directory `/mnt/extra/Sources/gst-plugins/ext/directfb'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/extra/Sources/gst-plugins/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/extra/Sources/gst-plugins'
make: *** [all] Error 2

have fun fixing :)
Comment 1 Tim-Philipp Müller 2005-05-15 16:51:02 UTC
Should be fixed in CVS, thanks.

Cheers
 -Tim