Arexx bug in aros 68k

Guest · 2740

lm

  • Guest
on: November 09, 2019, 11:18:14 AM
@aros68k devs:

when executing the following arexx script,

/* *** */

OPTIONS RESULTS

ADDRESS COMMAND 'LIST'


Aros 68k shows an arror message, when trying to execute an amiga DOS command from within an arexx script.

@wawa:

Can you direct this message to aros68k developers, in case they don't read this forum ?

Thanks!



wawa

  • Senior Member
  • ****
    • Posts: 265
    • Karma: +55/-0
Reply #1 on: November 09, 2019, 12:37:29 PM
you might as well provide me with a content of an issue i can open on the main repo. also if you want i can invite you to slack, so that you can discuss it. i know nothing about rexx.



lm

  • Guest
Reply #2 on: November 09, 2019, 12:49:11 PM
you might as well provide me with a content of an issue i can open on the main repo. also if you want i can invite you to slack, so that you can discuss it. i know nothing about rexx.

@wawa:

The culprit is the line "ADDRESS COMMAND ... "; it's used to execute an amiga DOS command from within an arexx script.

I attach the script so you can  test the error yourself.

Execute the script as follows (in a shell):

rx test.rx

Of course, RexxMast must be running.




AMIGASYSTEM

  • Legendary Member
  • *****
    • Posts: 2947
    • Karma: +64/-1
  • AROS One
    • AROS One
Reply #3 on: November 13, 2019, 07:02:42 PM
RexxMast on AROS 68k cannot be executed because there is no regina.library for 68k :(