[gstreamer-bugs] [Bug 459226] New plugin: ID3 tagger which writes version 2.3

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jan 16 14:37:33 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=459226

  GStreamer | gst-plugins-bad | Ver: HEAD CVS

Rob changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amtor at hotmail.com




------- Comment #16 from Rob  2009-01-16 22:37 UTC -------
(In reply to comment #15)

I have installed all the dependencies under Hardy Heron.  But when I try to
compile the plugin, I get this error.  Any ideas?

ubuntu at ubuntu:~/Desktop/gst-id3v23mux-tags-0.0.6$ make plugin
/bin/sh: svn: not found
mkdir -p target/build 2> /dev/null || true
g++ -DHAVE_CONFIG_H -fPIC -c -Isrc -g -Wall -Werror -pthread
-I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -o
target/build/gstid3v23mux.o src/gstid3v23mux.cc
src/gstid3v23mux.cc:86:21: error: id3/tag.h: No such file or directory
src/gstid3v23mux.cc:161: error: expected initializer before ‘*’ token
src/gstid3v23mux.cc:167: error: expected initializer before ‘*’ token
src/gstid3v23mux.cc:172: error: expected initializer before ‘*’ token
src/gstid3v23mux.cc:179: error: expected initializer before ‘*’ token
src/gstid3v23mux.cc:196: error: expected ‘,’ or ‘...’ before ‘*’
token
src/gstid3v23mux.cc:199: error: ISO C++ forbids declaration of ‘ID3_Frame’
with no type
src/gstid3v23mux.cc:205: error: expected initializer before ‘*’ token
src/gstid3v23mux.cc: In function ‘GstBuffer*
gst_id3v23_mux_render_tag(GstTagLibMuxPriv*, GstTagList*)’:
src/gstid3v23mux.cc:258: error: ‘ID3_Frame’ was not declared in this scope
src/gstid3v23mux.cc:258: error: ‘title’ was not declared in this scope
src/gstid3v23mux.cc:258: error: ‘ID3FID_TITLE’ was not declared in this
scope
src/gstid3v23mux.cc:258: error: ‘tags_tag_to_frame’ was not declared in
this scope
src/gstid3v23mux.cc:259: error: ‘album’ was not declared in this scope
src/gstid3v23mux.cc:259: error: ‘ID3FID_ALBUM’ was not declared in this
scope
src/gstid3v23mux.cc:260: error: ‘artist’ was not declared in this scope
src/gstid3v23mux.cc:260: error: ‘ID3FID_LEADARTIST’ was not declared in
this scope
src/gstid3v23mux.cc:261: error: ‘genre’ was not declared in this scope
src/gstid3v23mux.cc:261: error: ‘ID3FID_CONTENTTYPE’ was not declared in
this scope
src/gstid3v23mux.cc:264: error: ‘track_number’ was not declared in this
scope
src/gstid3v23mux.cc:264: error: ‘ID3FID_TRACKNUM’ was not declared in this
scope
src/gstid3v23mux.cc:264: error: ‘tags_composed_tags_to_frame’ was not
declared in this scope
src/gstid3v23mux.cc:265: error: ‘part_in_set’ was not declared in this
scope
src/gstid3v23mux.cc:265: error: ‘ID3FID_PARTINSET’ was not declared in this
scope
src/gstid3v23mux.cc:269: error: ‘frame_year’ was not declared in this scope
src/gstid3v23mux.cc:270: error: ‘frame_date’ was not declared in this scope
src/gstid3v23mux.cc:277: error: ‘ID3FID_YEAR’ was not declared in this
scope
src/gstid3v23mux.cc:277: error: ‘tags_text_to_frame’ was not declared in
this scope
src/gstid3v23mux.cc:286: error: ‘ID3FID_DATE’ was not declared in this
scope
src/gstid3v23mux.cc:286: error: ‘tags_text_to_frame’ was not declared in
this scope
src/gstid3v23mux.cc:294: error: ‘image’ was not declared in this scope
src/gstid3v23mux.cc:294: error: ‘ID3FID_PICTURE’ was not declared in this
scope
src/gstid3v23mux.cc:294: error: ‘tags_image_tag_to_frame’ was not declared
in this scope
src/gstid3v23mux.cc:295: error: ‘image_preview’ was not declared in this
scope
src/gstid3v23mux.cc:299: error: ‘ID3_Tag’ was not declared in this scope
src/gstid3v23mux.cc:299: error: expected `;' before ‘tag’
src/gstid3v23mux.cc:300: error: ‘tag’ was not declared in this scope
src/gstid3v23mux.cc:301: error: ‘tag’ was not declared in this scope
src/gstid3v23mux.cc:302: error: ‘tag’ was not declared in this scope
src/gstid3v23mux.cc:303: error: ‘tag’ was not declared in this scope
src/gstid3v23mux.cc:304: error: ‘tag’ was not declared in this scope
src/gstid3v23mux.cc:305: error: ‘tag’ was not declared in this scope
src/gstid3v23mux.cc:306: error: ‘tag’ was not declared in this scope
src/gstid3v23mux.cc:307: error: ‘tag’ was not declared in this scope
src/gstid3v23mux.cc:308: error: ‘tag’ was not declared in this scope
src/gstid3v23mux.cc:309: error: ‘tag’ was not declared in this scope
src/gstid3v23mux.cc:312: error: ‘tag’ was not declared in this scope
src/gstid3v23mux.cc:312: error: ‘unicode_t’ was not declared in this scope
src/gstid3v23mux.cc:312: error: ‘uchar’ was not declared in this scope
src/gstid3v23mux.cc:313: error: ‘data’ was not declared in this scope
src/gstid3v23mux.cc:313: error: expected type-specifier before ‘uchar’
src/gstid3v23mux.cc:313: error: expected `;' before ‘uchar’
src/gstid3v23mux.cc:314: error: ‘ID3TT_ID3V2’ was not declared in this
scope
src/gstid3v23mux.cc:318: error: type ‘<type error>’ argument given to
‘delete’, expected pointer
src/gstid3v23mux.cc:320: error: type ‘<type error>’ argument given to
‘delete’, expected pointer
src/gstid3v23mux.cc:321: error: type ‘<type error>’ argument given to
‘delete’, expected pointer
src/gstid3v23mux.cc:322: error: type ‘<type error>’ argument given to
‘delete’, expected pointer
src/gstid3v23mux.cc:323: error: type ‘<type error>’ argument given to
‘delete’, expected pointer
src/gstid3v23mux.cc:324: error: type ‘<type error>’ argument given to
‘delete’, expected pointer
src/gstid3v23mux.cc:325: error: type ‘<type error>’ argument given to
‘delete’, expected pointer
src/gstid3v23mux.cc:326: error: type ‘<type error>’ argument given to
‘delete’, expected pointer
src/gstid3v23mux.cc:327: error: type ‘<type error>’ argument given to
‘delete’, expected pointer
src/gstid3v23mux.cc:328: error: type ‘<type error>’ argument given to
‘delete’, expected pointer
src/gstid3v23mux.cc:329: error: type ‘<type error>’ argument given to
‘delete’, expected pointer
src/gstid3v23mux.cc: At global scope:
src/gstid3v23mux.cc:356: error: expected initializer before ‘*’ token
cc1plus: warnings being treated as errors
src/gstid3v23mux.cc:188: warning: ‘gchar* tags_tag_to_string(const
GstTagList*, const gchar*)’ declared ‘static’ but never defined
src/gstid3v23mux.cc:193: warning: ‘GDate* tags_tag_to_date(const GstTagList*,
const gchar*)’ declared ‘static’ but never defined
src/gstid3v23mux.cc:199: warning: ‘void
tags_set_frame_field_to_unicode(int)’ declared ‘static’ but never defined
src/gstid3v23mux.cc:203: warning: ‘size_t tags_utils_number_length(guint)’
declared ‘static’ but never defined
src/gstid3v23mux.cc:211: warning: ‘gboolean tags_buffer_has_data(const
GstBuffer*)’ declared ‘static’ but never defined
make: *** [target/build/gstid3v23mux.o] Error 1


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=459226.




More information about the Gstreamer-bugs mailing list