public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: [Mingw-users] Error while building the mingw sh-coff cross compiler
@ 2002-08-13  4:53 Rekha Deshmukh
  0 siblings, 0 replies; 2+ messages in thread
From: Rekha Deshmukh @ 2002-08-13  4:53 UTC (permalink / raw)
  To: Danny Smith, Nitin  Gupta, Noida; +Cc: mingw-users, gcc

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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Mingw-users] Error while building the mingw sh-coff cross compiler
  2002-08-08 22:39 Rekha Deshmukh
@ 2002-08-08 22:53 ` Danny Smith
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Smith @ 2002-08-08 22:53 UTC (permalink / raw)
  To: Rekha Deshmukh, gcc, mingw-users

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-08-13  4:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-13  4:53 [Mingw-users] Error while building the mingw sh-coff cross compiler Rekha Deshmukh
  -- strict thread matches above, loose matches on Subject: below --
2002-08-08 22:39 Rekha Deshmukh
2002-08-08 22:53 ` [Mingw-users] " Danny Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).