Closed ratsclub closed 1 year ago
Did you move lunarml
executable from <LunarML repo>/bin
? If so, try setting -B
option like this:
$ lunarml -B<LunarML repo>/lib/lunarml compile sources.mlb
Creating a proper installer (make install
) is on my to-do list.
Oh, this did fix the problem. I'm able to compile, right now!
Just for some context, I'm trying to target lunarml on my project's CI. I'm also using the Nix package for lunarml
:
"${pkgs.lunarml}/bin/lunarml compile -B ${pkgs.lunarml}/lib/lunarml sources.mlb"
However, running the code now yields another problem, but I guess this should be another issue.
lua: tests.lua:113: unexpected symbol near '/'
Thank you so much!
I have a small
.mlb
file containing the following:Compiling with MLton and MLKit works just fine. However, with LunarML I get this error:
Is there something I need to do?