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 2063

Summary: SDL_image 2.0 fails to build from source
Product: SDL_image Reporter: Gianfranco <costamagnagianfranco>
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: leonardo.guilherme
Version: 2.0.0   
Hardware: Other   
OS: Linux   
Attachments: patch

Description Gianfranco 2013-08-25 08:52:00 UTC
Created attachment 1306 [details]
patch

SDL_image fails to build from source on some debian architectures, because of the big endianess.

Architectures are
mips, powerpc, s390, s390x, sparc

the attached patch fixes the issue.
Comment 2 Gianfranco 2013-08-25 10:01:05 UTC
And another thing, please remove autogenerated file from the source tree
http://hg.libsdl.org/SDL_image/file/fa3faec630de

I see Makefile.in, configure, aclocal.m4 and so on

thanks
Comment 3 Sam Lantinga 2014-06-22 17:18:34 UTC
This is fixed in Mercurial. Thanks!