Re: [Oorexx-devel] Rethinking error messages.

2019-01-09 Thread Jason Martin
Sounds good, I tried building on Haiku OS and missing gencat utility was my first failure. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

[Oorexx-devel] Rethinking error messages.

2019-01-09 Thread Rick McGuire
The purpose of the rexx.cat file is (in theory), that by having separation between the executables and the error texts, we can easily translate the error messages. In reality, there has never been any attempt at having multiple versions of the messages, and I suspect we have really been misusing th

Re: [Oorexx-devel] A crash (not finding rexx.iimg?) (Re: Experimental "standalone" ooRexx interpreters

2019-01-09 Thread Rick McGuire
This is not an acceptable patch because it imposes a directory structure that is not necessary and is not necessarily what will be used on the other platforms. Just make the simple one-line change to the CMakeLists.txt file to install rexx.img in the same directory as librexxapi as it intended. Ri

Re: [Oorexx-devel] A crash (not finding rexx.iimg?) (Re: Experimental "standalone" ooRexx interpreters

2019-01-09 Thread Rony G. Flatscher
On 08.01.2019 21:57, Rick McGuire wrote: > If you are splitting things up into separate bin and lib directories, then > rexx.img needs to be > co-located with librexxapi in order for the image file to be located without > it being on the path > or the current directory. After generating ooRexx f