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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Feb 23 04:49:11 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-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
             Status|UNCONFIRMED                 |NEEDINFO




------- Comment #1 from Tim-Philipp Müller  2008-02-23 12:49 UTC -------
This is a bit curious. I wonder why it complains about the code in
gstapev2mux.cc but not the code in gstid3v2mux.cc which is (as far as I can
see) exactly the same.

Anyway, could you try putting an extern "C" { ... } around the boilerplate
macro, so that it looks like:

extern "C" {

GST_BOILERPLATE (GstApev2Mux, gst_apev2_mux, GstTagLibMux,
    GST_TYPE_TAG_LIB_MUX);

}

(but then again, I don't get why this works just fine for id3v2mux.cc).


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