| Summary: | Endian in SDL_config.h and gcc-fat.sh | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Peter Mulholland <darkmatter> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | critical | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | PowerPC | ||
| OS: | Mac OS X (All) | ||
|
Description
Peter Mulholland
2006-09-24 04:55:40 UTC
Are you sure? Does it happen after a make distclean? I tried it and here was my results: sam-lantingas-computer:~/trunk/SDL-1.2 hercules$ find . -name SDL_config.h ./build/ppc/include/SDL_config.h ./build/x86/include/SDL_config.h sam-lantingas-computer:~/trunk/SDL-1.2 hercules$ fgrep BYTEORDER */*/*/*config.h build/ppc/include/SDL_config.h:#define SDL_BYTEORDER 4321 build/x86/include/SDL_config.h:#define SDL_BYTEORDER 1234 Then the installation process in fatbuild.sh installs SDL_config_macosx.h directly as SDL_config.h Ahh... well that would be because you're supposed to use fatbuild.sh and not gcc-fat.sh :) I had gotten so used to using gcc-fat.sh to build UB's for other libs that I mistakenly did this for SDL as well. Feel free to apply the LART ;) Heheh, no problem. |