Hi Stefan, I try to compile vdr-mp3-0.9.13 with gcc4.0.1 (debian sid) and i get this error : make[1]: Entering directory `/tmp/vdr-1.3.27/PLUGINS/src/mp3-0.9.13' g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DVDRVERSNUM=10327 -DHAVE_SNDFILE -DHAVE_VORBISFILE -I../../../include -I../DVB/include decoder-mp3.c data.h:37: warning: 'class cScanDir' has virtual functions but non-virtual destructor decoder-mp3.c: In member function 'virtual bool cScanID3::DoScan(bool)': decoder-mp3.c:441: error: 'id3_tag_version' was not declared in this scope make[1]: *** [decoder-mp3.o] Erreur 1 make[1]: Leaving directory `/tmp/vdr-1.3.27/PLUGINS/src/mp3-0.9.13' Note that vdr-mp3-0.9.12 compile fine with gcc4.0.1 Thanks. Guy