Gary V. Vaughan

Results 114 comments of Gary V. Vaughan

This is a community driven project. If you have access to termux and android, you can follow through with any of the ideas I pitched above, or anything else that...

@lux5am looks like it worked for you? So the earlier reports might be for old/incomplete termux installations. Can I close this report then?

Most of that output is warnings and notes (maybe an old gcc?). The only errors are: ``` ext/posix/sys/msg.c:132:25: error: call to undeclared function 'msgctl'; ISO C99 and later do not...

Your log shows: ``` checking for sys/msg.h... yes ... checking for msgrcv... yes ... checking for msgsnd... yes ``` So, `luke` was able to find the header and link against...

Okay, that's good to know. All the same, can you show me the output from the build commands above so that I can figure out whether luke is mischaracterizing the...

Oh my. So the header is there, and it declares the functions and binds them according to __ANDROID_API__, and presumably there are stub functions in the C library that prevent...

Weird. Do you know what `__ANDROID_API__` is defined to on your system? I'm guessing the difference is that in the build check sources I pasted, I'm declaring the function instead...

I pasted a patch for the pwd errors earlier in the thread.

...of course if the header is there, but the functions are not provided like with sys/msg.h then that patch won't help. You'll need to remove the posix.pwd line from lukefile...

Thanks for the help investigating. If you get it working after that, please reply here with the details of what you needed to change to build successfully for the benefit...