[gstreamer-bugs] [Bug 516511] gstapev2mux.cc taglib build failure on Solaris with Sun C++

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Feb 28 17:09:44 PST 2008


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=516511

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

Tim Mooney changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from Tim Mooney  2008-02-29 01:09 UTC -------
Looking at the errors some more, I think the errors we want to pay attention to
are the *second* error that appears for each line number, about "Formal
argument".  For example:

"gstapev2mux.cc", line 127: Error: Formal argument s of type const
TagLib::String& in call to TagLib::APE::Tag::setTitle(const TagLib::String&) is
being passed int.

If I'm groking the compiler correctly, that means that in this call

         apev2tag->setTitle (String::String (title, String::UTF8));

the "String::String (title, String::UTF8)" results in something of type int,
not
type const TagLib::String&.

That still doesn't tell me why it's happening, but I think that's where we
should focus.


-- 
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=516511.




More information about the Gstreamer-bugs mailing list