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 - SDL_image 2.0 fails to build from source
Summary: SDL_image 2.0 fails to build from source
Status: RESOLVED FIXED
Alias: None
Product: SDL_image
Classification: Unclassified
Component: misc (show other bugs)
Version: 2.0.0
Hardware: Other Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-25 08:52 UTC by Gianfranco
Modified: 2014-06-22 17:18 UTC (History)
1 user (show)

See Also:


Attachments
patch (422 bytes, patch)
2013-08-25 08:52 UTC, Gianfranco
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!