[Bug 44088] New: expected declaration specifiers or ‘...’ before ‘va_list’
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(a)winehq.org Reporter: version2013(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44088 Kol <kol(a)MV8660.spb.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kol(a)MV8660.spb.edu --- Comment #1 from Kol <kol(a)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 . -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44088 --- Comment #2 from Kol <kol(a)MV8660.spb.edu> --- The bug is just corrected by commit 8b8b6d545dd4b8665d3d66661f7631472a827a78. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44088 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |infyquest(a)gmail.com Resolution|--- |FIXED Fixed by SHA1| |8b8b6d545dd4b8665d3d66661f7 | |631472a827a78 --- Comment #3 from Vijay Kamuju <infyquest(a)gmail.com> --- confirmed fixed by 8b8b6d545dd4b8665d3d66661f7631472a827a78 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44088 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.0-rc1. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44088 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani(a)winehq.org Regression SHA1| |adc8d95e02e00dcdb48da209219 | |989ad4b70e059 Keywords| |regression -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org