Re: [Oorexx-devel] Releasing 5.0 Beta as 5.0 GA ?

2018-05-22 Thread Jason Martin
Will rxsock6 stuff be in release? broke built for me on openindiana. missing something in cmakelist; not show stopper though -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[Oorexx-devel] Over 4x speed gain for me since my last April build

2018-06-20 Thread Jason Martin
Performance: 4343056 REXX clauses per second ooTest Framework - Automated Test of the ooRexx Interpreter Interpreter:REXX-ooRexx_5.0.0(MT)_64-bit 6.05 20 Jun 2018 OS Name:SUNOS SysVersion: SunOS illumos-696c22af67.5.11 Tests ran: 22330 Assertions:

[Oorexx-devel] ADDRESS TEST

2018-09-01 Thread Jason Martin
Checked out revision 11490 Have to skip ADDRESS test. If I run, ./testOORexx.rex -R ooRexx/base/keyword -f ADDRESS it shows *** ERROR: At SysThread(), createThread - RC = 1 ! then runs forever. Needs kill -9 the_pid to end it. All the other tests pass. Interpreter:   

Re: [Oorexx-devel] Four patches needed OpenIndiana/SunOS/Solaris

2018-01-22 Thread Jason Martin
Will not let me there. To create ticket, you must be authorized by project admin. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

[Oorexx-devel] Four patches needed OpenIndiana/SunOS/Solaris

2018-01-22 Thread Jason Martin
cmake find ncurses fixed/broke/fixed/broke create symlink in /usr/include to ncurses.h in /usr/include/ncurses If patches do not come through, I can email to someone. Maybe, René. --- oorexx-5.0.0beta/CMakeLists.txt.~1~ Fri Jan 19 17:32:58 2018 +++ oorexx-5.0.0beta/CMakeLists.txt Sat Jan 20

Re: [Oorexx-devel] Four patches needed OpenIndiana/SunOS/Solaris

2018-01-22 Thread Jason Martin
Built from today's svn checkout. The patches are there if anyone needs them. Probably all that I can do. Not a C++ programmer. Just make sure they do not bother other OS builds. agrellum@openindiana:~$ rexx rexxcps.rex - REXXCPS 2.1 -- Measuring REXX clauses/second - REXX version is:

Re: [Oorexx-devel] Significant speed improvements in latest ooRexx 5.0

2018-03-21 Thread Jason Martin
I second that. Compared against last test results listed at https://sourceforge.net/p/oorexx/patches/203/ Interpreter:REXX-ooRexx_5.0.0(MT)_64-bit 6.05 21 Mar 2018 OS Name:SUNOS SysVersion: SunOS illumos-14ae03cbd0.5.11 Tests ran: 22331 Assertions:

[Oorexx-devel] revision 11514 SunOS

2018-10-30 Thread Jason Martin
All tests pass All examples.addressWith.zip run Only one build warning [ 88%] Building CXX object CMakeFiles/hostemu.dir/extensions/hostemu/cmdparse.cpp.o ..\..\cmdparse.cpp: In function 'int yyparse()': ..\..\cmdparse.cpp:1603:35: warning: ISO C++ forbids converting a string constant to

Re: [Oorexx-devel] ADDRESS TEST

2018-10-27 Thread Jason Martin
agrellum@openindiana:~/EXAMPLES/examples.addressWith$ ls filter1.rex filter3.rex test2.rex   test4.rex useFilter2.rex  useFilter4.rex filter2.rex test1.rex   test3.rex   useFilter1.rex useFilter3.rex agrellum@openindiana:~/EXAMPLES/examples.addressWith$ grep -l -r array

[Oorexx-devel] Fwd: Re: Advice needed on scserver.rex and scclient.rex sample programs

