This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: jdwp build failure
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: keiths at redhat dot com, Marco Trudel <mtrudel at gmx dot ch>, GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Wed, 21 Feb 2007 18:52:29 -0700
- Subject: Re: jdwp build failure
- References: <45DC3F0A.2040309@gmx.ch> <4204WT1UOJWV2ZZTEATA52ZLJMGTQQN.45dc89c8@parallels>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
>> jdwp currently causes a build error since "OUT" seems to be reserved for
>> something else or whatever. In any case, I just renamed it to OUTT and
>> the build works again.
Mohan> I haven't looked into this much, but if the Linux folks aren't
Mohan> having a problem with this, I'm suspecting a Win32 macro
Mohan> which is colliding with OUT. Just a guess, though.
It would be nice to know where this conflict comes from.
Sometimes a '#undef OUT' in win32.h can help...
But if we have to we can rename the field.
Tom