Reply To: Linkstation Arm9 svn-1634

#12089
rpedde
Participant

Built fine with the following warnings, some as expected:

util.c: In function 'util_vasprintf':
util.c:643: warning: 'ap2' is used uninitialized in this function

io.c:11: warning: ignoring #pragma warning
io.c: In function 'io_urldecode':
io.c:413: warning: value computed is not used

bsd-snprintf.c: In function 'fmturl':
bsd-snprintf.c:415: warning: value computed is not used

rend-posix.c: In function 'rend_callback':
rend-posix.c:423: warning: pointer targets in passing argument 4 of 'RegisterOneService' differ in signedness

scan-flac.c:26:1: warning: "_POSIX_PTHREAD_SEMANTICS" redefined
In file included from scan-flac.c:23:
../config.h:226:1: warning: this is the location of the previous definition

I’ll clean those up, while I’m in cleanup mode.

ogg: Constant buffering, Not very nice.

Are you using an integer ogg decoder on that thing? Might not have the CPU to do floating-point ogg decoding in realtime.

That’s about it. Playing fine with a few exceptions on iTunes, but don’t enable logging unless your looking for something specific.. If you do, definately don’t forget that you left logging on.

And that’s *after* I tuned down a bunch of the logging. Har!

I have the benefit of having a few Linkstations here for Dev & Test. I won’t be posting the binaries for svn-1634 unless someone wants them for testing & as it says on the nightlies page If you *are* brave enough to try this release.

I’m looking for people to build unofficial packages (at least for release and -pre releases) for platforms I don’t have already. When it gets closer to release, would you be interested in providing those?

– Ron