rabbitmq/rabbitmq-erlang-client

compile error

Closed this issue · 2 comments

dcy commented

Hi! the latest code can not compile.

===> Compiling /home/dcy/hisir/Server/hisir_msgs/_build/default/lib/amqp_client/src/amqp_connection_type_sup.erl failed
/home/dcy/hisir/Server/hisir_msgs/_build/default/lib/amqp_client/src/amqp_connection_type_sup.erl:51: undefined macro 'WORKER_WAIT'

You need to make sure your rabbit_common is up-to-date with this client: WORKER_WAIT is defined there.

dcy commented

Sorry. Because i use rebar3, i use this https://github.com/jbrisbin/rabbit_common.
This repo has not updated.