Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos mac osx 10.7.x上的erlang make错误_Macos_Erlang - Fatal编程技术网

Macos mac osx 10.7.x上的erlang make错误

Macos mac osx 10.7.x上的erlang make错误,macos,erlang,Macos,Erlang,我正在尝试在mac osx上安装otp R14B04版本 /configure运行良好,但make给我带来以下错误: make -f i386-apple-darwin11.3.0/Makefile TYPE=opt make[3]: Nothing to be done for `all'. cd lib && \ ERL_TOP=/Users/abhinavsingh/Documents/otp_src_R14B04 PATH=/Users/abhinavsing

我正在尝试在mac osx上安装otp R14B04版本

/configure
运行良好,但
make
给我带来以下错误:

make -f i386-apple-darwin11.3.0/Makefile TYPE=opt
make[3]: Nothing to be done for `all'.
cd lib && \
      ERL_TOP=/Users/abhinavsingh/Documents/otp_src_R14B04 PATH=/Users/abhinavsingh/Documents/otp_src_R14B04/bootstrap/bin:${PATH} \
        make opt SECONDARY_BOOTSTRAP=true
=== Entering application hipe
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>>,<<54 bytes>>,<<9 bytes>>,<<3 bytes>>,<<2 bytes>>,<<5 bytes>>,<<19 bytes>>,<<2 bytes>>,<<8 bytes>>,<<8 bytes>>,<<5 bytes>>,<<7 bytes>>,<<5 bytes>>,<<11 bytes>>,<<2 bytes>>,<<11 bytes>>,<<15 bytes>>,<<4 bytes>>,<<57 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"
make-f i386-apple-darwin11.3.0/Makefile TYPE=opt
make[3]:对“所有人”都不做任何事。
光盘库&&\
ERL_TOP=/Users/abhinavsingh/Documents/otp_src_R14B04 PATH=/Users/abhinavsingh/Documents/otp_src_R14B04/bootstrap/bin:${PATH}\
使opt SECONDARY_BOOTSTRAP=true
==输入应用程序hipe
erlc-W+调试信息+内联-o../ebin hipe\U rtl.erl
(不存在错误记录器)错误:“进程中存在错误,退出值为:{{badfun,[,,,,,,,,,,,,,,,,,,,,]},[{erlang,apply,2}]}\n”

任何指针都会有很大帮助。

这似乎是一个已知的MacPorts问题。有关详情,请参阅:


使用以下选项配置erlang
CFLAGS=-O0./configure--enable threads--enable-darwin-64位
使其完美工作。。。