Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] kaxtv - compiling error



With kernel version 2.6.5 and includes, the following error occurs:



In file included from dvbsection.h:21,
                 from dvbsi.h:21,
                 from scandialog.cpp:38:
/usr/include/linux/dvb/dmx.h:164: error: '__u64' is used as a type, but is not 
   defined as a type.



Additionally there are appending warnings before compilation stops:


scandialog.cpp: In constructor `ScanDialog::ScanDialog(int, dvb_frontend_info, 
   DvbStream*, QPtrList<ChannelDesc>*, QSize)':
scandialog.cpp:95: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp: In member function `void ScanDialog::pop(QListViewItem*, const 
   QPoint&, int)':
scandialog.cpp:151: warning: unused parameter `const QPoint&pos'
scandialog.cpp:151: warning: unused parameter `int col'
scandialog.cpp: In member function `void ScanDialog::deleteChannel(QString)':
scandialog.cpp:192: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp:189: warning: unused variable `int i'
scandialog.cpp: In member function `void ScanDialog::newChannel()':
scandialog.cpp:215: warning: unused variable `QListViewItem*it'
scandialog.cpp: In member function `void ScanDialog::deleteAll()':
scandialog.cpp:243: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp: In member function `bool ScanDialog::edit(QString&, QPixmap&)':
scandialog.cpp:259: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp:257: warning: unused variable `QListViewItem*it'
scandialog.cpp: In member function `void ScanDialog::editTransponder()':
scandialog.cpp:313: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp: In member function `void ScanDialog::saveTransponderList()':
scandialog.cpp:432: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp: In member function `void ScanDialog::addSelected()':
scandialog.cpp:643: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp:647: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp:654: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp: In member function `void ScanDialog::addFiltered()':
scandialog.cpp:704: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp:740: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp:746: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp: In member function `void ScanDialog::scan(bool)':
scandialog.cpp:792: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp: In member function `void ScanDialog::checkNewChannel()':
scandialog.cpp:849: warning: comparison between signed and unsigned integer 
   expressions
scandialog.cpp:847: warning: unused variable `int i'

make[2]: *** [scandialog.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index