[mythtv-users] Compile Problems with mythplugins 0.19

Christian Burger christian.burger at abtg.net
Thu Mar 9 16:15:59 UTC 2006


When I try to build mythvideo on my system I get the following:

cd mythvideo && make -f Makefile
make[1]: Entering directory
`/usr/src/mythtv/mythplugins-0.19/mythvideo/mythvideo'
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[1]: *** [main.o] Error 1
make[1]: Leaving directory
`/usr/src/mythtv/mythplugins-0.19/mythvideo/mythvideo'
make: *** [sub-mythvideo] Error 2

The offending line of code is

    void VideoManager::processEvents() { qApp->processEvents(); }


Anyone have any suggestions?
This is on a x86_64 box running kernel 2.6.15.5 running gcc-4.1.0-1.

Thanks,
Chris Burger





More information about the mythtv-users mailing list