Till Toenshoff - 2008-09-03

With the Help of Michal Zbortek, I have just identified an issue on some 64bit systems. It seems that on 64bit linux systems, GCC is behaving in an (for me) unexpected way, resulting into the RetroCode SDK being unable to even correctly read a Wave-file. You will get strange error messages claiming the the file-header was bigger than expected.
If you suffer from that issue, please add the following to the compilation flags "-m32". You can do that by presetting an environment variable before running make:
> export CFLAGS=-m32

That should fix it.

cheers,
Till