Re: [hatari-devel] MIDI support for Windows & OSX (with PortMidi) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On Donnerstag, 9. November 2017 00:40:32 CET Thorsten Otto wrote:
> No crosscompiler, gcc version 7.2.1 on openSUSE tumbleweed, kernel 4.13.11,
> glibc 2.26, SDL 1.2.15
Just checked, this may be caused by a patch the openSUSE distro applied to
SDL_endian.h, they removed most of the inline functions there, and do a
"#include <byteswap.h>" and "#include <endian.h>" instead. Might still be
worth to check wether bswap_32 is already defined, or just unconditionally
undefine it