Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: Custom Fedora patch to mingw32-libjpeg breaks API
https://bugzilla.redhat.com/show_bug.cgi?id=604702
Summary: Custom Fedora patch to mingw32-libjpeg breaks API Product: Fedora Version: 13 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: mingw32-libjpeg AssignedTo: rjones@redhat.com ReportedBy: adam@spicenitz.org QAContact: extras-qa@fedoraproject.org CC: lfarkas@lfarkas.org, berrange@redhat.com, rjones@redhat.com, erik-fedora@vanpienbroek.nl, fedora-mingw@lists.fedoraproject.org Classification: Fedora
Description of problem: The resolution of bug #497492 creates a source incompatible fork of libjpeg that is not even compatible with the native libjpeg!
Version-Release number of selected component (if applicable): mingw32-libjpeg-7-2.fc12.noarch
Steps to Reproduce: 1. Try to compile libtiff with standard Fedora configure, make. 2. Now try to compile libtiff with mingw32-configure, mingw32-make.
Actual results: tif_jpeg.c:289: error: expected declaration specifiers or '...' before 'boolean'
etc.
I don't think we should fork libjpeg in Fedora. Bug #497492 should be reopened and the programs that crash should be fixed.