Bug 8905 - parse error before 'SetShapeProcPtr'
Summary: parse error before 'SetShapeProcPtr'
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 7.1 (2006.05)
Hardware: PowerPC Mac OS X (All)
: high normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-06 01:16 UTC by Peter Dyballa
Modified: 2007-03-11 13:56 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Proposed patch to make xserver/miext/rootless/safeAlpha/safeAlphaWindow.c work on Mac OS X (380 bytes, patch)
2006-11-06 09:52 UTC, Peter Dyballa
no flags Details | Splinter Review

Description Peter Dyballa 2006-11-06 01:16:59 UTC
While compiling the server in miext/rootless/safeAlpha/safeAlphaWindow.c this error is reported:

In file included from safeAlphaWindow.c:37:
./../rootlessCommon.h:99: error: parse error before 'SetShapeProcPtr'
./../rootlessCommon.h:99: warning: no semicolon at end of struct or union
./../rootlessCommon.h:111: error: parse error before ':' token
./../rootlessCommon.h:112: error: parse error before ':' token
./../rootlessCommon.h:113: error: parse error before ':' token
./../rootlessCommon.h:114: warning: type defaults to 'int' in declaration of 'RootlessScreenRec'
./../rootlessCommon.h:114: warning: type defaults to 'int' in declaration of 'RootlessScreenPtr'
./../rootlessCommon.h:114: warning: data definition has no type or storage class

This patch corrects the error:

34a35,38
> 
> #ifdef HAVE_DIX_CONFIG_H
> #include <dix-config.h>
> #endif
Comment 1 Peter Dyballa 2006-11-06 09:52:20 UTC
Created attachment 7675 [details] [review]
Proposed patch to make xserver/miext/rootless/safeAlpha/safeAlphaWindow.c work on Mac OS X
Comment 2 Peter Dyballa 2006-11-08 13:28:57 UTC
This patch was originally written by Peter O'Gorman.
Comment 3 Daniel Stone 2007-02-27 01:34:25 UTC
Sorry about the phenomenal bug spam, guys.  Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Comment 4 Peter Dyballa 2007-03-11 13:56:41 UTC
Does not appear again.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.