Re: [Oorexx-devel] CMake minimum version and policies.

2018-08-01 Thread P.O. Jonsson
Ad repository on mac: Homebrew: my preferred package handler for MacOS; almost anything can be fund there: https://brew.sh/index_de Another big package handler is MacPorts: https://www.macports.org/ Which one you use depends on your taste, both are just fine. Von meinen Macbook gesendet Häls

Re: [Oorexx-devel] CMake minimum version and policies.

2018-08-01 Thread P.O. Jonsson
For what it is worth I use cmake version 3.11.4 on a Mac running High Sierra and have seen no problems (but a lot of warnings for deprecated stuff). Von meinen Macbook gesendet Hälsningar/Regards/Grüsse, P.O. Jonsson oor...@jonases.se > Am 01.08.2018 um 21:35 schrieb Rick McGuire : > > Ok, I

Re: [Oorexx-devel] CMake minimum version and policies.

2018-08-01 Thread Rick McGuire
Ok, I rolled it back to 2.8. However, I also feel that lack of support on older platforms should not be something that should prevent us from using newer features in the future. Lack of support for new versions of development tooling should be a criteria that should be used to prune the supported s

Re: [Oorexx-devel] CMake minimum version and policies.

2018-08-01 Thread Erich Steinböck
Also some of our Jenkins build server slaves can't build any more due to the minimum required CMake version change. Ubuntu 16.04 just has CMake 3.5 in it's repo, CentOS 7 just 2.8, and one of the macOS slaves is at 3.2 (is there such a thing as a repository on MacOS?). As long as there's no real f

Re: [Oorexx-devel] "address with" error numbers and ANSI Rexx error numbers

2018-08-01 Thread Rick McGuire
The last two don't make any sense for parsing, and there's no message defined for the ERROR case. I think I'm inclined to stick with the messages we have rather than force fit this set of messages. Rick On Wed, Aug 1, 2018 at 12:12 PM Rony G. Flatscher wrote: > Noticed that "address with" err

[Oorexx-devel] "address with" error numbers and ANSI Rexx error numbers

2018-08-01 Thread Rony G. Flatscher
Noticed that "address with" error numbers are around 25.930-25.934, whereas the ANSI Rexx standard [1] reserved the following numbers: #ErrorText.25.5= 'ADDRESS WITH must be followed by one of the','keywords ; found ""' #ErrorText.25.6= 'INPUT must be followed by one of the','keywords ;

[Oorexx-devel] Architecture in Linux name of ooRexx rpm installation package wrong

2018-08-01 Thread Rony G. Flatscher
Creating ooRexx on Linux yesterday, following the directions from "main/trunk/CMake-build-readme.txt", yielded a 64-bit interpreter. Creating the deb-installation package added the suffix ".x86_64.deb" indicating a 64-bit interpreter (which it is). Used "cmake -DBUILD_DEB=1 -DOS_DIST=ubuntu1404

Re: [Oorexx-devel] CMake minimum version and policies.

2018-08-01 Thread Rony G. Flatscher
An update to the minimum version number. While trying to create ooRexx 5.0beta on Ubuntu I noticed that only version 3.5 was available there as of yesterday, which could not be used to build ooRexx as its minimum CMake level is set to 3.8. (Went to cmake.org and downloaded the latest version for

[Oorexx-devel] Private builds of ooRexx 5.0beta, rev 11467, now available for Linux as well ...

2018-08-01 Thread Rony G. Flatscher
At my Dropbox you will find temporarily builds of ooRexx 5.0beta, revision 11467 for MacOSX, Windows and now for Linux (debug versions of ooRexx) as well. The build instructions can be found at the ooRexx Wikipages, cf.