pouar
pouar
Did you make any changes to Maxima or ECL before packaging it for the Android app? As I didn't make any changes to it other than getting it to run...
btw, make.lisp is based on the examples EQL5-Android gave
Specifically, it is based on this script here https://gitlab.com/eql/EQL5-Android/-/blob/master/examples/REPL/make.lisp It was the easiest way to get it to cross compile for Android that I could think of. I suspect that...
I keep getting this when I try to run your build ``` $ maxima/bin/rmaxima rlwrap: warning: On this system rlwrap cannot follow the rlwrapped command's working directory: filename completion will...
At least when trying to run it in Termux. I'm not sure what changes I need to make to the files in this repo to create the apk. I tried...
ok, seems to be from trying to use NDK r21. NDK 19c works though
I managed to get it to work in Termux after using NDK 19c and setting `(logical-pathname-translations "SYS")` to where ECL keeps its fasls it `require`s
Is there any way to get Android apps to give terminal output? I'm used to the environment giving me more detailed error messages.
ok, how do you update the version number for the apk? because I sorta got it working, but it seems to think it's the older version
I tried greping the repo for `5\.41\.0` but couldn't find anything