Hello list
There is a bug in R12B-0 compilation process with --enable-hipe flag
The file erts/emulator/hipe/hipe_x86_signal.c contains a structure
sigaltstack
which is obsolete.
Replace line 259 in that file to contain
stack_t ss;
regards,
Mateusz Berezecki