[Oorexx-devel] Ad Windows-versions ()rev 11542) ...

2018-11-29 Thread Rony G. Flatscher
Created the 32- and the 64-bit versions of Rick's rxapi sandbox. It becomes possible to run the 32- and 64-bit ooRexx interpreters concurrently, at the same time, which is really *great*! This allows among other things to run both interpreters in parallel on the same machine, which especially

Re: [Oorexx-devel] Ad Windows-versions ()rev 11542) ...

2018-11-29 Thread Rony G. Flatscher
A few more observation, when rxapi.exe is not running: * starting "rxapi.exe" manually and then running "rexxtry.rex" would hang it as reported; doing a ctl-c  to kill "rexxtry.rex" and then rerun "rexxtry.rex" then works * using the cygwin tools one can see rxapi with "ps -W", however

[Oorexx-devel] Fwd: Ad Windows-versions ()rev 11542) ...

2018-11-29 Thread Rony G. Flatscher
Sorry, the reply-to did not address the list, hence forwarding my posting. ---rony Forwarded Message Subject:Re: [Oorexx-devel] Ad Windows-versions ()rev 11542) ... Date: Thu, 29 Nov 2018 18:34:40 +0100 From: Rony G. Flatscher To: Rick McGuire On

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

2018-11-29 Thread Enrico Sorichetti via Oorexx-devel
The SO_NOSIGPIPE is OK on macOS But … I get quite a few … [ 3%] Building CXX object CMakeFiles/rexxapi.dir/rexxapi/client/LocalAPIManager.cpp.o /Users/enrico/rxapi.svn/rexxapi/client/LocalAPIManager.cpp:302:9: warning: delete called on 'ApiConnection' that is abstract but has

Re: [Oorexx-devel] Ad Windows-versions ()rev 11542) ...

2018-11-29 Thread Rick McGuire
On Thu, Nov 29, 2018 at 12:17 PM Rony G. Flatscher wrote: > Created the 32- and the 64-bit versions of Rick's rxapi sandbox. > > It becomes possible to run the 32- and 64-bit ooRexx interpreters > concurrently, at the same time, which is really *great*! > > This allows among other things to run

Re: [Oorexx-devel] Ad Windows-versions ()rev 11542) ...

2018-11-29 Thread Rony G. Flatscher
Rebuilt ooRexx from trunk: On 29.11.2018 18:29, Rick McGuire wrote: > On Thu, Nov 29, 2018 at 12:17 PM Rony G. Flatscher > wrote: ... cut ... > Some remarks on the build process and running the interpreters initially: > > * both, the 32- and 64-bit

Re: [Oorexx-devel] Ad Windows-versions ()rev 11542) ...

2018-11-29 Thread Rony G. Flatscher
O.K. finished both debug-Windows-installer packages and placed them on my Dropbox (https://www.dropbox.com/sh/olh1mqfwb4brp7r/AABI1X-Le9zDCJ0gyfvMdKB8a?dl=0). To install at your own risk ;): * make sure that either ooRexx got uninstalled already or make sure that rxapi is not running

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

2018-11-29 Thread Erich Steinböck
Re latest commit [r11543]: As far as I understand SO_NOSIGPIPE is BSD-only, and not available on Linux. The only compatible option seems to be signal(SIGPIPE, SIG_IGN); ___ 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 Erich Steinböck
The latest [r11545] fails compilation on Ubuntu with: bin/librexxapi.so.5.0.0: undefined reference to `vtable for SysLocalSocketConnection' ___ 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

[Oorexx-devel] ooRexxUnit for 5.0.0

2018-11-29 Thread Terry Fuller
Hi all, I've installed Linux Mint 19 on my old T43.  I was able to download and compile (!) ooRexx 5.0 from trunk, so I now have a 32-bit (T43) ooRexx interpreter on my system.  I'd really like to run the test suite against my new install, but I'm unable to find it.  I can find the 4.2.0 test

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

2018-11-29 Thread Erich Steinböck
[r11546] compiles and passes all tests on Ubuntu. On Thu, Nov 29, 2018 at 10:00 PM Erich Steinböck wrote: > The latest [r11545] fails compilation on Ubuntu with: > > bin/librexxapi.so.5.0.0: undefined reference to `vtable for > SysLocalSocketConnection' > >

Re: [Oorexx-devel] ooRexxUnit for 5.0.0

2018-11-29 Thread René Jansen
Hi Terry, I get that from svn.code.sf.net/p/oorexx/code-0/test/trunk hth, best regards, René. > On 29 Nov 2018, at 22:24, Terry Fuller wrote: > > Hi all, > > I've installed Linux Mint 19 on my old T43. I was able to download and >

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

2018-11-29 Thread Rony G. Flatscher
This is just a comment ad SIGPIPE in the test suite, which according to should be either handled or ignored or the socket configured to not raise a

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

2018-11-29 Thread Rick McGuire
Thanks, that looks useful. I probably won't be able to update this for a bit, but it looks like a good thing to add. Rick On Thu, Nov 29, 2018 at 7:13 AM Rony G. Flatscher wrote: > This is just a comment ad SIGPIPE in the test suite, which according to > < >

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

2018-11-29 Thread Enrico Sorichetti via Oorexx-devel
> On 29 Nov 2018, at 13:27, Rick McGuire wrote: > > Thanks, that looks useful. I probably won't be able to update this for a bit, > but it looks like a good thing to add. > > Rick I sprinkled a few printf around the "signal(SIGPIPE, SIG_IGN)” occurrences And the two I found were successful

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

2018-11-29 Thread Rick McGuire
Any of the places in SysCSStream.cpp where a socket is created. Turn it off on the socket directly. Rick On Thu, Nov 29, 2018 at 7:59 AM Enrico Sorichetti via Oorexx-devel < oorexx-devel@lists.sourceforge.net> wrote: > > > > On 29 Nov 2018, at 13:27, Rick McGuire wrote: > > > > Thanks, that