Bug 1148 - "deprecated" xrx Imakefile glitch
Summary: "deprecated" xrx Imakefile glitch
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Build/Monolithic (show other bugs)
Version: git
Hardware: All Linux (All)
: lowest normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 351
  Show dependency treegraph
 
Reported: 2004-08-21 08:37 UTC by Mike A. Harris
Modified: 2011-10-15 15:46 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.