https://bugs.winehq.org/show_bug.cgi?id=20474
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #14 from super_man@post.com --- Still valid.
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
winegcc.c: In function ‘get_temp_file’: gcc -m32 -c -o pe.o pe.c -I. -I../../include -D__WINESRC__ -Wall -pipe -fno-strict-aliasing \ -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits \ -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op \ -fno-omit-frame-pointer --std=c99 winegcc.c:273:30: error: ‘signal_mask’ undeclared (first use in this function) sigprocmask( SIG_BLOCK, &signal_mask, &old_set );
I think that was 1st problem it encountered.