Compile error with current CVS

Alexander Gottwald Alexander.Gottwald@s1999.tu-chemnitz.de
Thu Nov 21 04:10:00 GMT 2002


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
 
-- 



More information about the Cygwin-xfree mailing list