2012-03-10 3 views
0

У меня возникли проблемы с созданием erlang (r14b03) на Mac OS Lion. У меня были такие же проблемы (точно такая же трассировка), пытающихся установить erlang на Crunchbang Linux - и я полностью смущен. Здесь ошибка я получаю:Не удалось скомпилировать erlang r14b03

... 
make[5]: Nothing to be done for `all'. 
make -f i386-apple-darwin11.3.0/Makefile TYPE=opt 
llvm-gcc-4.2 -c -O3 -m64 -O0 -I/Users/john/.kerl/builds/r14b03/otp_src_R14B03/erts/i386-apple-darwin11.3.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/john/.kerl/builds/r14b03/otp_src_R14B03/erts/emulator/pcre/obj/i386-apple-darwin11.3.0/opt/pcre_exec.o pcre_exec.c 
pcre_exec.c: In function ‘match’: 
pcre_exec_loop_break_cases.inc:44: error: label ‘L_LOOP_COUNT_47’ used but not defined 
pcre_exec_loop_break_cases.inc:43: error: label ‘L_LOOP_COUNT_46’ used but not defined 
... 
pcre_exec_loop_break_cases.inc:3: error: label ‘L_LOOP_COUNT_6’ used but not defined 
pcre_exec_loop_break_cases.inc:2: error: label ‘L_LOOP_COUNT_5’ used but not defined 
pcre_exec_loop_break_cases.inc:1: error: label ‘L_LOOP_COUNT_4’ used but not defined 
make[5]: *** [/Users/john/.kerl/builds/r14b03/otp_src_R14B03/erts/emulator/pcre/obj/i386-apple-darwin11.3.0/opt/pcre_exec.o] Error 1 
make[4]: *** [opt] Error 2 
make[3]: *** [pcre] Error 2 
make[2]: *** [opt] Error 2 
make[1]: *** [smp] Error 2 
make: *** [emulator] Error 2 

Я использую кег (хотя я и пытался без него), а также следующие .kerlrc:

CFLAGS=-O0 
KERL_CONFIGURE_OPTIONS="--enable-hipe --enable-smp-support --enable-threads --enable-kernel-poll --enable-darwin-64bit" 

Есть идеи?

ответ

Смежные вопросы