2018-11-03 Thread Jason Martin
When I looked at the code early in year and now. I was able to run Example 6.1. Socket Class in Section 6.5. Socket Class Example of rxsock.pdf So I knew oorexx was OK It uses SO_REUSEADDR ___ Oorexx-devel mailing list

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Jason Martin
Could you check that this has picked up the correct location for your version? Will do tomorrow. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Jason Martin
agrellum@openindiana:~$ rexx -e "say SockGetHostId(); ::requires 'rxsock' LIBRARY" 119.242.25.32 agrellum@openindiana:~$ On 11/06/18 07:06 PM, Jason Martin wrote: agrellum@openindiana:~/ZZ$ rexx sfserver.rex Server listening at 119.242.25.32:50010 SockBind failed: EADDRNOTAVAIL Pr

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Jason Martin
agrellum@openindiana:~/ZZ$ rexx sfserver.rex Server listening at 119.242.25.32:50010 SockBind failed: EADDRNOTAVAIL Press [Enter] To Shutdown Not sure where 119.242.25.32 is coming from Test groups all passed ___ Oorexx-devel mailing list

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Jason Martin
This is purely my fault. Pulled examples from checkout. On 11/06/18 07:20 PM, Jason Martin wrote: Could you check that this has picked up the correct location for your version? Will do tomorrow. ___ Oorexx-devel mailing list Oorexx-devel

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-07 Thread Jason Martin
I like the new shebang variable after looking at it. I can build and install both 32 and 64 at the same time or choose. It gets the samples shebang right. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-07 Thread Jason Martin
I really have not got into the ZONES stuff yet. From the man page. The gethostid() function returns the 32-bit identifier for the current host. If the hardware capability exists, this identifier is taken from platform-dependent stable storage; otherwise it is a randomly generated number.  It is

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Jason Martin
r11517 on OpenIndiana rexx sfserver.rex SockBind failed: EADDRNOTAVAIL Maybe? https://idea.popcount.org/2014-04-03-bind-before-connect/ Also? New to me. #!@OOREXX_SHEBANG_PROGRAM@ ___ Oorexx-devel mailing list

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-07 Thread Jason Martin
Works for me using '127.0.0.1' On 11/06/18 12:52 PM, Erich Steinböck wrote: You might use something like below to run an automated test ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net

[Oorexx-devel] oorexxapi and using C++ Objects

2018-11-07 Thread Jason Martin
I am not really a CPP or OOP programmer. But I or the docs could use at least an example of: Using oorexxapi: 1) Where the thing is already written in C++ and not C based. 2) Is already a OOP thing. 3) Not Java It's a car object in a C++ library. Turn it on. Use the brakes. Have looked at

Re: [Oorexx-devel] oorexxapi and using C++ Objects

2018-11-07 Thread Jason Martin
To better explain: An example of an external open source C++ library. gtkmm wxwidgets or just something simple ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] oorexxapi and using C++ Objects

2018-11-07 Thread Jason Martin
Even better, a simple window from: FLTK http://www.fltk.org/index.php or FOX http://www.fox-toolkit.org/ ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread Jason Martin
By the way, NetRexx is also running here. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread Jason Martin
I am running on hardware. 2009 HP G60 laptop, amd64, 3 gigs (Everything works) I was running in Virtual Box on OpenIndiana ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread Jason Martin
Starting patch for anyone who wants to fool around with it. https://github.com/agrellum/NetRexx-Samples/blob/master/haiku-oorexx.patch ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net

