Re: can't compile anything except "def"

2013-06-23 Thread Dennis Haupt
plugin version is 0.5.286 Am 23.06.2013 00:25, schrieb Colin Fleming: > Which version of the IntelliJ plugin are you using? You can see this by > opening the settings, selecting plugins then selecting the La Clojure > plugin. In recent versions the compiler has changed and I've had > occasional pr

Re: can't compile anything except "def"

2013-06-22 Thread Colin Fleming
Which version of the IntelliJ plugin are you using? You can see this by opening the settings, selecting plugins then selecting the La Clojure plugin. In recent versions the compiler has changed and I've had occasional problems with it. On 23 June 2013 02:29, Dennis Haupt wrote: > it happens wit

Re: can't compile anything except "def"

2013-06-22 Thread Dennis Haupt
it happens with both clojure 1.5.1 and 1.4.0. when intellij tries to compile clojure files, something strange happens. if i remove the option to compile the files (and instead just use clojure.main and run them) there is no problem 2013/6/22 Jim - FooBar(); > On 22/06/13 15:21, Dennis Haupt w

Re: can't compile anything except "def"

2013-06-22 Thread Jim - FooBar();
On 22/06/13 15:21, Dennis Haupt wrote: clojure jvm, intellij's repl. i'll try to run the file via commandline and see what happens where did core.clr come from then? can you somehow see what version of clojure your intelliJ is using? I've got no experience with intelliJ really...it's just tha

Re: can't compile anything except "def"

2013-06-22 Thread Dennis Haupt
running the file works (from inside intellij), just intellijs compilation seems to be broken i can ignore the problem for now 2013/6/22 Dennis Haupt > clojure jvm, intellij's repl. i'll try to run the file via commandline and > see what happens > > > 2013/6/22 Jim - FooBar(); > >> On 2

Re: can't compile anything except "def"

2013-06-22 Thread Dennis Haupt
clojure jvm, intellij's repl. i'll try to run the file via commandline and see what happens 2013/6/22 Jim - FooBar(); > On 22/06/13 15:16, Dennis Haupt wrote: > >> i don't know what "properly set up the environment" means exactly, but i >> can run my script in the repl >> > > what repl? intelli

Re: can't compile anything except "def"

2013-06-22 Thread Jim - FooBar();
On 22/06/13 15:16, Dennis Haupt wrote: i don't know what "properly set up the environment" means exactly, but i can run my script in the repl what repl? intelliJ's repl? or a bare repl from your terminal? do you want to use Clojure JVM or Clojure CLR? Jim -- -- You received this message beca

Re: can't compile anything except "def"

2013-06-22 Thread Dennis Haupt
i don't know what "properly set up the environment" means exactly, but i can run my script in the repl 2013/6/22 Jim - FooBar(); > On 22/06/13 15:09, Dennis Haupt wrote: > >> where the line number is pointing at a line that contains something that >> is declared in core.clr >> > > core.clr and

Re: can't compile anything except "def"

2013-06-22 Thread Jim - FooBar();
On 22/06/13 15:09, Dennis Haupt wrote: where the line number is pointing at a line that contains something that is declared in core.clr core.clr and intelliJ? I've never used intelliJ but I was under the impression it was JVM only... are you sure you've got the right version of Clojure and p

can't compile anything except "def"

2013-06-22 Thread Dennis Haupt
hi, i'm trying to compiler a clojure file using intellij. the error i get is: Clojure Compiler: java.io.IOException: The system cannot find the path specified, compiling:(D:\cloj\MultiMethod.clj:3) where the line number is pointing at a line that contains something that is declared in core.clr if