[erlang-questions] Master failed to compile on OSX 10.11.5

Rickard Green rickard@REDACTED
Thu Jun 2 15:34:17 CEST 2016


On Thu, Jun 2, 2016 at 12:05 PM, Rickard Green <rickard@REDACTED> wrote:
> On Thu, Jun 2, 2016 at 11:21 AM, Leo Liu <sdl.web@REDACTED> wrote:
>>  CC     obj/x86_64-apple-darwin15.5.0/opt/smp/erl_bif_os.o
>>  CC     obj/x86_64-apple-darwin15.5.0/opt/smp/erl_bif_lists.o
>> beam/beam_emu.c:5344:51: error: use of undeclared identifier 'next'
>>                                   "<unknown/%p>", next);
>>                                                   ^
>> beam/beam_emu.c:5414:3: error: indirect goto in function with no
>>       address-of-label expressions
>>                 Goto(*I);
>>                 ^
>> beam/beam_emu.c:58:21: note: expanded from macro 'Goto'
>> #  define Goto(Rel) goto *((void *)Rel)
>>                     ^
>> 2 errors generated.
>> make[3]: *** [obj/x86_64-apple-darwin15.5.0/opt/smp/beam_emu.o] Error 1
>> make[3]: *** Waiting for unfinished jobs....
>> make[2]: *** [opt] Error 2
>> make[1]: *** [smp] Error 2
>> make: *** [emulator] Error 2
>>
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>
>
> Thanks, it will soon be fixed, however not in 19.0-rc2.
>
> Note that it will build if you don't enable dirty schedulers.
>
> Regards,
> Rickard
> --
> Rickard Green, Erlang/OTP, Ericsson AB

Fixed in master now. Commit e25df0378738ba17fb66ae0bd947c439ac925800
equals OTP-19.0-rc2 + the fix for this issue.

Regards,
Rickard
-- 
Rickard Green, Erlang/OTP, Ericsson AB



More information about the erlang-questions mailing list