Re: [Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread Jason Martin
lseek # define open64 open // avoid warning: '(f)stat64' is deprecated: first deprecated in macOS 10.6 # define stat64 stat # define fstat64 fstat … … #endif Less code intrusive cheers E On 15 Jan 2019, at 18:08, Jason Martin wrote: Starting patch for anyone who wants to fool around

Re: [Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread Jason Martin
Still working on the CMakeLists patch ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

[Oorexx-devel] Welcome to the Haiku shell.

2019-01-15 Thread Jason Martin
~> rexx -v Open Object Rexx Version 5.0.0 r11668 Build date: Jan 15 2019 Addressing mode: 64 Copyright (c) 1995, 2004 IBM Corporation. All rights reserved. Copyright (c) 2005-2019 Rexx Language Association. All rights reserved. This program and the accompanying materials are made available under

Re: [Oorexx-devel] What flag to pass to accept #define delimiter '/'

2019-01-19 Thread Jason Martin
r11677 Never could find a fix for this but it is not used in the source files I needed. Updated Haiku patch (Really close now) https://github.com/agrellum/NetRexx-Samples/blob/master/haiku-oorexx.patch Could not run all the tests at once. Segfaults at some kernel, thread, memory limit.

Re: [Oorexx-devel] rexxc.testGroup fails and logo/test counts repeat

2018-12-10 Thread Jason Martin
r11588 say self~q(source~fullName) /export/home/agrellum/oorexx-test/ooRexx/utilities/rexxc/test_rexxc.rex I am not sure this file is being created for me. Is it a in memory only thing? ___ Oorexx-devel mailing list

[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:

Re: [Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-18 Thread Jason Martin
Will not be around today. 1) TRY 32-BIT WITHOUT -FPERMISSIVE BOMBS [ 65%] Building CXX object CMakeFiles/rexx.dir/interpreter/platform/unix/SystemCommands.cpp.o /export/home/agrellum/oi-userland/components/developer/oorexx/oorexx-5.0.0/interpreter/platform/unix/SystemCommands.cpp: In function

[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)

Re: [Oorexx-devel] Error compiling 32-bit Windows version, svn rev. 11627

2018-12-21 Thread Jason Martin
r11636 build and tested for both 32 and 64. Works. Thanks. Just left with the 3 rexxc fails on both. Would be interested in how these three asserts turn out on a Solaris box. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net

Re: [Oorexx-devel] Ad MacOS SIGPIPE (Re: Time for the *ix users to pitch in.

2018-11-29 Thread Jason Martin
Sorry, one 'sic nix'. Checked out revision 11546. Builds no major warning. rxapi started as service on startup. All tests in test suite pass. Remove rxapi on start up. test suite Segmentation Fault (core dumped) start rxapi as root. All tests in test suite pass. Could not rxapi as normal

Re: [Oorexx-devel] Ad MacOS SIGPIPE (Re: Time for the *ix users to pitch in.

2018-11-29 Thread Jason Martin
Just noticed in logs. /var/adm/messages: Nov 29 17:41:46 openindiana genunix: [ID 269049 kern.notice] NOTICE: rexx[1392] attempt to execute non-executable data at 0xfd7fe8a7a130 by uid 101 ___ Oorexx-devel mailing list

Re: [Oorexx-devel] OpenIndiana revision 11562

2018-12-04 Thread Jason Martin
On 12/04/18 02:57 PM, Erich Steinböck wrote: Jason, we're currently in the process of switching from a system-wide rxapi daemon to a per-user rxapi process. I wouldn't know if the patch you're referring to still applies ... you're providing scarce detail. That is what I meant by Drop /

[Oorexx-devel] OpenIndiana revision 11562

2018-12-03 Thread Jason Martin
Multiple runs all tests pass. Drop/Close: https://sourceforge.net/p/oorexx/patches/205/ man rxqueue: This still does not work but I believe there is a bug created already.    ls | rxqueue MYQ /LIFO   Place the output from the ls command onto the MYQ queue in last-    

Re: [Oorexx-devel] rexxc.testGroup fails and logo/test counts repeat

2018-12-07 Thread Jason Martin
agrellum@openindiana:~$ rexxc qdate.rex legal.rexc Open Object Rexx Version 5.0.0 Build date: Dec  7 2018 Addressing mode: 64 Copyright (c) 1995, 2004 IBM Corporation. All rights reserved. Copyright (c) 2005-2018 Rexx Language Association. All rights reserved. This program and the accompanying

Re: [Oorexx-devel] rexxc.testGroup fails and logo/test counts repeat

2018-12-07 Thread Jason Martin
DUP and MINUS WITH; New line to for NOP or ? ::resource "nop;empty 0" or ? ::resource "nop" ? Searching for test containers.. Executing automated test suite    96 *-* source = .TemporaryTestFile~new(self, self~testSource)    >E>   .TEMPORARYTESTFILE => "The TEMPORARYTESTFILE class"  

[Oorexx-devel] rexxc.testGroup fails and logo/test counts repeat

2018-12-07 Thread Jason Martin
r11579 agrellum@openindiana:~/oorexx-test$ ./testOORexx.rex -X native_api Searching for test containers Executing automated test suite.../usr/bin/sh: line 1: zxyabc: not found /usr/bin/sh: line 1: zxyabc: not found ...

Re: [Oorexx-devel] rexxc.testGroup fails and logo/test counts repeat

2018-12-09 Thread Jason Martin
Will try writing some code but testgroup states OK. agrellum@openindiana:~/oorexx-test$ ./testOORexx.rex -R ooRexx/base/keyword -f address Searching for test containers.. Executing automated test suite.. ooTest Framework - Automated Test of the ooRexx Interpreter Interpreter:   

Re: [Oorexx-devel] OpenIndiana r11581 testsuite broken

2018-12-08 Thread Jason Martin
For the record, I still must have these patches to make packager happy. 1) Current CMakeLists.txt modified to find correct CMAKE_INSTALL_LIBDIR for this platform 2) no Libs in bin 3) I have to use 127.0.0.1 for some of the samples. --- oorexx-5.0.0/CMakeLists.txt.~1~    Fri Dec  7 03:11:51

[Oorexx-devel] OpenIndiana r11581 testsuite broken

2018-12-08 Thread Jason Martin
./testOORexx.rex -X native_api Segmentation Fault (core dumped) Next try: ./testOORexx.rex -R ooRexx/ Failures:   3 - Same rexxc stuff Errors: 8 - Cannot load files (Files are there) Unable to load library "orxmethod". File:

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] Fwd: Re: dynamic linking on macOS

2019-01-03 Thread Jason Martin
Sorry, cannot get use to thunderbird vs web gmail with replies. cmake is at 3.12.4 for me on OpenIndiana On 01/03/19 03:16 PM, René Jansen wrote: Would there be any opposition if we upped the minimal cmake level to 3.12?

Re: [Oorexx-devel] OpenIndiana r11581 testsuite broken

2018-12-08 Thread Jason Martin
r11586 Tests ran:  22435 Assertions: 375322 Failures:   3 Errors: 0 No cores - just rexxc fails ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-28 Thread Jason Martin
Stopping on run 100 using r11811. I have exceeded the limits of my medication... Summary of all completed runs (over 30,000 total testGroups): ~> grep -e Failures: -e Errors: full_run.log | sort | uniq -c 94 Errors: 0 94 Failures: 0 At

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-27 Thread Jason Martin
I get it somtimes on OpenIndiana too. I think on Haiku but have not got that far yet. Never have got it on a single file. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-28 Thread Jason Martin
Segfaults under OpenIndiana and Haiku running rexx rexxcps.rex ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-27 Thread Jason Martin
Added four more dump reports at https://github.com/agrellum/NetRexx-Samples All crashes are whatever ties these four groups. They run one at a time fine. Array.testGroup CALL.testGroup RexxContext.testGroup SecurityManager.testGroup Finally get a batch run of 317 without these minus the 15

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-27 Thread Jason Martin
This may help if someone can read these things. https://github.com/agrellum/NetRexx-Samples/blob/master/rexx-645-debug-27-02-2019-11-25-43.report https://github.com/agrellum/NetRexx-Samples/blob/master/rexx-742-debug-27-02-2019-11-29-19.report ___

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-28 Thread Jason Martin
r11814 builds, crash on run 12. Did not even look at report, will leave running. Look at next one. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-28 Thread Jason Martin
core on 18 and 19 reports at github. Both: state: Exception (Segment violation) Frame IP Function Name --- 0x7f954dae3ce0 0x9b13ee

Re: [Oorexx-devel] Segmentation fault in rexx executable-2

2019-03-01 Thread Jason Martin
r11815 up running in test loop on Haiku. Really cool OS for beta code. Debugger lets you jump straight to crash and source when you build pkgs. Just do not know C++ and ooRexx code that well. ___ Oorexx-devel mailing list

Re: [Oorexx-devel] Segmentation fault in rexx executable-2

2019-03-01 Thread Jason Martin
Cored on 6; report to github under 20190301 Cored on 14; debugger open to RexxMemory.cpp line 261 I notice and multiple times today (liveMark unable to resolve variable). Not used to debuggers though. ___ Oorexx-devel mailing list

[Oorexx-devel] Segmentation fault in rexx executable-2

2019-03-01 Thread Jason Martin
On Haiku it cored again on run 25. I built r11814 for OpenIndiana. Got to run 22 before it cored. At run 39, I pushed the machine a little. Started rexx testOORexx.rex -X native_api in next tab. Then another. Then another. Then another... Froze OS but no cores. It's stable with just some

[Oorexx-devel] Have cores but no beers.

2019-03-04 Thread Jason Martin
OpenIndiana r11816 debug symbols 361 runs in 37 hours 5 gdb full back trace logs Not all the same https://github.com/agrellum/NetRexx-Samples/blob/master/BT.tar.gz ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net

Re: [Oorexx-devel] Haiku now at full speed.

2019-02-21 Thread Jason Martin
Thanks, Updated patch I used for you to see: https://github.com/agrellum/NetRexx-Samples/blob/master/haiku-oorexx.patch Plus the cmake command I used: https://github.com/agrellum/NetRexx-Samples/blob/master/haiku-oorexx.sh Here is last build r11796 test results: 321 test pass running one at

Re: [Oorexx-devel] Haiku now at full speed.

2019-02-20 Thread Jason Martin
This is not all the HAIKU patches but I looked at what I had to do to fix OpenIndiana build. GCC or OpenIndiana knew I needed For some reason OpenIndiana complained when I did first build but Haiku did not. I compiled latest on OpenIndiana with verbose on gmake build &>

Re: [Oorexx-devel] Also, CMakeList.txt same thing or me, tried to override?

2019-02-20 Thread Jason Martin
I meant dupe's or was I not seeing a level of indentation of if's. I patched once just to remove and was suprised to see gnu++11 come back on next compile. Also Haiku cmake was 3.9.5 but it still picked gnu++11. Could be Haiku cmake pkg though.

Re: [Oorexx-devel] rxapi queues

2019-03-05 Thread Jason Martin
Over 1 hour stopping... ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

[Oorexx-devel] UTF-8?

2019-03-05 Thread Jason Martin
https://sourceforge.net/p/oorexx/code-0/HEAD/tree/main/trunk/interpreter/platform/unix/SysFileSystem.cpp Line 1636 char 32 maybe more. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net

Re: [Oorexx-devel] Segmentation fault in rexx executable

2019-02-27 Thread Jason Martin
r11811, OK it is still something. Crash between run 8 and 9 still running REMOVED THESE rm ooRexx/base/bif/ARG.testGroup rm ooRexx/base/bif/CHAROUT.testGroup rm ooRexx/base/bif/CONDITION.testGroup rm ooRexx/base/bif/LINEIN.testGroup rm ooRexx/base/bif/STREAM.testGroup rm

Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-12 Thread Jason Martin
Test works correctly on r11839. Thank you for fixing it so quicky. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Jason Martin
agrellum@openindiana:~$ readlink -f /proc/$$/path/a.out /usr/bin/bash ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

[Oorexx-devel] What is a realistic memory requirement for ooRexx?

2019-03-12 Thread Jason Martin
I am on run 39 of the full testsuite r11839: It has not cored so far. BEAUTIFUL!!! But I have seen: Normal: Test execution: 00:03:42.821366 Total time: 00:03:48.579206 Extended: 17 minutes back to normal for awhile 26 minutes back to normal again 15 minutes back to normal again

Re: [Oorexx-devel] What is a realistic memory requirement for ooRexx?

2019-03-12 Thread Jason Martin
ok, did get core just now on run 48 ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

[Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Jason Martin
[error] [20190311 14:24:09.936679]   svn:    r11829   Change date: 2019-03-09 14:55:54 -0500   Test:   TEST_REXXINFO_EXECUTABLE   Class:  RexxInfo.testGroup   File:   .../ooRexx/base/class/RexxInfo.testGroup   Event:  [SYNTAX 97.1] raised unexpectedly.     Object "The NIL object" does not

Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Jason Martin
agrellum@openindiana:~$ echo /proc/$$/usr/bin/rexx /proc/5144/usr/bin/rexx agrellum@openindiana:~$ readlink -f /proc/$$/usr/bin/rexx agrellum@openindiana:~$ ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net

Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Jason Martin
Using realpath from recommended in man page. agrellum@openindiana:~$ echo /proc/$$/path/usr/bin/rexx /proc/5163/path/usr/bin/rexx agrellum@openindiana:~$ realpath -e /proc/$$/usr/bin/rexx realpath: /proc/5163/usr/bin/rexx: No such file or directory

Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Jason Martin
May help and I think answer 0 may apply to OpenIndiana https://stackoverflow.com/questions/47472762/on-solaris-how-to-get-the-full-path-of-executable-of-running-process-programatic?rq=1 ___ Oorexx-devel mailing list

Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Jason Martin
-- Looking for getexecname -- Looking for getexecname - not found Will have to research, remember WindowMaker complaining when opening apps. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net

[Oorexx-devel] New test failure after r11845

2019-03-21 Thread Jason Martin
Open Object Rexx Version 5.0.0 r11846 agrellum@openindiana:~/test$ rexx testOORexx.rex -X native_api Searching for test containers Executing automated test suite .. ...

Re: [Oorexx-devel] OpenIndiana-Been out of the loop awhile

2019-02-16 Thread Jason Martin
r11769 agrellum@openindiana:~/test$ rexx testOORexx.rex -X native_api Interpreter:    REXX-ooRexx_5.0.0(MT)_64-bit 6.05 16 Feb 2019 OS Name:    SUNOS SysVersion: SunOS 5.11 Tests ran:  22621 Assertions: 377342 Failures:   4 Errors: 0

Re: [Oorexx-devel] Testing Open Object Rexx Version 5.0.0 r11766

2019-02-16 Thread Jason Martin
I know, knew, just saying even standards are not standard. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

[Oorexx-devel] OpenIndiana-Been out of the loop awhile

2019-02-16 Thread Jason Martin
agrellum@openindiana:~$ rexx -v Open Object Rexx Version 5.0.0 r11767 Build date: Feb 16 2019 Addressing mode: 64 Copyright (c) 1995, 2004 IBM Corporation. All rights reserved. Copyright (c) 2005-2019 Rexx Language Association. All rights reserved. This program and the accompanying materials are

Re: [Oorexx-devel] Testing Open Object Rexx Version 5.0.0 r11766

2019-02-16 Thread Jason Martin
agrellum@openindiana:~$ uname -v illumos-c78b1a4529 Not OpenIndiana and Not SunOS ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] OpenIndiana-Been out of the loop awhile

2019-02-17 Thread Jason Martin
r11772 SysFileXXX.testGroup is good here ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] How to build external functions using cmake

