Bug 8914 - error: ‘noPanoramiXExtension’ undeclared (first use in this function)
Summary: error: ‘noPanoramiXExtension’ undeclared (first use in this function)
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 02:06 UTC by Peter Dyballa
Modified: 2007-03-11 14:09 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Proposed patch to make xserver/hw/darwin/quartz/pseudoramiX.c work on Mac OS X (411 bytes, patch)
2006-11-06 09:40 UTC, Peter Dyballa
no flags Details | Splinter Review

Description Peter Dyballa 2006-11-06 02:06:32 UTC
While making the X server in xserver/hw/darwin/quartz/pseudoramiX.c this error is reported:

pseudoramiX.c: In function ‘PseudoramiXExtensionInit’:
pseudoramiX.c:124: error: ‘noPanoramiXExtension’ undeclared (first use in this function)
pseudoramiX.c:124: error: (Each undeclared identifier is reported only once
pseudoramiX.c:124: error: for each function it appears in.)

This patch corrects it:

35a36,38
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif

Mac OS X 10.4.8
GCC 4.0.1
Release 7.1.99.2
Comment 1 Peter Dyballa 2006-11-06 09:40:11 UTC
Created attachment 7669 [details] [review]
Proposed patch to make xserver/hw/darwin/quartz/pseudoramiX.c work on Mac OS X
Comment 2 Peter Dyballa 2006-11-08 13:22:54 UTC
This patch was originally written by Peter O'Gorman.
Comment 3 Daniel Stone 2007-02-27 01:34:28 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 14:09:50 UTC
Solved!


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.