I'm having trouble running Agda on my windows 7 64-bit pc. I tried running the following commands:
cabal install agda
and
cabal install agda-executable
which both work, but I still can't seem to get it going with emacs, can someone help me? I've tried the one click installer from here but it doesn't seem to work, I run into this complaint:
C:\agda2\bin\agda2-install.cmd failed.
Code = 1
Incorrect Function
Setup was not completed.
Please correct the problem and run setup again
Install Agda (cabal install agda agda-executable),
make sure agda-mode.exe
is on search path. This required because installer will put something like (shell-command-to-string "agda-mode.exe locate"
) to .emacs file.can be obtained from here https://github.com/haskell/haskell-mode
) and you will have to add (load "c:\\haskell\\dev\\haskell-mode\\haskell-site-file.el"
) to your .emacs file. I load it prior to Agda stuff, I do not really know does load order matter or not.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With