Closed niklassaers closed 10 years ago
I'll try and take a look at this issue. It really is more of a elixir-web/weber-contrib issue. Would you mind moving the issue to that repository?
Not at all. Closing it here and CC'ing it there :-)
PS, thanks! :-)
Hi, when compiling todays version, I get:
Compiled lib/grunt.ex Compiled lib/mix/generate.ex
== Compilation error on file lib/weberContrib/supervisor.ex == \ (CompileError) lib/weberContrib/supervisor.ex:2: module Supervisor.Behaviour is not loaded and could not be found (elixir) expanding macro: Kernel.use/1 lib/weberContrib/supervisor.ex:2: WeberContrib.Supervisor (module) (elixir) src/elixir.erl:156: :elixir.erl_eval/2 (elixir) src/elixir.erl:149: :elixir.eval_forms/4 (elixir) src/elixir_lexical.erl:17: :elixir_lexical.run/2 (elixir) lib/kernel/parallel_compiler.ex:93: anonymous fn/3 in Kernel.ParallelCompiler.spawn_compilers/8
== Compilation error on file lib/weberContrib.ex == \ (CompileError) lib/weberContrib.ex:2: module Application.Behaviour is not loaded and could not be found (elixir) expanding macro: Kernel.use/1 lib/weberContrib.ex:2: WeberContrib (module) (elixir) src/elixir.erl:156: :elixir.erl_eval/2 (elixir) src/elixir.erl:149: :elixir.eval_forms/4 (elixir) src/elixir_lexical.erl:17: :elixir_lexical.run/2 (elixir) lib/kernel/parallel_compiler.ex:93: anonymous fn/3 in Kernel.ParallelCompiler.spawn_compilers/8
could not compile dependency weberContrib, mix compile failed. You can recompile this dependency with
mix deps.compile weberContrib
or update it withmix deps.update weberContrib
make: *\ [build] Error 1I'm running Elixir 0.14.1. Any ideas what's going on?
Cheers
Nik