This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Fix bug 27170
- From: Rutger Ovidius <r_ovidius at eml dot cc>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org, Bryce McKinlay <mckinlay at redhat dot com>
- Date: Tue, 25 Apr 2006 08:50:01 -0700
- Subject: Re: Patch: Fix bug 27170
- References: <861650853.20060424104642@eml.cc> <m33bg18zs0.fsf@localhost.localdomain>
- Reply-to: Rutger Ovidius <r_ovidius at eml dot cc>
Tuesday, April 25, 2006, 8:01:51 AM, you wrote:
>>>>>> "Rutger" == Rutger Ovidius <r_ovidius@eml.cc> writes:
Rutger>> This patch breaks bootstrap on mingw. Somehow it pulls in windef.h
Rutger>> which causes a #define STRICT 1, which breaks Modifier.h:
TT> I'm checking this in. I think it will fix the problem, because
TT> platform.h (included from cni.h) on Windows has '#undef STRICT'.
TT> I also moved the gc.h include a bit later.
TT> Let me know if this works for you.
WORKSFORME, thanks.