I'm sorry if I'm posting this to the wrong forum, it appears there is no public list for discussion of xfree86 code issues... I'm attempting to build current XFree86 HEAD CVS on a MacOS X 10.1.4 system, and it's bombing out with the following error: ---(snip!)--- /usr/bin/cc -c -O2 -Wall -Wpointer-arith -no-cpp-precomp -I. -I../../../../programs/Xserver/mi -I../../../../programs/Xserver/fb -I../../../../include/extensions -I../../../../programs/Xserver/render -I../../../../programs/Xserver/include -I../../../../exports/include/X11 -I../../../../programs/Xserver/os -I../../../../exports/include -I../../../../include/fonts -I../../../.. -I../../../../exports/include -I/usr/X11CVS/include -D__powerpc__ -D__DARWIN__ -DNO_ALLOCA -DX_LOCALE -DSHAPE -DXKB -DLBX -DXAPPGROUP -DXCSECURITY -DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPIXPRIV -DPANORAMIX -DRENDER -DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH -DXvExtension -DXFree86Server -DXvMCExtension -DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension -DX_BYTE_ORDER=X_BIG_ENDIAN -DNDEBUG -DDARWIN_WITH_QUARTZ darwin.c In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:33, from /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:41, from darwin.c:56: /System/Library/Frameworks/CoreServices.framework/Headers/../Frameworks/CarbonCore.framework/Headers/MacTypes.h:140: redefinition of `Fixed' ../../../../programs/Xserver/render/picture.h:136: `Fixed' previously declared here make[1]: *** [darwin.o] Error 1 make: *** [hw/darwin] Error 2 ---(snip!)--- Looking throught the code, it seems strange that it ever worked; the "Fixed" define is pretty entrenched in the XFree86 code -- the only possibility is that "Fixed" was added to the Carbon Core very recently. The only things I've put in my host.cf is: ---(snip!)--- #define ProjectRoot /usr/X11CVS #define BuildServersOnly YES ---(snip!)--- ...so that I can play with it without destroying my current XFree86 installation, other than that it's taking all of the darwin defaults. Is there something I'm missing? What do I need to do to make this build? TIA