[Bug 17203] New: Regression in PowerPC compilation

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 30 17:34:55 CST 2009


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 at winehq.org
        ReportedBy: ovek at 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&stamp=1232246528&file=log&as=raw)

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.



More information about the wine-bugs mailing list