Not that I expect there's enough traffic here for many to notice, but quite a few of my older journal entries have now been friends-locked. The reason for this is that I'm shifting the primary purpose of this journal. Most of my posts over the last several years have been related to software build hints. While I'm keeping posts detailing stream
( Read more... )
The CBLFS wiki instructions on this seem to be lacking (though I only have 1 multilib system at the moment so it's a little difficult to verify with certainty that there isn't anything unusual about my python install. If this can be verified it should be added to the wiki
( Read more... )
Okay, does anyone know what the heck is going on with the linux headers of late? I keep coming across this issue of structures defined in headers under /usr/include/bits just not actually getting included in files that include the corresponding /usr/include/sys header file. The struct in question is #ifdef'd on __USE_GNU, but defining that seems to
( Read more... )
I couldn't figure out the cause of the main problem per se... the struct ucred defined in is not registering even though that header is included (via ), even if __USE_GNU is defined explicitly. In the end, I simply added the struct definition to protocol.h:
struct ucred {
pid_t pid;
uid_t uid;
gid_t gid;
};
Additionally, class.c needs to
( Read more... )
Dug another raw stream URL out of page coding, this one for 1480 KPHX in Phoenix, AZ. mms://wm13.spacialnet.com/novamradio72251 -- Also, the Air America stream has moved and can now be found here: http://cast.voxcdn.net:8000/live
( Read more... )
Well, it looks like the KPOJ stream location has changed again, and I'm having trouble extracting it from the listen live page. However, Air America Radio's own stream now works fine in MPlayer (same codec, ffmpeg/ffmwav2). The URL for the stream is http://winmedia.voxcdn.net/aar
(...and it was a pain to make it not auto-link that URL.)