no_slides
no_slides copied to clipboard
Fails to compile
I've posted this to the Riak Core list, too. When I try to compile using Erlang 18.3 and Elixir 1.3, I get an error trying to compile Cuttlefish
===> Compiling cuttlefish
===> Building escript...
===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace or consult rebar3.crashdump
===> When submitting a bug report, please include the output of `rebar3 report "your command"`
** (Mix) Could not compile dependency :cuttlefish, "/home/lee/.mix/rebar3 bare compile --paths "/home/lee/Documents/no_slides-master/_build/dev/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile cuttlefish", update it with "mix deps.update cuttlefish" or clean it with "mix deps.clean cuttlefish"
:+1: I tried yesterday evening and I have the same issue
Should be fixed in my PR #7 - either use that or https://github.com/bryanhuntesl/no_slides/tree/feature/otp20-and-elixir1.5.2-support
As part of that work I had to fork the cuttlefish and getopt dependencies - lager parse transforms were an issue in cuttlefish - and in getopt a dependency on a basho tools rebar3 plugin was crashing rebar3 (didn't investigate, just removed).