jbrisbin / amqp_client

Rebar-friendly fork of rabbitmq-erlang-client
102 stars 119 forks source link

rebar compile fails #20

Open mobileoverlord opened 9 years ago

mobileoverlord commented 9 years ago

I am receiving an error when trying to use the version of rabbit_common from hex.

==> rabbit_common (compile)
compile: warnings being treated as errors
src/mirrored_supervisor.erl:137: behaviour gen_server2 undefined
Compiling src/mirrored_supervisor.erl failed:
src/mirrored_supervisor.erl:137: behaviour gen_server2 undefined
ERROR: compile failed while processing rabbit_common: rebar_abort
vsmart commented 9 years ago

I get the same issue. Can someone help?

hachreak commented 7 years ago

I have the same issue! T__T And the commit from @dsrosario looks fixing the errors. Is this module abandoned?