[email protected] wrote:
> Please do not reply directly to this email. All additional
> comments should be made in the comments box of this bug.
> 
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=497492
> 
> 
> 
> 
> 
> --- Comment #5 from Kevin Kofler <[email protected]>  2009-04-26 
> 01:14:47 EDT ---
> Looks like the problem here is that rpcndr.h and libjpeg both define a
> "boolean" type, and whoever is included first "wins". So programs including
> rpcndr.h before libjpeg will try using the wrong boolean type.

i don't understand the "wins" for me it's an error since:
error: conflicting types for 'boolean'
anyway the INT32 problem can be fixed easily, but my original question
still do i simple remove the declaration of INT32 or do some more
advance ifdef?
and what other can do with the boolean problem?

-- 
  Levente                               "Si vis pacem para bellum!"
_______________________________________________
fedora-mingw mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw

Reply via email to