<div dir="ltr"><span style="font-size:12.8000001907349px">Hello, </span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Up to now I was working with GStreamer framework provided at <a href="http://gstreamer.freedesktop.org/data/pkg/ios/1.4.4/" target="_blank">http://gstreamer.freedesktop.org/data/pkg/ios/1.4.4/</a> and everything was working fine. Today I decided to go with the latest sources and build with cerbero because I needed 64 bit support for my App (and as far as I understand they aren't supported in the prebuilt GStreamer frameworks; if this isn't the case please let me know :)). Cerbero build was fine but once I replaced my old Framework with the cerbero-generated I started getting some compile issues in my project:</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px"><p>/Library/Developer/GStreamer/iPhone.sdk/GStreamer.framework/Headers/glib/glib-autocleanups.h:56:31: error: unknown type name 'GOptionContext'; did you mean 'GMainContext'?</p><p>G_DEFINE_AUTOPTR_CLEANUP_FUNC(GOptionContext, g_option_context_free)</p><p>/Library/Developer/GStreamer/iPhone.sdk/GStreamer.framework/Headers/glib/glib-autocleanups.h:56:47: error: use of undeclared identifier 'g_option_context_free'; did you mean 'g_main_context_ref'?</p><p></p><p>G_DEFINE_AUTOPTR_CLEANUP_FUNC(GOptionContext, g_option_context_free)</p><p>Any ideas what might be causing these issues?</p><p>Thanks a lot in advance,</p><p>Antonis</p></div></div>