[Kwintv] Compilation problems with kernel/libc headers

Christian Sangohn xtian0009 at gmx.net
Sun Dec 14 07:08:16 CET 2003


Hello all! 
 
Thanks a lot for the solutions to my problem. In the mean time I managed to
apply a (temporary) 
solution that  was used on a similar problem with kscd: 
Everywhere before each #include <videodev.h> statement, I included this: 
#define _LINUX_TIME_H 
 
I am quite surprised it worked ;-) 
 
>  
> I have solved this problem by an ugly hack: commenting out the most parts 
> of  
> the /usr/include/linux/time.h. 
> But you can try other approaches suggested in debian bug: #220232. 
> You can also look at bug #220399. 
>  
> I have had also some different problems in other part of the qtvision. 
> Which I  
> have solved with the next patch: 
>  
> Index: qtvision/plugins/video/v4l/qtvision_v4l.cpp 
> 
=================================================================== 
> RCS file: /home/kde/kdenonbeta/kwintv3/qtvision/plugins/video/v4l/ 
> qtvision_v4l.cpp,v 
> retrieving revision 1.62 
> diff -u -p -r1.62 qtvision_v4l.cpp 
> --- qtvision/plugins/video/v4l/qtvision_v4l.cpp 1 Dec 2003 18:39:58 -0000 

>       
> 1.62 
> +++ qtvision/plugins/video/v4l/qtvision_v4l.cpp 13 Dec 2003 14:58:43 -0000

> @@ -49,6 +49,7 @@ 
>  #include <stdlib.h> 
>  
>  #ifdef HAVE_DVBS 
> +#undef __STRICT_ANSI__ 
>  #include <linux/dvb/frontend.h> 
>  #include <linux/dvb/dmx.h> 
>  #endif 
>  
>  
> If you dont want to bother with it, then I can send you (in private) the 
> .deb  
> package I built, and it will maybe work for you... 
>  
> Regards 
> Zsolt 
>  
> _______________________________________________ 
> kwintv mailing list 
> kwintv at kde.org 
> https://mail.kde.org/mailman/listinfo/kwintv 
>  
 

-- 
Grüße,

Sangohn Christian



More information about the kwintv mailing list