Evgeny Kurbatsky
Evgeny Kurbatsky
Debuger still in very unstable state, so problem in debugger. I will add some more informative error output, too figire out such problems
What version of GHC are you using? Is it installed by homebrew or haskell platform? What version of Idea are you using?
I have found workaroud. You have to specify in SDK GHC home path: /usr
@strelec, this is another problem. Something wrong with your run configuration.
@KasperJanssens, you should use /usr/local. What compilation problem you get?
@KasperJanssens , This is workaround just for problem with Arch and Manjaro. Did you get another messages except "cabal: configure failed"?
@Kendos-Kenlen, problem is that there are two ghc executables in system: one is wrapper script that add command line parameter -B. If plugin run wrong ghc executable everything it fails.
To make plugin installable on CLion you shoiuld remove line. ``` XML com.intellij.modules.platform ``` But I think plugin won't work properly, and will crush. CLion has slighly different API. I...
I use last version of plugin (0.12.200). I think you need last version of IDEA to install last Kotlin version. Also you need JDK 1.6 to compile plugin.
1. Thanks for feedback. I will add more information about SDK path. 2. You have ghc in /bin/ and it's not a symlink? On ubuntu I have `/usr/bin/ghc` and it...