>>You'll probably want to have a look at the configure.{in,ac} file to
>>see what causes this error.  But the error itself is pretty clear: C
>>doesn't define a type called "boolean"!  The code should probably be
>>using _Bool instead (standardized in C99).

I look into configure.in and found the following statements:

                    dnl boolean is defined by the jpeg headers and also by the
                    dnl Windows headers of some compilers. This type has been
                    dnl renamed in the builtin, so it is only an issue when
                    dnl using an external jpeg lib on Windows.

I have mingw32-libjpeg installed under fedora 12 but not fedora 11, so
I guess this is the problem. I've disabled the build of the jpeg
support and the problem is gone.

Thanks.
_______________________________________________
fedora-mingw mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw

Reply via email to