Bugzilla – Bug 16294
Can't compile for ARM (maemo) decode_portaudio.lo error
Last modified: 2010-06-16 00:34:31 UTC
This is my first time filling a bug sorry if there's anything I'm missing. I'm trying to compile squeezeplay for running on Maemo (ARM) and I tried the 7.5 as well as 7.6 trunk but got the error on each. When doing a sb2 make -f Makefile.linux I get the following: src/audio/decode/decode_portaudio.c: In function 'callback': src/audio/decode/decode_portaudio.c:207: warning: cast increases required alignment of target type src/audio/decode/decode_portaudio.c:208: warning: cast increases required alignment of target type make[2]: *** [decode_portaudio.lo] Error 1 If I comment the lines indicated the compile works fine but I'm not sure I'm not missing something by doing that ... Let me know if you need other information