Hi Rob,<br><br> I am getting few other warnings related to "portability.h".<br>When compiling for ARM target it throws <br>warning: implicit declaration of function 'getsid'<br>warning: implicit declaration of function 'getpgid'<br>
<br>adding the header "unistd.h" and function prototype in potability.h for #if defined(__GLIBC__) <br>section solves it for me.<br><br>Is this the right way of doing it?<br><br>regards,<br>Ashwini Kumar<br><br>
<div class="gmail_quote">On Tue, Nov 27, 2012 at 11:08 AM, Rob Landley <span dir="ltr"><<a href="mailto:rob@landley.net" target="_blank">rob@landley.net</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 11/26/2012 10:09:10 PM, Ashwini Sharma wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Hi Rob,<br>
<br>
  I was working on the latest "changeset 711".<br>
When I compile it for x86 machine, it works fine, but when building for my<br>
ARM board,<br></div><div class="im">
compiler shouts* "O_DIRECTORY" undecalred in xabspath()*.<br>
<br></div><div class="im">
Am I missing something or the tree has this issue, please comment.<br>
</div></blockquote>
<br>
Try it now?<br>
<br>
Thanks,<br>
<br>
Rob</blockquote></div><br>