<div dir="ltr">Thanks a lot for your reply. Please see inline.<br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 31, 2014 at 12:31 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Di, 2014-12-30 at 22:41 +0200, Antonis Tsakiridis wrote:<br>
> Tried various combinations of architectures, including armv7 (either alone<br>
> or along with others) and still getting the same issues :(.<br>
><br>
> However, did some more research and found that those functions indeed might<br>
> be missing from OSX (and probably iOS):<br>
><br>
> > <a href="https://www.gnu.org/software/gnulib/manual/html_node/fstatat.html" target="_blank">https://www.gnu.org/software/gnulib/manual/html_node/fstatat.html</a><br>
> > <a href="http://lists.apple.com/archives/darwin-dev/2011/May/msg00004.html" target="_blank">http://lists.apple.com/archives/darwin-dev/2011/May/msg00004.html</a><br>
<br>
</span>I think we should not be using any of these symbols at all :)<br></blockquote><span style="font-size:12.7272720336914px"><div class="gmail_quote"><span style="font-size:12.7272720336914px"><br></span></div></span>Well it isn't the gstreamer code per se, but the Glib libgio code that uses it. Hence the <span style="font-size:12.7272720336914px">error: "_fstatat", referenced from:      _g_local_file_measure_size_</span><span style="font-size:12.7272720336914px">of_file in GStreamer(libgio-2_0_a_armv7s_</span><span style="font-size:12.7272720336914px">-libgio_2_0_la-glocalfile.o).</span></div><div class="gmail_quote"><br></div><div class="gmail_quote">But since they are all bundled inside GStreamer.framework the aforementioned unresolved issue arises.</div><div class="gmail_quote"><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span class=""><br>
> So maybe in my version of OSX it's not there (i.e. 10.8.5) or in my<br>
> XCode/SDKs is not there (5.1.1). Could you tell me in which versions of OSX<br>
> & XCode your GStreamer project templates are known to work?<br>
<br>
</span>I'm using OSX Yosemite and latest XCode (6.1.1 IIRC). Maybe that's the<br>
problem here.<br></blockquote><div><br></div><div>I think this is most likely it; the SDKs that come bundled with older XCodes is probably missing it. The problem, however, is that XCode 6 forces you to have at least OSX Mavericks (i.e. 10.9.x), which might not be an option for older macs :(</div><div><br></div><div>If this is indeed it, do you think you can see if there's a work around it? There should be a lot of people with Macs running on Mountain Lion :). Maybe using gnulib portability library and importing those functions to your framework? I could also assist in that if could get my hands on the project that builds the GStreamer.framework.</div><div><br></div><div>Meanwhile, I can check to see if I can observe the XCode 6 SDK libs and see if those symbols are indeed found.</div><div><br></div><div>Best regards,</div><div>Antonis</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class=""><div class="h5"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
</div></div><br>_______________________________________________<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>
<br></blockquote></div><br></div></div>