Bug 1148

Summary: "deprecated" xrx Imakefile glitch
Product: xorg Reporter: Mike A. Harris <mharris>
Component: Build/MonolithicAssignee: 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    

Description Mike A. Harris 2004-08-21 08:37:35 UTC
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.
Comment 1 Kevin E. Martin 2004-08-24 17:33:49 UTC
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.