Hi Erich,

actually I'm on 12239. I already wanted to upgrade but I got new (unknown and 
unsolved) errors during the build process which is why I stayed on 12239. But 
of course, I will update and see how far I come.

The pthread functionality is still failing but as I understood that shouldn't 
be a problem because the Android Bionic library provides this functionality. At 
least there was no complaining about missing posix functions after using 
API-Level 28 and above where those functionalities were added.
I will run the tests and keep you up to date on this.

Thank you

Best regards
Thomas


On 7/5/21 6:34 PM, Erich Steinböck wrote:
problems getting the configuration for the semaphores to work correctly
There really aren't a lot of configuration options any more.  I just recently 
cleaned up the SysSempahore code with revision 12259.
And I now believe that we cannot run at all without both 
pthread_mutexattr_settype and PTHREAD_MUTEX_RECURSIVE so I might as well remove 
that option too (all of our platforms that we currently run builds on have 
support for those.)

Thomas, are you at revision 12259 or later?  If not can you please update?

The last time you reported the CMake status of the various pthread 
functionality, you showed some "failed"
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_mutexattr_settype
-- Looking for pthread_mutexattr_settype - not found
-- Looking for pthread_mutex_timedlock
-- Looking for pthread_mutex_timedlock - not found
-- Performing Test HAVE_PTHREAD_MUTEX_ERRORCHECK
-- Performing Test HAVE_PTHREAD_MUTEX_ERRORCHECK - Failed
-- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE
-- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE - Failed
What's the current status?

To test the actual mutex functionality on Android, can you compile and run this 
test?
https://android.googlesource.com/platform/system/extras/+/froyo/tests/bionic/libc/bionic/test_mutex.c
Please also test whether " #define __USE_UNIX98 1" is required to successfully 
compile/run.




_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net<mailto:Oorexx-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to