broadway_rabbitmq icon indicating copy to clipboard operation
broadway_rabbitmq copied to clipboard

Can not compile rabbit_common

Open nhatapsi195 opened this issue 4 months ago • 1 comments

When I try to use broadway_rabbitmq with release version 0.7, there error: ** `Compiling src/rabbit_cert_info.erl failed rabbit_cert_info.erl:148:15: undefined macro 'street-address'

rabbit_cert_info.erl:127:18: function format_rdn/1 undefined, did you mean format_complex_rdn/1? `

rabbit_cert_info.erl:161:1: Warning: function escape_rdn_value/1 is unused rabbit_cert_info.erl:164:1: Warning: function escape_rdn_value/2 is unused**** (Mix) Could not compile dependency :rabbit_common, "/Users/devils/.mix/elixir/1-18-otp-28/rebar3 bare compile --paths /Users/devils/Documents/my_app/_build/dev/lib/*/ebin" command failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile rabbit_common --force", update it with "mix deps.update rabbit_common" or clean it with "mix deps.clean rabbit_common"`

Now I use elixir version 1.18.4 to compile code in my repo. How to resolve this problems ?

nhatapsi195 avatar Jun 06 '25 04:06 nhatapsi195