http://bugs.winehq.org/show_bug.cgi?id=17203
Summary: Regression in PowerPC compilation Product: Wine Version: 1.1.13 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wineserver AssignedTo: wine-bugs@winehq.org ReportedBy: ovek@arcticnet.no
The commit 9f365e7705e137a9d6058abd6486cdf67e491eb0, by Alexandre Julliard, broke compilation of the wineserver on PowerPC (if you're interested, there's a complete build log at http://experimental.debian.net/fetch.php?&pkg=wine&ver=1.1.13-1&...)
This is because the change introduces a type, client_ptr_t, which is not defined in server/context_powerpc.c, because the necessary #includes are inside a #if 0 section. Presumably, moving the #includes outside the #if 0 section would fix the build failure on PowerPC.