On Thu, 2005-03-31 at 10:29 +0000, Sebastian Frei wrote: > because of the OSD pink fix I wanted to give the cvs a try. I checked it out: > > /usr/src/vdr-1.3.22/PLUGINS/src>cvs -z9 > -d:pserver:anonymous@xxxxxxxxxxxxxxxxxxx:/cvsroot/dxr3plugin -bvdr-dxr3-0-2 > co dxr3 > > and tried to compile: [...] Your checkout command above doesn't do what you probably intended, it checks out HEAD, which among other issues, does not compile with VDR >= 1.3.21. The vdr-dxr3-0-2 branch does not have dxr3dolbydigital.*. Try this: rm -rf dxr3 cvs -z9 -d:pserver:anonymous@xxxxxxxxxxxxxxxxxxx:/cvsroot/dxr3plugin \ co -r vdr-dxr3-0-2 dxr3 ...or this: cd dxr3 cvs up -r vdr-dxr3-0-2 make clean