<div dir="auto"><div dir="auto">I noticed today that the Mac builds have been broken for a little while:</div><div dir="auto"><br></div><div dir="auto"><span style="font-family:sans-serif;font-size:12.8px">os_unix.c:456:20: warning: implicitly declaring library function 'alloca' with type 'void *(unsigned long)' [-Wimplicit-function-declarati</span><span style="font-family:sans-serif;font-size:12.8px">on]</span><br style="font-family:sans-serif;font-size:12.8px"><span style="font-family:sans-serif;font-size:12.8px">        char *writefile = alloca(strlen(name->data) + 8 + 1);</span><br style="font-family:sans-serif;font-size:12.8px"><span style="font-family:sans-serif;font-size:12.8px">                          ^</span><br style="font-family:sans-serif;font-size:12.8px"><span style="font-family:sans-serif;font-size:12.8px">os_unix.c:456:20: note: include the header <stdlib.h> or explicitly provide a declaration for 'alloca'</span><br style="font-family:sans-serif;font-size:12.8px"><span style="font-family:sans-serif;font-size:12.8px">2 warnings and 10 errors generated.</span><br style="font-family:sans-serif;font-size:12.8px"><span style="font-family:sans-serif;font-size:12.8px">scons: *** [build/os_unix.o] Error 1</span><br style="font-family:sans-serif;font-size:12.8px"><span style="font-family:sans-serif;font-size:12.8px">scons: building terminated because of errors.</span><br></div><div dir="auto"><br></div><div dir="auto"><br></div>I know the Android nightlies aren't working right now, but that is just because I haven't finished updating the VM yet to use your commandergenius fixes -- or rather, I updated the commandergenius stuff okay, but at the same time I also switched from NDK r8d to NDK r12b and that broke something. I am getting compile errors that still point to r8d even though it is definitely not in the path anymore, so I have not swapped in the new VM yet.</div>