This is the mail archive of the
cygwin-developers@cygwin.com
mailing list for the Cygwin project.
Re: Fwd: Re: later w32api package required to build cygwin
- From: Nicholas Wourms <nwourms at netscape dot net>
- To: cygwin-developers at sources dot redhat dot com
- Date: Thu, 14 Nov 2002 13:35:53 -0500
- Subject: Re: Fwd: Re: later w32api package required to build cygwin
- References: <3DD3E347.60703@yahoo.com> <3DD3EB49.6000306@netscape.net>
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