Bug 1440

Summary: [PATCH] trivial imake warning fix build on Debian
Product: xorg Reporter: ISHIKAWA Mutsumi <ishikawa>
Component: Build/MonolithicAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: high CC: roland.mainz, vojta
Version: git   
Hardware: All   
OS: Linux (All)   
URL: http://hanzubon.jp/patches/xorg/build_on_Debian_imake_warning_fix.diff
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
imake waring fix on Debian GNU/Linux system none

Description ISHIKAWA Mutsumi 2004-09-22 03:12:01 UTC
---- Warning Message from imake 
 
make[3]: Entering directory `/home/ishikawa/tmp/xorg/xc/lib' 
In file included from ../../config/cf/Imake.tmpl:105, 
                 from Imakefile.c:35: 
../../config/cf/linux.cf:98: warning: "NothingOutsideProjectRoot" is not 
defined 
../../config/cf/linux.cf:104: warning: "NothingOutsideProjectRoot" is not 
defined 
 
---- 
 
LinuxDebian section in xc/config/linux.cf (line 97...) use 
`#if !NothingOutsideProjectRoot', but NothingOutsideProjectRoot 
is not defined by default. It causes above warnings.
Comment 1 ISHIKAWA Mutsumi 2004-09-22 03:13:00 UTC
Created attachment 958 [details] [review]
imake waring fix on Debian GNU/Linux system
Comment 2 Paul Vojta 2005-01-08 22:08:05 UTC
In addition, since linux.cf references NothingOutsideProjectRoot, it should be
set in the BeforeVendorCF section of site.def.  (Currently it's set in the
AfterVendorCF part.)
Comment 3 Alan Coopersmith 2005-10-02 14:32:58 UTC
This was fixed in CVS HEAD on Mar 6 2005 by Branden.   Closing bug.

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.