Trouble with GRiSP’s robot demo (rebar3 fails)

Hi all, I have some problems when I try to deploy the robot example, this is my command output:

$ rebar3 grisp deploy
===> Verifying dependencies...
===> Analyzing applications...
===> Compiling robot
* Resolving OTP version
    23.3.4.11 (requirement was "23")
* Downloading pre-built OTP package (a80bccc4)
    (file cached)
* Extracting package
    (already extracted)
===> Config value for system_libs must be a boolean or directory but found: "/home/dagyu95/Documents/uni/tesi/robot/_grisp/grisp2/otp/23.3.4.11/install/lib"

Versions:

  • OTP: 23.3.4.11
  • rebar 3.18.0 on Erlang/OTP 23 Erts 11.2.2.10
  • rebar3_grisp (2.2.1)
2 Likes

Hi! This is fixed in Release 2.2.2 · grisp/rebar3_grisp · GitHub

3 Likes