This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compile error with current CVS


Hi,

An update to the current XFree86 CVS revealed some compile problems.
xc/programs/Xserver/hw/xfree86/common/xf86.h now includes xf86Pci.h 
which is found in xc/programs/Xserver/hw/xfree86/os-support/bus.
The patch adds the path to the include list, but I'm not sure if this
is the correct fix. Maybe Alan put some light to this topic.

bye
    ago
    
Index: programs/Xserver/xkb/Imakefile
===================================================================
RCS file: /cvs/xc/programs/Xserver/xkb/Imakefile,v
retrieving revision 3.19
diff -u -r3.19 Imakefile
--- programs/Xserver/xkb/Imakefile	2002/11/20 04:49:02	3.19
+++ programs/Xserver/xkb/Imakefile	2002/11/20 20:19:18
@@ -26,7 +26,7 @@
 XKB_DDXDEFS = XkbServerDefines
 
 #ifdef XFree86Version
-XF86INCLUDES = -I$(XF86COMSRC) -I$(XF86OSSRC)
+XF86INCLUDES = -I$(XF86COMSRC) -I$(XF86OSSRC) -I$(XF86OSSRC)/bus
    XF86_OBJS = xf86KillSrv.o xf86VT.o xf86Private.o
 #endif
 
-- 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]