[mythtv-commits] Ticket #1832: Missing include in signalmonitor.cpp

MythTV mythtv at cvs.mythtv.org
Sat May 20 11:54:29 EDT 2006


#1832: Missing include in signalmonitor.cpp
-------------------------------+--------------------------------------------
 Reporter:  mythtv at remars.com  |        Owner:  danielk
     Type:  patch              |       Status:  closed 
 Priority:  minor              |    Milestone:  0.20   
Component:  mythtv             |      Version:  head   
 Severity:  medium             |   Resolution:  fixed  
-------------------------------+--------------------------------------------
Changes (by danielk):

  * milestone:  => 0.20
  * priority:  blocker => minor
  * resolution:  => fixed
  * status:  new => closed

Comment:

 Fixed by [9948].

 Additional info from Michael.

 You need to disable all recorders:
 {{{
 ./configure --compile-type=debug --disable-dbox2 --disable-hdhomerun
 --disable-ivtv --disable-joystick-menu --disable-opts
 --disable-audio-oss --disable-v4l --enable-audio-alsa
 --prefix=/home/mykeul/dev/testfreebox
 }}}

 And this is the error...
 {{{
 g++ -c -pipe -march=pentiumpro -Wall -W -g -I/usr/include/freetype2
 -D_REENTRANT -DPIC -fPIC -DMMX -Di386 -D_GNU_SOURCE
 -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/home/mykeul/dev/testfreebox\"
 -DLIBDIR=\"/home/mykeul/dev/testfreebox/lib\" -D_LARGEFILE_SOURCE
 -DUSING_H264TOOLS -DUSING_XV -DUSING_FRONTEND -DUSING_BACKEND
 -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG
 -I/usr/share/qt3/mkspecs/default -I. -I../../../../testfreebox/include
 -I/usr/X11R6/include -I../.. -I.. -I../libmyth -I../libavcodec
 -I../libavutil -I../libmythmpeg2 -Idvbdev -Impeg -I/usr/include/qt3 -o
 signalmonitor.o signalmonitor.cpp
 /usr/include/qt3/qsqldatabase.h:63: warning: ‘class
 QSqlDriverCreatorBase’ has virtual functions but non-virtual destructor
 signalmonitor.cpp: In member function ‘virtual bool
 SignalMonitor::WaitForLock(int)’:
 signalmonitor.cpp:299: error: ‘MythTimer’ was not declared in this scope
 signalmonitor.cpp:299: error: expected `;' before ‘t’
 signalmonitor.cpp:300: error: ‘t’ was not declared in this scope
 make[2]: *** [signalmonitor.o] Erreur 1
 make[2]: Leaving directory `/home/mykeul/dev/mythtv/trunk/libs/libmythtv'
 make[1]: *** [sub-libmythtv] Erreur 2
 make[1]: Leaving directory `/home/mykeul/dev/mythtv/trunk/libs'
 make: *** [sub-libs] Erreur 2
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1832>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list