Re: [Oorexx-devel] r11615 breaks tests for me

2018-12-15 Thread Rick McGuire
Just committed a fix for this.

Rick

On Sat, Dec 15, 2018 at 5:44 PM Jason Martin  wrote:

> agrellum@openindiana:~/oorexx-test$ ./testOORexx.rex -X native_api
>   3 *-* SVN Revision: $
> 117 *-* ::requires "ooTest.frm"
>  79 *-* retCode = 'worker.rex'(arguments)
> REX0013E: Error 13 running /export/home/agrellum/oorexx-test/ooTest.frm
> line 3:  Invalid character in program.
> REX0219E: Error 13.1:  Incorrect character in program "$" ('24'X).
>
>
>
> ___
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


[Oorexx-devel] r11615 breaks tests for me

2018-12-15 Thread Jason Martin

agrellum@openindiana:~/oorexx-test$ ./testOORexx.rex -X native_api
 3 *-* SVN Revision: $
   117 *-* ::requires "ooTest.frm"
    79 *-* retCode = 'worker.rex'(arguments)
REX0013E: Error 13 running /export/home/agrellum/oorexx-test/ooTest.frm 
line 3:  Invalid character in program.

REX0219E: Error 13.1:  Incorrect character in program "$" ('24'X).



___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Is this check still needed?

2018-12-15 Thread Erich Steinböck
I've removed the HAVE_GETUSERATTR test from CMake
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


[Oorexx-devel] Is this check still needed?

2018-12-15 Thread Jason Martin

r11608

grep -n -i -r -e getuserattr -e HAVE_GETUSERATTR .


config.h.in.cmake:39:/* Define to 1 if you have the `getuserattr' 
function. */

config.h.in.cmake:40:#cmakedefine HAVE_GETUSERATTR
CMakeLists.txt:336:  check_function_exists(getuserattr HAVE_GETUSERATTR)



___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel