[Kwintv] Problem compiling Kwintv...

suriya mohan suriyamohan23 at rediffmail.com
Sat May 17 10:50:13 CEST 2003


Hi,
    I downloaded and configured kwintv-0.8.5 in my Red Hat Linux 
8.0,
kernel 2.4.18-14 system. When i execute "make" at bash prompt 
the
following is displyed with errors. How to overcome the problem ?

[root at Suriya kwintv-0.8.5]# make
make  all-recursive
make[1]: Entering directory
`/root/PT06/References/KWinTv/kwintv-0.8.5'
Making all in kwintv
make[2]: Entering directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv'
Making all in doc
make[3]: Entering directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/doc'
Making all in de
make[4]: Entering directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/doc/de'
make[5]: Entering directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/doc/de'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/doc/de'
make[4]: Leaving directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/doc/de'
Making all in en
make[4]: Entering directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/doc/en'
make[5]: Entering directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/doc/en'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/doc/en'
make[4]: Leaving directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/doc/en'
make[4]: Entering directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/doc'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/doc'
make[3]: Leaving directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/doc'
Making all in icons
make[3]: Entering directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/icons'
make[4]: Entering directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/icons'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/icons'
make[3]: Leaving directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv/icons'
make[3]: Entering directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde
-I/usr/lib/qt3-gcc3.2/include  -I/usr/X11R6/include      -O2 -c
wintv.cpp
In file included from wintv.cpp:31:
wintv.h:140:8: warning: extra tokens at end of #endif directive
In file included from 
/usr/include/c++/3.2/backward/iostream.h:31,
                  from channel.h:26,
                  from c2prog.h:16,
                  from wintvmain.h:30,
                  from wintv.cpp:34:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning:
#warning This file includes at least one deprecated or 
antiquated
header. Please consider using one of the 32 headers found in 
section
17.4.1.2 of the C++ standard. Examples include substituting the 
<X>
header for the <X.h> header for C++ includes, or <sstream> instead 
of
the deprecated header <strstream.h>. To disable this warning use
-Wno-deprecated.
In file included from wintv.cpp:34:
wintvmain.h:49:26: ktmainwindow.h: No such file or directory
In file included from wintvmain.h:55,
                  from wintv.cpp:34:
wintvscreen.h:237: field `orgCursor' has incomplete type
In file included from wintvmain.h:55,
                  from wintv.cpp:34:
wintvscreen.h:275:8: warning: extra tokens at end of #endif 
directive
In file included from wintv.cpp:34:
wintvmain.h:85: base class `KTMainWindow' has incomplete type
In file included from wintv.cpp:34:
wintvmain.h:330:8: warning: extra tokens at end of #endif 
directive
In file included from wintv.cpp:38:
wintvchannel.h:44:26: ktmainwindow.h: No such file or directory
In file included from wintv.cpp:38:
wintvchannel.h:242: base class `KTMainWindow' has incomplete 
type
In file included from wintv.cpp:39:
wintvstream.h:27:26: ktmainwindow.h: No such file or directory
In file included from wintv.cpp:39:
wintvstream.h:44: base class `KTMainWindow' has incomplete type
wintv.cpp: In constructor `TVApplication::TVApplication(int&,
char**)':
wintv.cpp:148: no matching function for call to
`TVApplication::setMainWidget(
    winTVMainWidget*&)'
/usr/lib/qt3-gcc3.2/include/qapplication.h:119: candidates are:
virtual void
    QApplication::setMainWidget(QWidget*)
wintv.cpp:156: no matching function for call to
`TVApplication::connect(
    winTVMainWidget*&, const char[24], winTVChannelWidget*&, 
const
char[28])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:158: no matching function for call to
`TVApplication::connect(
    winTVMainWidget*&, const char[40], winTVChannelWidget*&, 
const
char[38])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:160: no matching function for call to
`TVApplication::connect(
    winTVMainWidget*&, const char[36], winTVChannelWidget*&, 
const
char[34])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:164: no matching function for call to
`TVApplication::connect(
    winMixer*&, const char[22], winTVMainWidget*&, const 
char[22])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:166: no matching function for call to
`TVApplication::connect(
    winMixer*&, const char[22], winTVMainWidget*&, const 
char[29])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:169: no matching function for call to
`TVApplication::connect(
    winTVMainWidget*&, const char[30], winMixer*&, const 
char[20])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:171: no matching function for call to
`TVApplication::connect(
    winTVMainWidget*&, const char[28], winMixer*&, const 
char[18])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:173: no matching function for call to
`TVApplication::connect(
    winTVMainWidget*&, const char[27], TVApplication* const, 
const
char[20])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:181: no matching function for call to
`TVApplication::connect(
    winTVChannelWidget*&, const char[25], winTVMainWidget*&, 
const
char[22])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:183: no matching function for call to
`TVApplication::connect(
    winTVChannelWidget*&, const char[20], winTVMainWidget*&, 
const
char[18])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:185: no matching function for call to
`TVApplication::connect(
    winTVChannelWidget*&, const char[21], winTVMainWidget*&, 
const
char[19])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:187: no matching function for call to
`TVApplication::connect(
    winTVChannelWidget*&, const char[23], winTVMainWidget*&, 
const
char[21])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:189: no matching function for call to
`TVApplication::connect(
    winTVChannelWidget*&, const char[21], winTVMainWidget*&, 
const
char[19])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:191: no matching function for call to
`TVApplication::connect(
    winTVChannelWidget*&, const char[22], winTVMainWidget*&, 
const
char[20])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:195: no matching function for call to
`TVApplication::connect(
    winTVMainWidget*&, const char[21], winTVVClipWidget*&, const
char[19])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static 
bool
    QObject::connect(const QObject*, const char*, const QObject*, 
const
char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208:                 bool
    QObject::connect(const QObject*, const char*, const char*) 
const
wintv.cpp:199: no matching function for call to
`winTVMainWidget::show()'
wintv.cpp:209: no matching function for call to
`winTVChannelWidget::show()'
wintv.cpp: In member function `void TVApplication::destroyTV()':
wintv.cpp:235: no matching function for call to
`winTVChannelWidget::isVisible(
    )'
make[3]: *** [wintv.o] Error 1
make[3]: Leaving directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/root/PT06/References/KWinTv/kwintv-0.8.5/kwintv'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/root/PT06/References/KWinTv/kwintv-0.8.5'
make: *** [all-recursive-am] Error 2

With Regards,
S.Suriya Mohan.
___________________________________________________
Get email that means BUSINESS! me @ mycompany.com.
Just Rs.1499/year.
To start, click http://www.rediffmailpro.com



More information about the kwintv mailing list