2019-02-17 Thread Jason Martin
I meant to write /usr/bin not /usr The end user should NEVER install anything in /usr And for FreeBSD not even in /usr/local ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net

Re: [Oorexx-devel] How to build external functions using cmake

2019-02-17 Thread Jason Martin
For me Line 44 - could be /usr/lib /usr/lib/32 /usr/lib/64 /usr/lib/amd64 Bins can be 64 bit but installed in /usr with 32 bit ones or 64 bit in /usr/bin/amd64 or 32 bit in /usr/bin/i86 : Messes with getting right linker flags Not related but: I also have old SunPro cc and newer gcc cmake

[Oorexx-devel] After rework is this line still needed

2019-02-19 Thread Jason Martin
./interpreter/platform/unix/SysRexxUtil.cpp:200:#define MAX256 /* temporary buffer length*/ I get warning on Haiku about MAX being redifined but see no place it used. ___ Oorexx-devel mailing list

[Oorexx-devel] r11708 - Could not find file "FUNCTIONPACKAGE.CLS"

2019-02-02 Thread Jason Martin
File is there in ooRexx/API/oo/FUNCTIONPackage.cls agrellum@openindiana:~$ ./testOORexx.rex -X native_api bash: ./testOORexx.rex: No such file or directory agrellum@openindiana:~$ cd test/ agrellum@openindiana:~/test$ ./testOORexx.rex -X native_api Searching for test containers Executing

Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread Jason Martin
OpenIndiana - r11710 [Framework exception] [20190203 08:58:33.780623]   Type: Trap Severity: Fatal   File: /export/home/agrellum/test/ooRexx/API/oo/FUNCTION.testGroup   Line: 2130   Initial call of test container failed   Condition: SYNTAX     Unable to load library "orxfunction".     File:

