Re: [Oorexx-devel] ooRexx 5.0 GA

2022-06-22 Thread Terry Fuller
0beta) The documentation can be built automatically (some work needed still to rebuild only the changed docs + upload) Hälsningar/Regards/Grüsse, P.O. Jonsson oor...@jonases.se Am 21.06.2022 um 21:34 schrieb Terry Fuller : On the topic of documentation... I don't want to connect the website issues as showsto

Re: [Oorexx-devel] ooRexx 5.0 GA

2022-06-21 Thread Terry Fuller
Ok all, I'm going to start triage on the bugs, documentation and task tickets on SourceForge, I'm going to ask for a freeze sometime in the near future.  I'd like to ask all creators of tickets to examine them and mark any in milestone 5.0.0 that are not showstoppers to change the milestone

Re: [Oorexx-devel] ooRexx 5.0 GA

2022-06-21 Thread Terry Fuller
On the topic of documentation... I don't want to connect the website issues as showstoppers for a 5.0 GA release, but... All of the documentation pointers in oorexx.org/doc result in 404 errors.  If memory serves (and sometimes it doesn't, corrections gratefully received) we now have

[Oorexx-devel] ooRexx 5.0 GA

2022-06-17 Thread Terry Fuller
Is there a list somewhere of showstoppers which are preventing 5.0 from going GA? If so, can someone point me to it? If not, can I serve as a clearinghouse for reports of showstoppers? -- taf ___ Oorexx-devel mailing list

Re: [Oorexx-devel] rxsocket example

2021-07-13 Thread Terry Fuller
most prpbably not there) - you are communicating with your object. Or seems something else wrong? best regards, René. On 12 Jul 2021, at 21:34, Terry Fuller <mailto:t...@pgmguild.com>> wrote: Hello all, I'm working my way thru a project that makes use of rxsockets.   in

[Oorexx-devel] rxsocket example

2021-07-12 Thread Terry Fuller
Hello all, I'm working my way thru a project that makes use of rxsockets. in *ooRexx Documentation 5.0.0 ** **Open Object Rexx RxSock TCP/IP Socket Functions Reference** **Edition 1 * i found: -- get a new socket s = .socket~new() if s = -1 then do say 'Error'

[Oorexx-devel] Errors building mod_rexx.so

2021-06-12 Thread Terry Fuller
Hello all, I'm trying to straighten out the rather convoluted build process for mod_rexx on linux.  After compiling and linking the module, apache reports an error while loading the module: Cannot load /usr/lib/apache2/modules/mod_rexx.so into server: /usr/lib/apache2/modules/mod_rexx.so:

[Oorexx-devel] Compiling ooRexx 5.0.0 for Raspberry Pi

2021-06-08 Thread Terry Fuller
Hello all, I'm starting a project on a Raspberry Pi and need to set up a development environment.  I want to compile ooRexx 5.0.0 for the Raspberry Pi.  After much research, I'm setting up cross compiling as outlined in this github wiki: cross compilers

[Oorexx-devel] Help with Sourceforge on Mod_Rexx project

2021-05-06 Thread Terry Fuller
Hello all: I've finally managed to upload my work on mod_rexx for apache 2.4--committed using svn.  The files are accessible under the 'code' tab on Sourceforge (https://sourceforge.net/p/modrexx/code/HEAD/tree/releases/2.4.0/). But not available under the 'files' tab.  The old release is

Re: [Oorexx-devel] mod_rexx Linker Unresolved Symbols...

2021-04-08 Thread Terry Fuller
Hi Erich, Thanks, yes, that's where I started... and it worked until I changed something (need to take better notes when I change stuff, especially when in new territory).  Things are ok on the Windows side, but I've gotten myself in a terrible snarl on LInux. sigh! On 2021-04-08 02:25,

[Oorexx-devel] mod_rexx Linker Unresolved Symbols...

2021-04-07 Thread Terry Fuller
Ok, I've gotten past the compile time errors, thanks Rick and Erich. Now I have a mod_rexx.so for Linux, but when I start httpd I get an error message that RexxVariablePool is undefined.  When I examine the .so file with the 'nm' command, I see many lines like this, including one for

[Oorexx-devel] Errors compiling mod_rexx

2021-03-31 Thread Terry Fuller
Hello all, I'm having more problems building mod_rexx.  I was earlier able to build mod_rexx for both windows and linux (linux mint 20 specifically).  I'm now trying to eliminate differences between the source files for each operating system. I have source that builds properly on Windows

Re: [Oorexx-devel] [devel] Seven years since the last release

