Bug 15149 - decode.c build problems on 64-bit machine
: decode.c build problems on 64-bit machine
Status: CLOSED FIXED
Product: SqueezePlay
Classification: Unclassified
Component: Audio
: 7.5.x
: PC Ubuntu Linux
: P1 normal (vote)
: 7.5.0
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-11-19 21:53 UTC by Erland Isaksson
Modified: 2010-04-08 17:26 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erland Isaksson 2009-11-19 21:53:29 UTC
Squeezeplay 7.5 doesn't build on a 64 bit machine:

gcc -DHAVE_CONFIG_H -I. -I. -I./src -I/usr/src/squeezeplay/7.5/squeezeplay//build/linux/include -I/usr/src/squeezeplay/7.5/squeezeplay//build/linux/include/SDL -I/usr/src/squeezeplay/7.5/squeezeplay//build/linux/include/freetype2 -g -I/usr/src/squeezeplay/7.5/squeezeplay//build/linux/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -Wextra -Werror -Wdeclaration-after-statement -Wpointer-arith -Wcast-align -Wno-unused-parameter -Wno-unused-function -DSQUEEZEPLAY -pg -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c src/audio/decode/decode.c -o decode.o
cc1: warnings being treated as errors
src/audio/decode/decode.c: In function 'decode_thread_execute':
src/audio/decode/decode.c:434: error: format '%lld' expects type 'long long int', but argument 2 has type 'Uint64'
Comment 1 SVN Bot 2009-11-23 09:59:56 UTC
 == Auto-comment from SVN commit #8146 to the jive repo by andy ==
 == https://svn.slimdevices.com/jive?view=revision&revision=8146 ==

Fixed bug 15149, use %llu instead of %lld for uint64
Comment 2 SVN Bot 2010-01-28 00:11:55 UTC
 == Auto-comment from SVN commit #29939 to the slim repo by michael ==
 == https://svn.slimdevices.com/slim?view=revision&revision=29939 ==

Fixed Bug: 15149
Description: reset cached splitlist value when pref is changed
Comment 3 SVN Bot 2010-01-28 01:34:05 UTC
 == Auto-comment from SVN commit #29940 to the slim repo by michael ==
 == https://svn.slimdevices.com/slim?view=revision&revision=29940 ==

Fixed Bug: 15149
Description: set splitlist cache when pref is changed
Comment 4 Alan Young 2010-01-28 23:45:30 UTC
The two checkins above should have been for bug 15549
Comment 5 Chris Owens 2010-04-08 17:26:01 UTC
This bug has been marked fixed in a released version of Squeezebox Server or the accompanying firmware or mysqueezebox.com release.

If you are still seeing this issue, please let us know!