https://bugs.winehq.org/show_bug.cgi?id=44088
Bug ID: 44088 Summary: expected declaration specifiers or ‘...’ before ‘va_list’ Product: Wine Version: 2.22 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: advapi32 Assignee: wine-bugs@winehq.org Reporter: version2013@openmailbox.org Distribution: ---
Created attachment 59804 --> https://bugs.winehq.org/attachment.cgi?id=59804 compile error
compiling wine-2.22 fails in the following two 32-bit distros.
---------------- puppy linux 4.31
# gcc --version gcc (GCC) 4.2.2
# uname -r 2.6.30.5
# ldd --version ldd (GNU libc) 2.6.1
---------------- racy puppy 5.5
# gcc --version gcc (GCC) 4.3.4
# uname -r 3.0.66
# ldd --version ldd (GNU libc) 2.10.1
https://bugs.winehq.org/show_bug.cgi?id=44088
Kol kol@MV8660.spb.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kol@MV8660.spb.edu
--- Comment #1 from Kol kol@MV8660.spb.edu --- Compiling Wine 2.22 with GCC 4.8.1 I get an other error in "advapi32" directory:
In file included from perf.c:25:0: ../../include/winbase.h:2003:173: error: unknown type name 'va_list'.
This can be corrected by inserting #include <stdarg.h> in the beginning of dlls/advapi32/perf.c .
https://bugs.winehq.org/show_bug.cgi?id=44088
--- Comment #2 from Kol kol@MV8660.spb.edu --- The bug is just corrected by commit 8b8b6d545dd4b8665d3d66661f7631472a827a78.
https://bugs.winehq.org/show_bug.cgi?id=44088
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |infyquest@gmail.com Resolution|--- |FIXED Fixed by SHA1| |8b8b6d545dd4b8665d3d66661f7 | |631472a827a78
--- Comment #3 from Vijay Kamuju infyquest@gmail.com --- confirmed fixed by 8b8b6d545dd4b8665d3d66661f7631472a827a78
https://bugs.winehq.org/show_bug.cgi?id=44088
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.0-rc1.
https://bugs.winehq.org/show_bug.cgi?id=44088
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani@winehq.org Regression SHA1| |adc8d95e02e00dcdb48da209219 | |989ad4b70e059 Keywords| |regression