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(a)winehq.org ReportedBy: ovek(a)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&arch=powerpc...) 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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.