Hi all, Trying everything to get the analogtv plugin to compile for me and it just won't. Here is the error: make[1]: Entering directory `/vdr/vdr/PLUGINS/src/analogtv-0.9.37' ccache g++ -Wall -fPIC -g -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"analogtv"' -DHAVE_FAST_MEMCPY -DNEED_OWN_SIP -I../../../include -I../../../../DVB/include device.c In file included from device.c:29: device.h:65: error: expected class-name before '{' token device.h:83: error: `TS_SIZE' was not declared in this scope device.h:84: error: ISO C++ forbids declaration of `cTSBuffer' with no type What the heck is going on? The class definition looks like all the rest so why the problem? Thx Norm