I have noticed that there was a small error in a makefile in the cvs dvb-app that stops the "make install" Here is the patch to fix it. /Per -------------- next part -------------- Index: libs/libsi2/dvb/Makefile =================================================================== RCS file: /cvs/linuxtv/dvb-apps/libs/libsi2/dvb/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- libs/libsi2/dvb/Makefile 18 Aug 2005 08:05:26 -0000 1.2 +++ libs/libsi2/dvb/Makefile 31 Oct 2005 21:25:40 -0000 @@ -20,7 +20,7 @@ bat_section.h \ dit_section.h \ eit_section.h \ - int_sectio.h \ + int_section.h \ nit_section.h \ rst_section.h \ sdt_section.h \