gpt4 book ai didi

erlang - 尝试在 Mac OS X 上使用 Homebrew 安装 RabbitMQ 时无法编译 Erlang R14B03

转载 作者:行者123 更新时间:2023-12-04 23:57:01 27 4
gpt4 key购买 nike

我正在开发一个 Django 应用程序,它将利用 Celery 通知系统。要使用 Celery,我需要安装 RabbitMQ 服务器。我正在尝试使用 Homebrew 软件安装它。所以我只是:

sudo brew install rabbitmq

但是 erlang 是安装的先决条件。所以 Homebrew 尝试编译 erlang-otp (R14B03),但是在这个过程中它总是卡住几个小时。我什至让它静置一夜,什么也没发生。所以我中止了编译并做了:

sudo brew install -v erlang

查看编译进度。它被卡住并指出以下错误:

=== Entering application hipe
(cd ../main && make hipe.hrl)
sed -e "s;%VSN%;3.8;" ../../hipe/main/hipe.hrl.src > ../../hipe/main/hipe.hrl
erlc -W +debug_info +inline -o../ebin hipe_rtl.erl
(no error logger present) error: "Error in process <0.1.0> with exit value: {{badfun,[<<5 bytes>>,<<69 bytes>>,<<9 bytes>>,<<3 bytes>>,<<2 bytes>>,<<5 bytes>>,<<11 bytes>>,<<2 bytes>>,<<8 bytes>>,<<8 bytes>>,<<5 bytes>>,<<7 bytes>>,<<5 bytes>>,<<11 bytes>>,<<2 bytes>>,<<11 bytes>>,<<15 bytes>>,<<4 bytes>>,<<72 bytes>>,<<5 bytes>>,<<1 byte>>,<<7 bytes>>,<<10 bytes>>,<<7 bytes>>,<<6 bytes>>,<<7 bytes>>,<<7 bytes>>,<<6 bytes>>,<<12 bytes>>]},[{erlang,apply,2}]}\n"

我已经试了很多次了,但我得到了相同的结果。可能是因为我的 autoconf 版本错误?各位大侠有过类似的经历吗?有哪些建议可以成功编译?

感谢您的帮助。非常感谢。

最佳答案

Erlang 在使用 Xcode 4 的编译器构建时遇到问题。

如果您使用 CFLAGS=-O0 关闭优化,您应该能够编译它。

关于erlang - 尝试在 Mac OS X 上使用 Homebrew 安装 RabbitMQ 时无法编译 Erlang R14B03,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7294990/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com