<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 30 Aug 2019 at 14:11, <<a href="mailto:subversion@hamsterrepublic.com">subversion@hamsterrepublic.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">james<br>
2019-08-29 17:56:28 -0700 (Thu, 29 Aug 2019)<br>
131<br>
Disable printing to stderr in showerror_internal() when compiling on Linux<br>
(fixes Android build breakage caused by revision 11286)<br></blockquote><div><br></div><div>Was confused by that commit message, but I see you mean Android not Linux.</div><div>I did actually declare stderr in FB's Android headers, but it turns out the following hack in our <a href="http://config.bi">config.bi</a> causes the Linux <a href="http://stdio.bi">stdio.bi</a> instead of the Android <a href="http://stdio.bi">stdio.bi</a> to be included:</div><div><br></div><div>' FB's headers check for __FB_LINUX__ but are missing headers for other unices<br>' as only GNU/Linux is fully supported (although I created some of the more<br>' important CRT headers for Darwin) so define __FB_LINUX__ so that we get some<br>' headers.<br></div><div>#ifdef __FB_UNIX__<br> #define __FB_LINUX__<br>#endif</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
---<br>
U wip/common.rbas<br>
_______________________________________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org" target="_blank">ohrrpgce@lists.motherhamster.org</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" rel="noreferrer" target="_blank">http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org</a><br>
</blockquote></div></div>