Bug 19989 - Xplugin.h: No such file or directory
Summary: Xplugin.h: No such file or directory
Status: RESOLVED NOTOURBUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 7.4 (2008.09)
Hardware: PowerPC Mac OS X (All)
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-06 06:08 UTC by Peter Dyballa
Modified: 2011-09-25 11:27 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Peter Dyballa 2009-02-06 06:08:38 UTC
xserver/miext/rootless/rootlessWindow.c
xserver/hw/xquartz/X11Application.m
xserver/hw/xquartz/X11Application.m
xserver/hw/xquartz/quartz.c
xserver/hw/xquartz/xpr/dri.h
xserver/hw/xquartz/xpr/xpr.h

include Xplugin.h as shown below:

#ifdef __APPLE__
//#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include "mi.h"
#include "pixmapstr.h"
#include "windowstr.h"
#include <Xplugin.h>
//#include <X11/extensions/applewm.h>
extern int darwinMainScreenX, darwinMainScreenY;
#endif

Apple provides it in its Mac OS X 10.3.9 SDK, but it's not installed in the system. Copying either this file or the MacPorts version into /usr/X11/include seems to solve this case.
Comment 1 Jeremy Huddleston Sequoia 2011-09-25 11:27:57 UTC
It shipped with Leopard and later.  On Tiger, you need to provide it yourself.  Grab it from the macports repo.


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.