| Summary: | Can't build 2.0.5 on ppc64 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Luigi Baldoni <aloisio> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | don't know | ||
| Hardware: | PowerPC | ||
| OS: | Linux | ||
| Attachments: | ppc64 build log snippet | ||
|
Description
Luigi Baldoni
2016-10-22 15:16:54 UTC
Created attachment 2590 [details]
ppc64 build log snippet
This should be fixed: https://hg.libsdl.org/SDL/rev/5184186d4366 Thanks! (In reply to Sam Lantinga from comment #2) > This should be fixed: > https://hg.libsdl.org/SDL/rev/5184186d4366 Unless I am missing something, the rmask, gmask and bmask initializations must be move after the srcfmt and dstfmt, otherwise it'll be a null pointer dereference. You are correct, sir. Thanks for catching that! https://hg.libsdl.org/SDL/rev/fbf9b0e3589a |