Closed umgeher closed 7 years ago
compile.txt
My rebar.config:
{erl_opts, [debug_info]}. {deps, [ {amqp_client, ".*", {git, "git://github.com/jbrisbin/amqp_client.git", {tag, "rabbitmq-3.5.6-community"}}} ] }.
@umgeher probably you're trying to compile with Erlang 19 and version 3.5.6 is not compatible with Erlang 19.
compile.txt
My rebar.config: