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 114158 - compile of 0.6.x branch fails in flac
compile of 0.6.x branch fails in flac
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.x
Other Linux
: Normal normal
: 0.6.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-31 21:22 UTC by Luis Villa
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luis Villa 2003-05-31 21:22:52 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -pthread
-I/home/louie/jhbuilt//include/gstreamer-0.6
-I/home/louie/jhbuilt//include/glib-2.0
-I/home/louie/jhbuilt//lib/glib-2.0/include
-I/home/louie/jhbuilt//include/libxml2 -DGST_DISABLE_DEPRECATED -g -g -O2
-MT libgstflac_la-gstflac.lo -MD -MP -MF .deps/libgstflac_la-gstflac.Tpo -c
gstflac.c  -fPIC -DPIC -o .libs/libgstflac_la-gstflac.o
In file included from gstflac.c:21:
gstflacenc.h:61: parse error before "FLAC__SeekableStreamEncoder"
gstflacenc.h:61: warning: no semicolon at end of struct or union
gstflacenc.h:63: parse error before '}' token
make[3]: *** [libgstflac_la-gstflac.lo] Error 1

I've got pretty up-to-date FLAC libs, and this worked until fairly
recently, I believe.
Comment 1 Ronald Bultje 2003-06-01 00:07:32 UTC
Which flac version do you have? I recall you needed 1.0.4 or 1.1.0.
Comment 2 Luis Villa 2003-06-01 00:16:54 UTC
1.0.3, which was what was on thomas's site. I guess I'll fish around
and find an upgrade. Thanks.
Comment 3 Ronald Bultje 2003-06-01 00:28:04 UTC
http://bugzilla.gnome.org/showattachment.cgi?attach_id=16635

That one should have been in there, sorry, forgot to apply it. I'll do
so now.