Bug 16294 - Can't compile for ARM (maemo) decode_portaudio.lo error
: Can't compile for ARM (maemo) decode_portaudio.lo error
Status: UNCONFIRMED
Product: SqueezePlay
Classification: Unclassified
Component: Audio
: 7.5.x
: Other Debian Linux
: -- normal (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-16 00:34 UTC by Emilien
Modified: 2010-06-16 00:34 UTC (History)
1 user (show)

See Also:
Category: Bug


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emilien 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