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 301097 - 0.8 GStreamer branch do not compile on FC4
0.8 GStreamer branch do not compile on FC4
Status: RESOLVED DUPLICATE of bug 172815
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-18 17:35 UTC by Christian Fredrik Kalager Schaller
Modified: 2005-08-26 00:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Christian Fredrik Kalager Schaller 2005-04-18 17:35:46 UTC
Please describe the problem:
Trying to compile current 0.8 CVS on FC4 (test2) I get the following error.

Steps to reproduce:
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libxml2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-common -g
-Wall -Werror -DGST_DISABLE_DEPRECATED -mpreferred-stack-boundary=2
-I/usr/include/valgrind -I/usr/include/valgrind/x86
-I/usr/include/valgrind/linux -I/usr/include/valgrind/x86-linux -I../.. -O2 -g
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4
-fasynchronous-unwind-tables -MT libgstparse_la-lex._gst_parse_yy.lo -MD -MP -MF
.deps/libgstparse_la-lex._gst_parse_yy.Tpo -c lex._gst_parse_yy.c  -fPIC -DPIC
-o .libs/libgstparse_la-lex._gst_parse_yy.o
cc1: warnings being treated as errors
lex._gst_parse_yy.c: In function '_gst_parse_yylex':
parse.l:144: warning: ignoring return value of 'fwrite', declared with attribute
warn_unused_result
make[4]: *** [libgstparse_la-lex._gst_parse_yy.lo] Error 1



Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Tim-Philipp Müller 2005-04-18 20:28:55 UTC

*** This bug has been marked as a duplicate of 172815 ***