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@winehq.org Reporter: Zenitur@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
https://bugs.winehq.org/show_bug.cgi?id=44556
Nathan version2013@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |version2013@protonmail.com
--- Comment #1 from Nathan version2013@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
https://bugs.winehq.org/show_bug.cgi?id=44556
--- Comment #2 from Nathan version2013@protonmail.com --- Created attachment 60550 --> https://bugs.winehq.org/attachment.cgi?id=60550 compile error
https://bugs.winehq.org/show_bug.cgi?id=44556
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |f1c344bc626874930e6bcd80c14 | |fb4e5a95197b3
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- It should be fixed by f1c344bc626874930e6bcd80c14fb4e5a95197b3.
https://bugs.winehq.org/show_bug.cgi?id=44556
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.3.
https://bugs.winehq.org/show_bug.cgi?id=44556
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|winebus.sys |hid