rabbitmq / rabbitmq-erlang-client

Erlang client for RabbitMQ
https://www.rabbitmq.com/
Other
184 stars 127 forks source link

compile error #62

Closed dcy closed 8 years ago

dcy commented 8 years ago

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'
michaelklishin commented 8 years ago

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

dcy commented 8 years ago

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