Humm, interesting. I have Xcode 3.2.2 installed and gcc/g++ 4.2.1.<br><br>I'll update my tools to the newest version and try again.<br><br>Thank you!<br>--<br>Karl Phillip<br><br><div class="gmail_quote">On Thu, Dec 8, 2011 at 1:42 PM, George Kiagiadakis <span dir="ltr"><<a href="mailto:kiagiadakis.george@gmail.com">kiagiadakis.george@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Thu, Dec 8, 2011 at 5:25 PM, Karl Phillip <<a href="mailto:maxphil@gmail.com">maxphil@gmail.com</a>> wrote:<br>
> By the way, the only thing that is printed to the console even with<br>
> fatal-warnings enabled is:<br>
><br>
> $ ./player --gst-fatal-warnings<br>
> ASSERT: "ptr.m_class" in file<br>
> /Users/karlphillip/installers/qt-gstreamer/src/QGst/Ui/../../QGlib/refpointer.h,<br>
> line 333<br>
> Abort trap<br>
<br>
</div>Well... OSX is using g++ and libstdc++, right? I've seen this bug a<br>
lot of times and I've even documented it in the README:<br>
<br>
"... if gcc is used as the compiler, libstdc++ version 4.5 or later is<br>
required at runtime. This is due to a bug in earlier versions of<br>
libstdc++ that sometimes makes dynamic_cast fail under conditions<br>
where it should not."<br>
<br>
In other words, your version of the standard C++ library is buggy and<br>
there is nothing that can be done about it except for upgrade. Sorry.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>