Mailing List archive

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

[linux-dvb] Re: [linux-dvb]KaxTV :error!!(error: '__u64' is used as a type, but is not



>Try to remove
>-ansi -pedantic
>options from Makefile
>in line with CXXFLAGS
>in kaxtv subdir


Thank you!
I'm change makefiel( NOPT_CXXFLAGS = -00  ==>  NOPT_CXXFLAGS = -ansi
-pedantic
But
Compile error

Error message :
cc1plus: warning: "-Wbad-function-cast" is valid for C/ObjC but not for
C++ In file included from dvbsection.h:21,
                 from dvbsi.h:21,
                 from scandialog.cpp:38:
/usr/include/linux/dvb/dmx.h:165: error: '__u64' is used as a type, but
is not
   defined as a type.
In file included from videowindow.h:44,
                 from dvbstream.h:34,
                 from dvbsi.h:22,
                 from scandialog.cpp:38:
postfilter.h: In member function `virtual QString
   PostFilterParameterDouble::getValue()':
postfilter.h:94: warning: ISO C++ does not support the `%lf' printf
format
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[2]: Leaving directory `/root/kaxtv-0.23/kaxtv'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/kaxtv-0.23'
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