[Bug 44556] New: SYN_DROPPED undeclared on Linux < 2.6.39
https://bugs.winehq.org/show_bug.cgi?id=44556 Bug ID: 44556 Summary: SYN_DROPPED undeclared on Linux < 2.6.39 Product: Wine Version: 3.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winebus.sys Assignee: wine-bugs(a)winehq.org Reporter: Zenitur(a)yandex.ru Distribution: --- When I build Wine on GNU/Linux with 2.6.37 kernel, I'd an error "SYN_DROPPED undeclared". Google says that it was appear in 2.6.39 and tslib project has this code: https://github.com/kergoth/tslib/blob/master/plugins/input-raw.c #ifndef SYN_DROPPED /* < 2.6.39 kernel headers */ # define SYN_DROPPED 3 #endif -- 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=44556 Nathan <version2013(a)protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |version2013(a)protonmail.com --- Comment #1 from Nathan <version2013(a)protonmail.com> --- compiling wine-3.2 fails on linux distro: racy puppy 5.5 # gcc --version gcc (GCC) 4.3.4 # uname -r 3.0.66 # ldd --version ldd (GNU libc) 2.10.1 I get the following: ‘SYN_DROPPED’ undeclared (first use in this function) -------- It is interesting that compiling wine-3.2 succeeds on another linux distro with: # uname -r 2.6.30.5 -- 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=44556 --- Comment #2 from Nathan <version2013(a)protonmail.com> --- Created attachment 60550 --> https://bugs.winehq.org/attachment.cgi?id=60550 compile error -- 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=44556 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |f1c344bc626874930e6bcd80c14 | |fb4e5a95197b3 --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- It should be fixed by f1c344bc626874930e6bcd80c14fb4e5a95197b3. -- 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=44556 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.3. -- 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=44556 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|winebus.sys |hid -- 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