no_slides icon indicating copy to clipboard operation
no_slides copied to clipboard

Fails to compile

Open Lazarus404 opened this issue 8 years ago • 3 comments

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"

Lazarus404 avatar Feb 27 '17 09:02 Lazarus404

:+1: I tried yesterday evening and I have the same issue

hachreak avatar Apr 24 '17 09:04 hachreak

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

bryanhuntesl avatar Feb 07 '18 14:02 bryanhuntesl

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).

bryanhuntesl avatar Feb 07 '18 14:02 bryanhuntesl