Bug 8913

Summary: error: keysym.h: No such file or directory
Product: xorg Reporter: Peter Dyballa <Peter_Dyballa>
Component: Server/GeneralAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: high    
Version: 7.1 (2006.05)   
Hardware: PowerPC   
OS: Mac OS X (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
Proposed patch to make xserver/hw/darwin/quartz/quartzKeyboard.c work on Mac OS X none

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

quartzKeyboard.c:42:20: error: keysym.h: No such file or directory

This patch corrects it:

42c45
< #include "keysym.h"
---
> #include "X11/keysym.h"


Mac OS X 10.4.8
GCC 4.0.1
Release 7.1.99.2
Comment 1 Peter Dyballa 2006-11-06 09:41:37 UTC
Created attachment 7670 [details] [review]
Proposed patch to make xserver/hw/darwin/quartz/quartzKeyboard.c work on Mac OS X
Comment 2 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 3 Peter Dyballa 2007-03-11 14:08:54 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.