https://bugs.winehq.org/show_bug.cgi?id=51942
Bug ID: 51942 Summary: dlls/ntdll/unix/loader.c: In function ‘start_server’: error: expected identifier before ‘=’ token Product: Wine Version: 6.20 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: version2013@protonmail.com Distribution: ---
Created attachment 70912 --> https://bugs.winehq.org/attachment.cgi?id=70912 log.txt
in distro:
# uname --kernel-release 3.14.56
# gcc --version 4.8.4
# ldd --version 2.19
config line: configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-x --libdir=/usr/lib32 CFLAGS="-O2 -march=i686 -mtune=i686"
Compiling wine-6.20 fails with: In function ‘start_server’: error: expected identifier before ‘=’ token status = WIFEXITED(status) ? WEXITSTATUS(status) : 1;