Hi there, I'm getting the following when I try to compile the streamdev plugin: make[1]: Entering directory `/src/vdr/PLUGINS/src/streamdev' g++ -W -Woverloaded-virtual -O2 -c -D_GNU_SOURCE -DHAVE_AUTOPID -I/data/src/vdr/include -I/data/src/DVB/include -I. -o streamdev-client.o streamdev-client.c ./tools/list.h:93: error: declaration of 'operator+=' as non-function ./tools/list.h:93: error: expected ';' before '<' token ./tools/list.h:94: error: declaration of 'operator+=' as non-function ./tools/list.h:94: error: expected ';' before '<' token I am using vdr version 1.3.24, and streamdev 0.3.1. Any help is appreciated. Norm