[mythtv] compile problem current CVS

Marc Kessels kessels at rijnh.nl
Thu Feb 19 07:58:46 EST 2004


I just checked out the cvs (removed old cvs first):
cvs -z3 -d :pserver:mythtv at cvs.mythtv.org:/var/lib/mythcvs checkout  mythtv

and tried to compile:
make clean
make distclean
./configure
qmake mythtv.pro
make

  I now get this error:
make[2]: Entering directory 
`/home/kessels/PVR/2cvsmyth/mythtv/programs/mythcommflag'
g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer 
-D_REENTRANT  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" 
-DMMX -DUSING_IVTV -DQT_NO_DEBUG -DQT_THREAD_SUPPORT 
-I/usr/lib/qt3//mkspecs/default -I. -I../../libs -I../../libs/libmyth 
-I/usr/local/include -I/usr/lib/qt3//include -o main.o main.cpp
main.cpp: In function `void FlagCommercials(QSqlDatabase*, QString, QString)':
main.cpp:222: error: no matching function for call to 
`NuppelVideoPlayer::NuppelVideoPlayer(QSqlDatabase*&, ProgramInfo*&)'
../../libs/libmythtv/NuppelVideoPlayer.h:42: error: candidates are: 
NuppelVideoPlayer::NuppelVideoPlayer(const NuppelVideoPlayer&)
../../libs/libmythtv/NuppelVideoPlayer.h:44: error: 
NuppelVideoPlayer::NuppelVideoPlayer(MythSqlDatabase*, ProgramInfo*)
make[2]: *** [main.o] Error 1

any help?
Marc



More information about the mythtv-dev mailing list