Re: [Oorexx-devel] Cmake deprecation warning

2023-11-01 Thread Erich Steinböck
Hi P.O.,
this is just a deprecation warning. As soon as we use cmake_policy(VERSION
..) we run deprecated – that's to be expected.
My Ubuntu 16 Jenkins client runs CMake 3.5.1.  I wouldn't bump cmake
minimum until absolutely required.
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Help Known compiling error / Linux

2023-11-01 Thread Erich Steinböck
Hi Thomas,
we successfully build for Ubuntu 22 - you may just have to re-run cmake
again.
Please check which defines (see below) you see as "found" on your system an
report back.
-- Looking for pthread_getattr_np
-- Looking for pthread_getattr_np - found
-- Looking for pthread_attr_get_np
-- Looking for pthread_attr_get_np - not found
-- Looking for pthread_stackseg_np
-- Looking for pthread_stackseg_np - not found
-- Looking for pthread_attr_getstack
-- Looking for pthread_attr_getstack - found
-- Looking for pthread_get_stacksize_np
-- Looking for pthread_get_stacksize_np - not found
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel