While examining build log of 6.7.99.902, I noticed the following: make[3]: Entering directory `/home/mharris/rpmbuild/BUILD/xorg-x11-6.7.99.902/xc/programs' In file included from ../../config/cf/Imake.tmpl:2175, from Imakefile.c:35: Imakefile:8: warning: "deprecated" is not defined This is a bug in the xrx Imakefile: XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:56 cpqbld Exp $ XCOMM $XdotOrg: xc/programs/xrx/Imakefile,v 1.2 2004/04/23 19:55:03 eich Exp $ XCOMM $XFree86$ #if deprecated #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" I'm not sure what the correct fix for this is, but "deprecated" definitely isn't defined anywhere, and probably shouldn't be there.
It should have been #ifdef deprecated Fix has been checked in. Closing.
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.