[Oorexx-devel] Closing all tickets on ooRexx 5.0.0

2023-05-12 Thread ooRexx
I have tried to close all tickets I was responsible for and moved other forward to 5.1.0 or 5.0.1 (change to none where I did so in error), there is only a small number of tickets left can you please have a look and do something about “your” tickets so that ooRexx can be closed. 1837

Re: [Oorexx-devel] Please help: how can i configure Open Object Rexx 5.1 in OpenSuse Leap 15.4

2023-05-12 Thread Franz Marx
Thank you all, i have seen enough what i have to do, when i was analysing, how your "Rexxtry.rex" is established! Have all a good weekend, we have "Mother's Day" on coming up this sunday in Austria. Regards Franz Marx Am Fr., 12. Mai 2023 um 16:46 Uhr schrieb ooRexx : > Hi Franz, > > An

Re: [Oorexx-devel] Please help: how can i configure Open Object Rexx 5.1 in OpenSuse Leap 15.4

2023-05-12 Thread ooRexx
Hi Franz, An alternative for the shebang would be #!/usr/bin/env rexx (Like this, the space is intentional) You need to google /usr/bin/env to see what is going on, the Linux-way is a bit different from the Windows-way, steep learning curve, been there, done that. Hälsningar/Regards/Grüsse,

Re: [Oorexx-devel] Please help: how can i configure Open Object Rexx 5.1 in OpenSuse Leap 15.4

2023-05-12 Thread ooRexx
> On 12. May 2023, at 15:58, CV Bruce wrote: > > On Linux and Unix, your Rexx program needs to start with a line like > #!/path/to/rexx > Where path/to/Rexx is the path to where the Rexx executable is installed. > For Rexx on all Linux the shebang line would be #!/usr/local/bin/rexx > And

Re: [Oorexx-devel] Please help: how can i configure Open Object Rexx 5.1 in OpenSuse Leap 15.4

2023-05-12 Thread CV Bruce
On Linux and Unix, your Rexx program needs to start with a line like#!/path/to/rexxWhere path/to/Rexx is the path to where the Rexx executable is installed.And the Rexx program must have its permissions set to executable, I.e. “chmod 755 myRexxProgram.rex”BruceSent by Magic!On May 12, 2023, at

Re: [Oorexx-devel] [oorexx:bugs] #1897 Entry missing in Windows installer

2023-05-12 Thread ooRexx
Coming back to how to prepare a release: After what Rick wrote I have looked at the structure in the SVN tree. It seems a twig in main/branches is used to populate main/releases. Example: /main/branches/4.1 has been used as the base for 4.1.0, 4.1.1, 4.1.2 and 4.1.3 releases in

Re: [Oorexx-devel] Please help: how can i configure Open Object Rexx 5.1 in OpenSuse Leap 15.4

2023-05-12 Thread Franz Marx
Hi, i have to learn still a lot for OpenSuse, but I have time. "It's a rainy day, hallelujah ..." 珞 Grüsse aus Österreich Franz Am Fr., 12. Mai 2023 um 14:08 Uhr schrieb ooRexx : > Hi, > > I am not sure I understand the question. Once you have installed ooRexx it > should work out of the box,

Re: [Oorexx-devel] Please help: how can i configure Open Object Rexx 5.1 in OpenSuse Leap 15.4

2023-05-12 Thread ooRexx
Hi, I am not sure I understand the question. Once you have installed ooRexx it should work out of the box, there is nothing to configure on the ooRexx side, you just call it with rexx myprogram.rex, you can leave out the extension so rexx myprogram suffices. Similar to how you call a Python

Re: [Oorexx-devel] Please help: how can i configure Open Object Rexx 5.1 in OpenSuse Leap 15.4

2023-05-12 Thread Franz Marx
Hi, Mr. Jonson! First of all: the Installation worked with your detailed advice, of course! But One thing I still miss: how can I *configure* the *Open Rexx Version 5.1.0* within OpenSuse Leap 15.4 ? Like in Windows, my *.rex program should be executed immediately. i am sorry to be such