Re: [Oorexx-devel] /usr/include/pthread.h (Re: First error trying to build ooRexx 5.0 on Xubuntu 16.04 x64

2018-03-18 Thread Michael Lueck
Greetings ooRexx'ers, Michael, should be something like: mkdir test42 cd test42 svn co https://svn.code.sf.net/p/oorexx/code-0/test/branches/4.2.0/trunk . . ./setTestEnv.sh rexx ./testOORexx.rex -s -X native_API What are the equiv steps to pull the 5.0 test suite and execute it? I

Re: [Oorexx-devel] /usr/include/pthread.h (Re: First error trying to build ooRexx 5.0 on Xubuntu 16.04 x64

2018-03-18 Thread Michael Lueck
Greetings ooRexx'ers, Rick McGuire wrote: Please update and try again. Scanning dependencies of target rexxinstance [100%] Building CXX object testbinaries/CMakeFiles/rexxinstance.dir/rexxinstance.cpp.o [100%] Linking CXX executable ../bin/rexxinstance [100%] Built target rexxinstance

Re: [Oorexx-devel] A problem only when running more than a certain amount of test units with testOORexx.rex

2018-03-18 Thread Rony G. Flatscher
exx could not be the culprit, as it occurs > from a call from Rexx to > an external Rexx function remaining in C++ (so no Java involved here; the > function call should > return .nil as this test case tests that no "userData" Rexx object is > defined): > > [err

[Oorexx-devel] A problem only when running more than a certain amount of test units with testOORexx.rex

2018-03-18 Thread Rony G. Flatscher
, as it occurs from a call from Rexx to an external Rexx function remaining in C++ (so no Java involved here; the function call should return .nil as this test case tests that no "userData" Rexx object is defined): [error] [20180318 21:56:42.853000] svn: runknown Change date: un

Re: [Oorexx-devel] /usr/include/pthread.h (Re: First error trying to build ooRexx 5.0 on Xubuntu 16.04 x64

2018-03-18 Thread Rony G. Flatscher
On 18.03.2018 16:11, Rick McGuire wrote: > Thanks for including the pthread.h file, that helped me locate the problem  I > had to revert a > change I had made to CMakeLists.txt and add some comments to ensure it > doesn't get "fixed" that > way again. Please update and try again. Did an svn

Re: [Oorexx-devel] /usr/include/pthread.h (Re: First error trying to build ooRexx 5.0 on Xubuntu 16.04 x64

2018-03-18 Thread Rick McGuire
Thanks for including the pthread.h file, that helped me locate the problem I had to revert a change I had made to CMakeLists.txt and add some comments to ensure it doesn't get "fixed" that way again. Please update and try again. Rick On Sun, Mar 18, 2018 at 10:12 AM, Rony G. Flatscher

[Oorexx-devel] /usr/include/pthread.h (Re: First error trying to build ooRexx 5.0 on Xubuntu 16.04 x64

2018-03-18 Thread Rony G. Flatscher
Here the /usr/include/pthread.h: /* Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by

Re: [Oorexx-devel] First error trying to build ooRexx 5.0 on Xubuntu 16.04 x64

2018-03-18 Thread Rony G. Flatscher
Just tried to create a debug version of the current ooRexx trunk on an up-to-date Ubuntu 64 bit and also cannot compile it while building rexxapi.dir/common/platform/unix/SystemSemaphore.cpp What follows are the full information of the attempt, preceeded with the versions of Ubuntu and the gcc

Re: [Oorexx-devel] First error trying to build ooRexx 5.0 on Xubuntu 16.04 x64

2018-03-18 Thread Michael Lueck
Greetings Erich, Erich Steinböck wrote: What gcc version is installed? mdlueck@buildxd1604x64:~/Documents/oorexxbuild/release$ dpkg -l|grep gcc ii gcc 4:5.3.1-1ubuntu1 amd64GNU C compiler ii gcc-5

Re: [Oorexx-devel] First error trying to build ooRexx 5.0 on Xubuntu 16.04 x64

2018-03-18 Thread Erich Steinböck
> > Looks the same to me. > No, your build environment misses both PTHREAD_MUTEX_ERRORCHECK and PTHREAD_MUTEX_RECURSIVE. Without at least one of these ooRexx cannot build. What gcc version is installed? Do you have /usr/include/pthread.h available? You could try starting with a fresh build