Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <3DD3ED09.8050807@netscape.net> Date: Thu, 14 Nov 2002 13:35:53 -0500 From: Nicholas Wourms User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin-developers AT sources DOT redhat DOT com Subject: Re: Fwd: Re: later w32api package required to build cygwin References: <3DD3E347 DOT 60703 AT yahoo DOT com> <3DD3EB49 DOT 6000306 AT netscape DOT net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Nicholas Wourms wrote: > > IIRC, the new gcc has started to ignore system directory overrides (in > addition to barfing out that stupid message). Using -isystem instead of > -I for including the local w32api dir might be the solution here, > although I was just lazy and copied the header over to the system dir. After investigating a few minutes, I found that in Makefile.common changing: w32api_include:=-I$(w32api_source)/include to w32api_include:=-isystem $(w32api_source)/include ought to do the trick. Cheers, Nicholas