This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [Mingw-users] Error while building the mingw sh-coff cross compiler


Hi!
Thank you for the solution. It worked. 
Regards
Rekha

-----Original Message-----
From: Danny Smith [mailto:danny_r_smith_2001@yahoo.co.nz]
Sent: Friday, August 09, 2002 11:23 AM
To: Rekha Deshmukh; gcc@gcc.gnu.org; mingw-users@lists.sourceforge.net
Subject: Re: [Mingw-users] Error while building the mingw sh-coff cross
compiler


 --- Rekha Deshmukh <RekhaD@kpit.com> wrote: > Hi all!
> 
> 
> When observed the erroneous line I found the following sentence is
> 			_VARIANT_BOOL bool; 
> in /usr/<mingw native compiler>/include/objidl.h file where _VARIANT_BOOL is
> typedef to short.


Delete that line.  It has been #if O'd out in CVS sources. It causes problems
now because build process include stdbool.h which defines bools as _Bool which
is a standard builtin type.


Danny

http://digital.yahoo.com.au - Yahoo! Digital How To
- Get the best out of your PC!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]