2021-01-15 Thread Terry Fuller
Yes, I have modrexx running under apache httpd 2.4.x on Windows 10 and Linux Mint 19.3...  David Ashley, the original author, has given me update authority for the SF site.  I've fallen down on actually getting my updates installed  Sorry!.  I'll try and get all the fiddly bits correct and

Re: [Oorexx-devel] W. David Ashley

2020-07-01 Thread Terry Fuller
On 2020-07-01 09:22, Rony G. Flatscher wrote: Terry, On 23.06.2020 00:29, Terry Fuller wrote: Does anyone have an email address for David Ashley?  I've modified his mod-rexx to run in 64-bit mode on Apache httpd 2.4 and I'd like to get in touch with him about updating Sourceforge with my

[Oorexx-devel] W. David Ashley

2020-06-22 Thread Terry Fuller
Hi all, Does anyone have an email address for David Ashley?  I've modified his mod-rexx to run in 64-bit mode on Apache httpd 2.4 and I'd like to get in touch with him about updating Sourceforge with my changes. If need be you could forward this note to him, let him decide if he wants to

Re: [Oorexx-devel] Error 98.903: Unable to load library "rexxgtk"

2019-08-23 Thread Terry Fuller
On 2019-08-23 10:27, Terry Fuller wrote: Hi Erich, Gil, Thanks for help... I think I'm in deeper trouble than I realized...  It seems that the gtk downloads referenced in 'windows-building' are all 32-bit programs.  I now assume that I must compile rexxgtk as 32-bit programs to match

Re: [Oorexx-devel] Error 98.903: Unable to load library "rexxgtk"

2019-08-23 Thread Terry Fuller
to windows-building.txt? Were any changes necessary to steps listed?  Could you update windows-building.txt for whatever you had to do differently? Thanks ... Erich On Thu, Aug 22, 2019 at 3:10 AM Terry Fuller <mailto:t...@pgmguild.com>> wrote: I've now built rexxgtk... But the f

[Oorexx-devel] Error 98.903: Unable to load library "rexxgtk"

2019-08-21 Thread Terry Fuller
I've now built rexxgtk... But the first test routine fails with Error 98.903: Unable to load library "rexxgtk" I've added the library that contain rexxgtk.dll (my newly built one), and the library that contains libgtk-win32-2.0-0.dll (from the downloaded  msys/mingw/...) Can anyone let me

[Oorexx-devel] Fwd: Re: ooRexxUnit for 5.0.0

2018-11-30 Thread Terry Fuller
Sorry, reply didn't go to the list... Forwarded Message Subject:Re: [Oorexx-devel] ooRexxUnit for 5.0.0 Date: Fri, 30 Nov 2018 11:04:00 -0800 From: Terry Fuller To: René Jansen Hmmm... that link points at (ReadMe):/ooRexxUnit 4.2.0 snapshot 06 Quick Start

[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] Calling Programs in a .dll

2017-07-12 Thread Terry Fuller
k <mlu...@lueckdatasystems.com <mailto:mlu...@lueckdatasystems.com>> wrote: Greetings Terry Terry Fuller wrote: Is there a comparable mechanism for ooRexx on windows? Is this possible? Can someone point to documentation? I can recall some developer building an interf

[Oorexx-devel] Calling Programs in a .dll

