Opened 18 years ago

Closed 18 years ago

#1832 closed patch (fixed)

Missing include in signalmonitor.cpp

Reported by: mythtv@… Owned by: danielk
Priority: minor Milestone: 0.20
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

signalmonitor.cpp does not compile since recent "header jujitsu"

Attachments (1)

signalmonitor.diff (375 bytes) - added by mythtv@… 18 years ago.
The patch

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by mythtv@…

Attachment: signalmonitor.diff added

The patch

comment:1 Changed 18 years ago by danielk

Milestone: 0.20
Priority: blockerminor
Resolution: fixed
Status: newclosed

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
Note: See TracTickets for help on using tickets.