[Oorexx-devel] OpenIndiana new test errors.

2019-04-10 Thread Jason Martin
Open Object Rexx Version 5.0.0 r11858 agrellum@openindiana:~/tests$ rexx testOORexx.rex -X native_api Searching for test containers... Executing automated test suite... ... ...

Re: [Oorexx-devel] Segmentation fault when running test suite on Ubuntu

2019-05-19 Thread Jason Martin
Does on OpenBSD 6.5 also, have not checked OpenIndiana or Haiku in awhile. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] At revision r11865

2019-04-20 Thread Jason Martin
Same for OpenIndiana. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Questions ad generating the documentation (publican, pandoc)

2019-10-30 Thread Jason Martin
Maybe pandoc to get docs into a format that can be used by: http://www.sphinx-doc.org/en/master/index.html I had problems getting ghc up to standards on OpenIndiana and Haiku OS? Needed it for http://www.rastersoft.com/programas/autovala.html Do not know if it is that way on OS/2? I know

Re: [Oorexx-devel] Fwd: Failing build on FreeBSD12

2020-03-20 Thread Jason Martin
Same goes on OpenBSD. Patching required in multiple places. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] ooRexx on Windows 8

2021-07-14 Thread Jason Martin
Does the machine have a six month uptime? Is it connected to the internet? Just curious. Thanks, On 2021-07-14 12:15, Mike Cowlishaw wrote: last reboot was in January, or thereabouts, ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net

Re: [Oorexx-devel] ooRexx on Windows 8

2021-07-14 Thread Jason Martin
https://en.wikipedia.org/wiki/Uptime That is really good with programming, testing and running new applications. Thanks again. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net