| Summary: |
"deprecated" xrx Imakefile glitch |
| Product: |
xorg
|
Reporter: |
Mike A. Harris <mharris> |
| Component: |
Build/Monolithic | Assignee: |
Xorg Project Team <xorg-team> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
lowest
|
CC: |
roland.mainz
|
| Version: |
git | |
|
| Hardware: |
All | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Bug Depends on: |
|
|
|
| Bug Blocks: |
351
|
|
|
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.
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.