Open PozihameBaystar opened 2 years ago
Bashから(eusインタプリタを立ち上げる前に)
ls ~/enshu_ws/src/beginner_tutorials/Lisp
とするにとeusインタプリタ上で(load
"our-member.l")する前に
ls`としてみて下さい
(load "our-member.l")
はインタプリタ立ち上げたのと同じディレクトリにファイルを必要とします。
そうでなければ、ファイルのある場所でインタプリタをたちょ上げるか、ファイルのパスも含めてloadしてください
上手く行きました。有難うございます。
第3回の資料通りにour-member.lを作成し、 ~/enshu_ws/src/beginner_tutorials/Lisp というフォルダを作成し、そこに保存したのですが、
(load "our-member.l")
と実行すると、
Call Stack (max depth: 20): 0: at (load "our-member.l") 1: at #<compiled-code #X559fd33693e8> irteusgl 0 error: file #P"our-member.l" not found in (load "our-member.l")
とエラーを吐いてしまいます。解決策はありますでしょうか。