I added #include <asm/types.h> as Tobi recommended http://e-tobi.net/websvn/filedetails.php?repname=vdr-pkg&path=%2Fvdr%2Fb...
and after that I could compile vdr 178
[...]
../s2-liplianin/linux/include/linux/dvb/frontend.h:92: error: ‘__u8’ does not name a type
Strange, that file (at least current version) #includes <linux/types.h>, which in turn (/usr/include/linux/types.h) #includes <asm/types.h>. Including <asm/types.h> from VDR should not be necessary.
Could you confirm that your frontend.h file also contains #include <linux/types.h> and tha tyour /usr/include/linux/types.h #includes <asm/types.h> ?
yes my /s2-liplianin/linux/include/linux/dvb/frontend.h contains #include <linux/types.h and /usr/include/linux/types.h also conteins #includes <asm/types.h>
Goga