Hello,
 
after making a build of ooRexx 5.0.0. for Android (API_LEVEL=19), which was successful after excluding some extensions, i have some problem when calling the 'rexx' binary on Android.
First problem is I get no response and no error when calling for example ./rexx -r 'say hello world'. After entering the command - nothing happens  and it looks like the interpreter hangs somewhere. So I add some debugging-lines to the code and found out the call goes until he comes to the function InterpreterInstance *Interpreter::createInterpreterInstance(RexxOption *options) in Interpreter.cpp. Then the method startInterpreter(RUN_MODE) is called because interpreterInstances == OREF_NULL. And this is the point where I don't go further. Can anybody tell me which startInterpreter method should be called here, or does anyone have an idea why the program doesn't return from this point?
 
Thanks, Klemens
 
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to