latest edit:
i can run anarki through arc-exe.scm 1 time.
i can luanch the webapp in the tutorial and everything seems to work. the second time i get these problems:
arc> (defop hello req (pr "hello world"))
Error: "reference to undefined identifier: __defop"
arc> (+ 1 2)
Error: "reference to undefined identifier: __input-history-update" i have to remove the arc-folder in the msysgit-folder and reclone it to make it work. obv this is really annoying. is noone having the same problem?
how can i solve this? |