[mythtv] Re: MythChannels

Steve Brown steve-mythtvdev at deltabbs.org
Mon Aug 4 18:00:27 EDT 2003


I seem to be having a problem compiling mythchannels:

This is with myth from CVS just now, I downloaded channels.7.tar.gz, 
applied the patch mythchannels.7.diff which applied fine. I untarred 
mythchannels.tar.gz in the programs subdir. Did a #make# and got some 
errors.

I've missed an obvious step I'm sure, any pointers...

cd mythchannels && make -f Makefile
make[2]: Entering directory `/usr/src/myth/mythtv/programs/mythchannels'
g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer 
-D_REENTRANT -fPIC  -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG 
-DQT_THREAD_SUPPORT -DQT_PLUGIN -I/usr/local/include 
-I../../libs/libmythtv -I../../libs -I../../libs/libmyth 
-I/usr/share/qt/include -I/usr/share/qt/mkspecs/linux-g++ -o 
channelsedit.o channelsedit.cpp
channelsedit.cpp: In method `ChannelsEdit::ChannelsEdit(MythMainWindow 
*, QSqlDatabase *, int, ChannelsPlayer *, const char * = 0)':
channelsedit.cpp:166: no matching function for call to 
`MythRemoteLineEdit::MythRemoteLineEdit (bool, ChannelsEdit *, const 
char[9])'
../../libs/libmyth/mythwidgets.h:150: candidates are: 
MythRemoteLineEdit::MythRemoteLineEdit(QWidget *, const char * = 0)
../../libs/libmyth/mythwidgets.h:151: 
MythRemoteLineEdit::MythRemoteLineEdit(const QString &, QWidget *, const 
char * = 0)
../../libs/libmyth/mythwidgets.h:211: 
MythRemoteLineEdit::MythRemoteLineEdit(const MythRemoteLineEdit &)
channelsedit.cpp:179: no matching function for call to 
`MythRemoteLineEdit::MythRemoteLineEdit (bool, ChannelsEdit *, const 
char[5])'
../../libs/libmyth/mythwidgets.h:150: candidates are: 
MythRemoteLineEdit::MythRemoteLineEdit(QWidget *, const char * = 0)
../../libs/libmyth/mythwidgets.h:151: 
MythRemoteLineEdit::MythRemoteLineEdit(const QString &, QWidget *, const 
char * = 0)
../../libs/libmyth/mythwidgets.h:211: 
MythRemoteLineEdit::MythRemoteLineEdit(const MythRemoteLineEdit &)
make[2]: *** [channelsedit.o] Error 1
make[2]: Leaving directory `/usr/src/myth/mythtv/programs/mythchannels'
make[1]: *** [sub-mythchannels] Error 2
make[1]: Leaving directory `/usr/src/myth/mythtv/programs'
make: *** [sub-programs] Error 2



More information about the mythtv-dev mailing list