[PATCH 01/11] winex11: Use pthread for surface locking.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/winex11.drv/bitblt.c | 11 ++++------- dlls/winex11.drv/init.c | 12 ++++++++++++ dlls/winex11.drv/x11drv.h | 2 ++ 3 files changed, 18 insertions(+), 7 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=112733 Your paranoid android. === debian11 (build log) === /home/winetest/tools/testbot/var/wine-win32/../wine/dlls/winex11.drv/init.c:50: undefined reference to `pthread_mutexattr_init' /usr/bin/ld: /home/winetest/tools/testbot/var/wine-win32/../wine/dlls/winex11.drv/init.c:51: undefined reference to `pthread_mutexattr_settype' /usr/bin/ld: /home/winetest/tools/testbot/var/wine-win32/../wine/dlls/winex11.drv/init.c:53: undefined reference to `pthread_mutexattr_destroy' collect2: error: ld returned 1 exit status Task: The win32 Wine build failed === debian11 (build log) === /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/winex11.drv/init.c:50: undefined reference to `pthread_mutexattr_init' /usr/bin/ld: /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/winex11.drv/init.c:51: undefined reference to `pthread_mutexattr_settype' /usr/bin/ld: /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/winex11.drv/init.c:53: undefined reference to `pthread_mutexattr_destroy' collect2: error: ld returned 1 exit status Task: The wow64 Wine build failed
participants (2)
-
Jacek Caban -
Marvin