Re: [Oorexx-devel] Apologies

2014-09-22 Thread René Jansen
done that. Yes. there is a difference. This is from the Cmake-generate new config.h : /* Define to 1 if you have pthread_mutexattr_settype function */ /* #undef HAVE_PTHREAD_MUTEXATTR_SETTYPE */ /* Define to 1 if PTHREAD_MUTEX_ERRORCHECK is a valid value */ /* #undef

Re: [Oorexx-devel] Apologies

2014-09-22 Thread Walter Pachl
showing the differences: 420.txt new.txt OLD- While the 4.2.0 version had: NEW- New /* Define to 1 if you have pthread_mutexattr_settype function */ OLD- #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1 NEW- /* #undef HAVE_PTHREAD_MUTEXATTR_SETTYPE */ /* Define to 1 if

Re: [Oorexx-devel] Apologies

2014-09-22 Thread Rick McGuire
David will need to get involved with figuring out why the define is not getting set correctly. That's his bit. Having all of those off is definitely bad news, since it means the semaphores don't work (as you've already discovered). I just checked in some fixes for the CATD problems, but you

Re: [Oorexx-devel] Apologies

2014-09-22 Thread Rick McGuire
I changed the mechanism used to check for these symbols. The change worked on Linux, but I don't know if this will fix your problem or not. Rick On Mon, Sep 22, 2014 at 6:27 AM, René Jansen rvjan...@xs4all.nl wrote: done that. Yes. there is a difference. This is from the Cmake-generate new

[Oorexx-devel] Windows builds don't

2014-09-22 Thread Sahananda (Jon) Wolfers
last night both windows builds on the build machine abended with LINK : fatal error LNK1104: cannot open file 'C:\cygwin\home\dashley\buildorx\Win32Rel\rxapi.exe' NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\Bin\x86_amd64\link.EXE' : return code '0x450'

Re: [Oorexx-devel] Apologies

2014-09-22 Thread David Ashley
Rene - Please send a copy of the Mac version of pthreads.h so I can resolve the problems. David Ashley w dot david dot ashley at gmail dot com On Mon, 2014-09-22 at 07:29 -0400, Rick McGuire wrote: I changed the mechanism used to check for these symbols. The change worked on Linux, but I

Re: [Oorexx-devel] ooRexx-4.2.0-source.tar.gz file on SourceForge

2014-09-22 Thread David Ashley
Yes, the contents are as intended. The tar.gz file contains the Linux/*nix files to build ooRexx. The .zip file contains the Windows source files. We do this so that you don't get files you do not need to build ooRexx on your platform. David Ashley On Mon, 2014-09-22 at 11:06 -0700, CVBruce

Re: [Oorexx-devel] ooRexx-4.2.0-source.tar.gz file on SourceForge

2014-09-22 Thread CVBruce
And so if you want to build AIX or OSX, you have to download from the SVN. Bruce On Sep 22, 2014, at 11:11 AM, David Ashley wrote: Yes, the contents are as intended. The tar.gz file contains the Linux/*nix files to build ooRexx. The .zip file contains the Windows source files. We do this so

Re: [Oorexx-devel] ooRexx-4.2.0-source.tar.gz file on SourceForge

2014-09-22 Thread CVBruce
I would suggest then that this portion of the readme file be changed from: ooRexx-4.2.0-source.tar.gz The source code for this version of ooRexx, suitable for building on an unix-like system. Includes the configure script. To: ooRexx-4.2.0-source.tar.gz The source code for this version of

Re: [Oorexx-devel] ooRexx-4.2.0-source.tar.gz file on SourceForge

2014-09-22 Thread David Ashley
The tar.gz file is for all *nix platforms. David Ashley On Mon, 2014-09-22 at 11:13 -0700, CVBruce wrote: And so if you want to build AIX or OSX, you have to download from the SVN. Bruce On Sep 22, 2014, at 11:11 AM, David Ashley wrote: Yes, the contents are as intended. The tar.gz file

Re: [Oorexx-devel] ooRexx-4.2.0-source.tar.gz file on SourceForge

2014-09-22 Thread CVBruce
No, it is only for linux. It does not contain the platform specific files for AIX or OSX. Bruce On Sep 22, 2014, at 12:20 PM, David Ashley wrote: The tar.gz file is for all *nix platforms. David Ashley On Mon, 2014-09-22 at 11:13 -0700, CVBruce wrote: And so if you want to build AIX or

Re: [Oorexx-devel] ooRexx-4.2.0-source.tar.gz file on SourceForge

2014-09-22 Thread Rick McGuire
Well, if it's missing files needed for those platforms, obviously it isn't. Rick On Mon, Sep 22, 2014 at 3:20 PM, David Ashley w.david.ash...@gmail.com wrote: The tar.gz file is for all *nix platforms. David Ashley On Mon, 2014-09-22 at 11:13 -0700, CVBruce wrote: And so if you want to

Re: [Oorexx-devel] ooRexx-4.2.0-source.tar.gz file on SourceForge

2014-09-22 Thread David Ashley
What files seem to be missing? Platform specific features are defined via the build itself through several different means. But the Mac, Linux and AIX builds are all sourced from that tar file. Oh, the AIX build does have some missing build files due to some not under our control, but that is the

Re: [Oorexx-devel] ooRexx-4.2.0-source.tar.gz file on SourceForge

2014-09-22 Thread Rick McGuire
David, Bruce's first email has the details. There are separate aix and mac directories in the server platform directory. Not all customizations are done via #define. Rick On Mon, Sep 22, 2014 at 4:28 PM, David Ashley w.david.ash...@gmail.com wrote: What files seem to be missing? Platform

Re: [Oorexx-devel] RexxMethod Bitness question

2014-09-22 Thread Sahananda (Jon) Wolfers
Hi RIck, I'm a little lost here, I have installed cygwin - but I'm thinking that that is wrong and I should have installed sshwindows. What do you have installed? On 21 September 2014 21:29, Sahananda (Jon) Wolfers sahana...@windhorse.biz wrote: Thanks Rick, out of time now, but I will try

Re: [Oorexx-devel] RexxMethod Bitness question

2014-09-22 Thread Rick McGuire
I have cygwin installed. One of the optional components is an OpenSSH implementation. I think you need to select that explicitly for install. Rick On Mon, Sep 22, 2014 at 4:47 PM, Sahananda (Jon) Wolfers sahana...@windhorse.biz wrote: Hi RIck, I'm a little lost here, I have installed

Re: [Oorexx-devel] ooRexx-4.2.0-source.tar.gz file on SourceForge

2014-09-22 Thread CVBruce
Well, when I go looking through the tar file for platform specific files I get this tar -tzvf ooRexx-4.2.0-source.tar.gz | egrep -i linux|aix|mac$ drwxrwxr-x 0 dashley dashley 0 Feb 24 2014 ooRexx-4.2.0/rexxapi/server/platform/unix/linux/ -rw-rw-r-- 0 dashley dashley 8623 Feb 28