jbrisbin / amqp_client

Rebar-friendly fork of rabbitmq-erlang-client
101 stars 118 forks source link

Syntax Error... #37

Closed umgeher closed 7 years ago

umgeher commented 7 years ago

2016-11-29-205043_537x600_scrot

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"}}}
       ]
}.
alexdesousa commented 7 years ago

@umgeher probably you're trying to compile with Erlang 19 and version 3.5.6 is not compatible with Erlang 19.