[mythtv-commits] Ticket #1479: compile error with mythvideo

MythTV mythtv at cvs.mythtv.org
Wed Mar 8 23:46:20 UTC 2006


#1479: compile error with mythvideo
---------------------------------------+------------------------------------
 Reporter:  christian.burger at abtg.net  |       Owner:  ijr 
     Type:  defect                     |      Status:  new 
 Priority:  blocker                    |   Milestone:      
Component:  mythvideo                  |     Version:  0.19
 Severity:  high                       |  
---------------------------------------+------------------------------------
 g++ -c -pipe -march=k8 -I/usr/include/kde/artsc -pthread
 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -O3 -Wall
 -Wno-switch -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC  -D_GNU_SOURCE
 -DPREFIX=\"/usr/local\" -DMMX -DUSING_DBOX2 -D_FILE_OFFSET_BITS=64
 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED
 -I/usr/lib64/qt-3.3/mkspecs/default -I. -I../../../../../local/include
 -I/usr/kde/3.3/include -I../../../../../local/include
 -I../../../../../X11R6/include -I/usr/lib64/qt-3.3/include -o main.o
 main.cpp
 videomanager.h:33: error: extra qualification âVideoManager::â on member
 âprocessEventsâ
 make[2]: *** [main.o] Error 1
 make[2]: Leaving directory
 `/usr/src/mythtv/mythplugins-0.19/mythvideo/mythvideo'
 make[1]: *** [sub-mythvideo] Error 2
 make[1]: Leaving directory `/usr/src/mythtv/mythplugins-0.19/mythvideo'
 make: *** [sub-mythvideo] Error 2


 This is on Linux Fedora Core 4 Kernel 2.6.15.5 on x86_64 AMD system.




 The Offending code snippet is:
 class VideoManager : public MythDialog
 {
     Q_OBJECT
   public:
     VideoManager(MythMainWindow *parent, const char *name = 0);
     ~VideoManager(void);
  *33:   void VideoManager::processEvents() { qApp->processEvents(); }

   public slots:
     void slotManualIMDB();
     void slotAutoIMDB();

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


More information about the mythtv-commits mailing list