[rabbitmq-discuss] RabbitMQ and Erlang R14B03

Matthew Sackman matthew at rabbitmq.com
Wed May 25 16:07:22 BST 2011


For those of you living on the bleeding edge:

Erlang R14B03 has just been released. It's currently not possible to
_compile_ rabbitmq-server with R14B03 unless you do some hacking. Note
though that I believe running a pre-compiled rabbitmq-server with R14B03
should be fine.

A fix is already done and pending QA and then rabbitmq-server will be
able to be compiled with R14B03 again.

The problem was solely related to types: R14B03 moved some types out of
inet.hrl and into inet.erl and then exported them. As a result they
vanished from scope where we were doing an
-include_lib("kernel/include/inet.hrl").

Matthew


More information about the rabbitmq-discuss mailing list