2017-07-11 Thread Terry Fuller
On the mainframes where I grew up, I could call arbitrary programs from a rexx routine. The invoked routines could be called as if from JCL (LINK and ATTACH: single parameter to a string preceded by length indication) or internal call (LINKMVS, LINKPGM, ATTCHMVS, and ATTCHPGM: a list of

Re: [Oorexx-devel] Help Compiling mod_rexx

2017-01-24 Thread Terry Fuller
this is windows a windows system. I guess I should have realized that from the backslashes in the path name below. Bruce On Jan 24, 2017, at 9:34 AM, Terry Fuller <t...@pgmguild.com <mailto:t...@pgmguild.com>> wrote: I have not installed 'apache2-dev'. I've installed the binaries from

Re: [Oorexx-devel] Help Compiling mod_rexx

2017-01-24 Thread Terry Fuller
wrote: On my debian based system the file is in the package ‘apache2-dev’ have you installed that package? On Jan 23, 2017, at 9:39 PM, Terry Fuller <t...@pgmguild.com> wrote: Hello all, I'm trying to compile mod_rexx for httpd 2.4 (the available binaries are compiled for 2.2) and for

[Oorexx-devel] Help Compiling mod_rexx

2017-01-23 Thread Terry Fuller
Hello all, I'm trying to compile mod_rexx for httpd 2.4 (the available binaries are compiled for 2.2) and for 64-bit operation. I'm getting an error message from the make: \httpd-2.4.25-x64-vc14\Apache24\include\httpd.h(44): fatal error C1083: Cannot open include file: 'ap_config.h': No such

Re: [Oorexx-devel] What impact will Microsoft's removal of cmd.exe from Windows 10 have on ooRexx?

2016-12-07 Thread Terry Fuller
The replacement for cmd.exe is powershell. It's already available in several releases, alongside cmd.exe. It is, however not backward compatible... things like invoking a program from the current directory in powershell requires .\pgm.rex rather than pgm.rex. Several other non-compatible

[Oorexx-devel] Unable to Install ooDialog 4.2.3 with ooRexx 5.0.0

2016-08-08 Thread Terry Fuller
Not sure whether I'm doing something wrong or if its a bug... I get an exclamation warning dialog box titled "ooDialog 4.2.3.9853 Setup" when I try to install ooDialog with ooRexx 5.0.0 The text of the warning says: A version of ooRexx, greater than or equal to version 4.1.0, must be installed

Re: [Oorexx-devel] to do list

2016-07-20 Thread Terry Fuller
Can someone check on the 5.0.0 builds in SF? I think that both are 32-bit amode builds, despite the naming. On 2016-07-18 10:42, Terry Fuller wrote: Oh! I did that, and it worked, sort of... the zip I downloaded purported to be 64-bit, but its really the 32-bit mode code. What the heck

Re: [Oorexx-devel] to do list

2016-07-18 Thread Terry Fuller
Oh! I did that, and it worked, sort of... the zip I downloaded purported to be 64-bit, but its really the 32-bit mode code. What the heck?? On 2016-07-18 10:28, Rony G. Flatscher wrote: On 18.07.2016 19:22, Terry Fuller wrote: More info... Trying to do the deed manually. I'm able

Re: [Oorexx-devel] to do list

2016-07-17 Thread Terry Fuller
ion before it starts. If you don't allow the console to run "elevated", this is what you will see. There is no way to bypass the Windows prompt for permission so you need to reply that you want the console to make the modifications. Hope that helps... On 7/15/2016 4:37 PM, Terry

Re: [Oorexx-devel] to do list

2016-07-15 Thread Terry Fuller
use there is no 5.0.0 installer which would have uninstalled 4.2.0 before installing 5.0.0. Don't feel bad about falling into this hole, the process is confusing which is why I wrote the program to start with. On 7/15/2016 3:08 PM, Terry Fuller wrote: Ah well, trust me to fall into a hole ri

Re: [Oorexx-devel] to do list

2016-07-14 Thread Terry Fuller
o a ...\ooRexx5.0.0 folder. But I see that there is a 5.0.0 Beta version dated 7/10 in the folder now so that would be a better target. Once that is done, ORXVER can switch between whatever your current ooRexx version is and 5.0.0. Let me know if you want the tool! Gil B

Re: [Oorexx-devel] to do list

2016-07-13 Thread Terry Fuller
concurrent technique. Even if the alpha build is stale, I'd like to install it even if just to work out the testing procedures. On 2016-07-05 14:29, Terry Fuller wrote: I'm willing to test the current ooDialog against the 5.0 release. I'm not sure what René's timescale is, but I'll try to meet i

Re: [Oorexx-devel] [OT] MYSQL

2015-06-04 Thread Terry Fuller
and the pro and cons and the context are probably interesting for anyone. ---rony On 04.06.2015 20:02, Terry Fuller wrote: I'll take this off list. Dan and Michael, if you'd like to be copied on the traffic, let me know. On 2015-06-04 07:21, René Jansen wrote: Dan, In know this is nearly

Re: [Oorexx-devel] [OT] MYSQL

2015-06-04 Thread Terry Fuller
I'll take this off list. Dan and Michael, if you'd like to be copied on the traffic, let me know. On 2015-06-04 07:21, René Jansen wrote: Dan, In know this is nearly sacrilegious on this list, and let’s move it off to somewhere else, but I need to tell you that NetRexx offers quite some

Re: [Oorexx-devel] [Ibm-netrexx] ASCII or EBCDIC?

2012-08-08 Thread Terry Fuller
** Reply to message from Earl Hodil eho...@mail.open-softech.com on Wed, 8 Aug 2012 09:03:48 -0400 I'm still working on porting ooRexx to zOS (evenutally both to USS and TSO). (took off the last week, but back in town now and picking up the threads...) taf would be happy to see ooRexx on

Re: [Oorexx-devel] bootstrap question

2012-07-17 Thread Terry Fuller
** Reply to message from Earl Hodil eho...@mail.open-softech.com on Tue, 17 Jul 2012 06:27:41 -0400 Hi Earl, Did you have any trouble unpacking the tarball? Both pax and tar tell me that my uploaded copy are not compressed files... taf Hi to all, I finally got my USS environment in