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


 --- 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]