Simon Baxter wrote: > I was using vdr-1.3.1, and getting those errors. I've just compiled > 1.3.23 and don't ALTHOUGH...... > > I'm doing the testing via a DEBUG_OSD=1 compile and a 'shell' because I > have a slow running X problem at the moment. > > 1) The problem _may_ not be happenning now in version 1.3.23, although > until I resolve my slow x problem I can't be sure > > 2) The Makefile in 1.3.23 no longer has the tags for DEBUG_OSD. Has > this now been removed? I added : > ifdef DEBUG_OSD > DEFINES += -DDEBUG_OSD > NCURSESLIB = -lncurses > endif > > to the Makefile, but the OSD shell-text OSD doesn't startup when I start > vdr now??? Has this been removed?? The OSD DEBUG has been removed for quite some time (after vdr-1.3.6 if I recall correctly). It has been replaced by a plugin called skincurses which is located in <vdr-dir>/PLUGINS/src. Andr?.