Rich G on 15 Feb 2007 11:26:03 -0000 |
In building my MythTV system, I found that compilation errors are directly related to not having all the proper dependencies resolved. I suspect you don't the kernel header files on the system. Rich On Wed, 2007-02-14 at 22:41 -0500, Michael Lazin wrote: > I am trying to configure an hd3000 hdtv card on fedora core 6. I am > trying to compile dvb-apps and I get the following error. > How can I make this work? > > Thanks, > > Michael > > make -C lib all > make[1]: Entering directory `/home/michael/dvb-apps-2e83ebcb51de/lib' > make -C libdvbapi all > make[2]: Entering directory > `/home/michael/dvb-apps-2e83ebcb51de/lib/libdvbapi' > CC dvbaudio.o > CC dvbca.o > CC dvbdemux.o > CC dvbfe.o > CC dvbnet.o > CC dvbvideo.o > In file included from dvbvideo.c:28: > ../../include/linux/dvb/video.h:27:28: warning: linux/compiler.h: No > such file or directory > In file included from dvbvideo.c:28: > ../../include/linux/dvb/video.h:105: error: expected ':', ',', ';', > '}' or '__attribute__' before '*' token > ../../include/linux/dvb/video.h:138: error: expected ':', ',', ';', > '}' or '__attribute__' before '*' token > make[2]: *** [dvbvideo.o] Error 1 > make[2]: Leaving directory > `/home/michael/dvb-apps-2e83ebcb51de/lib/libdvbapi' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/michael/dvb-apps-2e83ebcb51de/lib' > make: *** [all] Error 2 > [root@djinnandtonic dvb-apps-2e83ebcb51de]# > > > ___________________________________________________________________________ > Philadelphia Linux Users Group -- http://www.phillylinux.org > Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce > General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|