cnbbooks / lfe-casting-spels

Casting SPELs in Lisp, the LFE Edition
http://lfe.io/casting-spels
38 stars 14 forks source link

spels-move.lfe failed #35

Open maacl opened 3 years ago

maacl commented 3 years ago

On Ubuntu 20.04 using:

Erlang/OTP 23 [erts-11.1.5] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1]

Eshell V11.1.5  (abort with ^G)

I get the following error when running rebar3 lfe repl:

===> Verifying dependencies...
                              ===> Compiling simple
                                                   ===> Compiling spels
                                                                       ===> Compiling apps/spels/src/spels-move.lfe failed
                                                                                                                          /home/mac/projects/casting-spels/code/apps/spels/src/spels-move.lfe:83: error expanding (game-action weld chain bucket weld-chain):
                                                                                      undef
rvirding commented 3 years ago

Which version of LFE are you using, which branch?

maacl commented 3 years ago

I get the following output from rebar3 lfe versions: rebar3 lfe versions ===> Verifying dependencies... (#(apps ())

(languages

                                                    (#(lfe "2.0-dev")
                                                                         #(erlang "23")
                                                                                           #(emulator "11.1.5")
                                                                                                                   #(driver_version "3.3")))
                 #(tooling (#(rebar "3.14.3") #(rebar3_lfe "0.2.0"))))