We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1223 - Mingw build
Summary: Mingw build
Status: RESOLVED FIXED
Alias: None
Product: SDL_image
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-12 10:17 UTC by Dimitris Zenios
Modified: 2011-10-04 21:48 UTC (History)
2 users (show)

See Also:


Attachments
fixes the bug (691 bytes, patch)
2011-06-12 10:18 UTC, Dimitris Zenios
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitris Zenios 2011-06-12 10:17:31 UTC
When building SDL_Image with mingw libjpeg-8 header files define SDL_TRUE,SDL_FALSE and SDL_boolean.The problem though occurs when building with gcc in linux where this flags are not defined in jpeglib
Comment 1 Dimitris Zenios 2011-06-12 10:18:12 UTC
Created attachment 622 [details]
fixes the bug
Comment 2 Scott McCreary 2011-08-10 11:30:15 UTC
Attached patch by Dimitris fixes this isssue on Haiku as well.
+1
Comment 3 Ryan C. Gordon 2011-10-04 21:48:48 UTC
This is now hg changeset a5d4daece235, thanks!

--ryan.