Mu
Mu
On the contrary, now there are 4 backers for this request, and I guess it would give termux a lot of additional interest if it provides a rakudo star package....
its-pointless, that would be really gorgeous. I'm just realizing that my new Onyx Boox Max2 with 13,3" e-ink Display and termux for some things is better suited than my Laptop....
Great. I installed moarvm following your instructions and it's up and running, so far no problems.
I symlinked the moar executable into install/bin of rakudo-star tree and tried to compile rakudo star on device, but it fails at some point with nqp. Perhaps it needs more...
If you install moarvm from its-pointless and unpack rakudo-star sources into your $HOME and run perl Configure.pl --backend=moar --gen-nqp it will fail because it expects moar and share/nqp/lib in source...
nqp compiled. The final make failed. Unfortunately I can't transfer the log now, abbreviated something like: src/vm/moar/ops/perl6_ops.c:2: ...com.termux/files/usr/include/moar/moar.h:24:10: uv.h file not found #include uv.h
FWIW, libuv 1.19.1 is installed
the final make that builds perl6 doesn't find stuff in source_tree/MoarVM/3rdparty/* instead it's looking in /usr/include no quick and dirty hack for this one, tomorrow I try --prefix/ --sysroot, though...
Yes. Forget everybody everything I said and follow instruction from it-pointless.
I made clean and issued your commands. The following happens: 1. It states moar is new enough and uses that one you provided 2. It successfully compiles nqp 3. It...