https://bugs.winehq.org/show_bug.cgi?id=56410
Bug ID: 56410 Summary: wine-staging 9.4 fails to build (user32-rawinput-mouse patchset is broken) Product: Wine-staging Version: 9.4 Hardware: x86-64 OS: Linux Status: NEW Keywords: regression, source Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dmitry@baikal.ru CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
../wine-staging/dlls/winex11.drv/mouse.c: In function ‘map_raw_event_coords’: ../wine-staging/dlls/winex11.drv/mouse.c:1788:84: error: ‘UINT16_MAX’ undeclared (first use in this function); did you mean ‘UINT_MAX’? if (input->mi.dwFlags & MOUSEEVENTF_VIRTUALDESK) SetRect( &virtual_rect, 0, 0, UINT16_MAX, UINT16_MAX );
^~~~~~~~~~
UINT_MAX ../wine-staging/dlls/winex11.drv/mouse.c:1788:84: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [Makefile:188723: dlls/winex11.drv/mouse.o] Error 1
https://bugs.winehq.org/show_bug.cgi?id=56410
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio@earthlink.net
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru --- *** Bug 56413 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=56410
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Add wine-staging release 9.4.1 to address this issue.
https://gitlab.winehq.org/wine/wine-staging/-/commit/445948eee3ec643992d463c...
https://bugs.winehq.org/show_bug.cgi?id=56410
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Fixed wine-staging bug.