Thanks for the tip to get full screen. Works a charm. The target is x86, but I'm hoping that Nokia has built the sdk properly and building an ARM version won't cause any additional problems.
The last time I compiled squeezeplay was a few weeks ago, so I used the pre-touch version of squeezeplay. Today I tried the latest version. I got it compiled and running fine. Unfortunately, I have the same problem as you. The sound doesn't work. On a more positive note though, I've actually sorted the flac issue so it compiles properly. The problem was caused by autoconf. The autoconf which comes with the fremantle sdk is verison 2.13, but squeezeplay requires 2.60. In order for flac to compile, it needed the VERSION string to be passed to the format.c file. This wasn't happening, so instead I just added an extra line with define VERSION ="1.2.1" The old version of squeezeplay now works perfectly, although to compile it, it is necessary to run autoreconf first to deal with the autoconf problem. -- puppygristle ------------------------------------------------------------------------ puppygristle's Profile: http://forums.slimdevices.com/member.php?userid=32976 View this thread: http://forums.slimdevices.com/showthread.php?t=68232 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/jive
