https://bugs.winehq.org/show_bug.cgi?id=51940
Bug ID: 51940 Summary: dlls/ntdll/unix/loader.c: In function ‘start_server’: warning: declaration does not declare anything 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 70910 --> https://bugs.winehq.org/attachment.cgi?id=70910 log.txt
in distro:
# uname --kernel-release 3.0.66
# gcc --version 4.3.4
# ldd --version 2.10.1
config line: configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x --libdir=/usr/lib32 CFLAGS="-O2 -march=i686 -mtune=i686"
Compiling wine-6.20 fails with: In function ‘start_server’: warning: declaration does not declare anything error: expected identifier before ‘=’ token
https://bugs.winehq.org/show_bug.cgi?id=51940
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Upgrade GCC from the ancient version and try again.
https://bugs.winehq.org/show_bug.cgi?id=51940
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #2 from Zebediah Figura z.figura12@gmail.com --- (In reply to Ken Sharp from comment #1)
Upgrade GCC from the ancient version and try again.
I don't think there's any call for that. We should at least try to support older versions.
It's hard to tell what's going wrong here, though. What is the definition of WIFEXITED and WEXITSTATUS?
https://bugs.winehq.org/show_bug.cgi?id=51940
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- It looks similar to bug 51926. It's strange if system header uses something that current compiler on that system does not support.
https://bugs.winehq.org/show_bug.cgi?id=51940
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- I think this is pretty clearly a duplicate of bug 51926.
*** This bug has been marked as a duplicate of bug 51926 ***
https://bugs.winehq.org/show_bug.cgi?id=51940
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Close duplicate