[mythtv-users] Re: MythBrowser compilation problems

Paul mythtv at dsl.pipex.com
Mon Apr 25 17:55:25 UTC 2005


>I'm trying to compile the 0.18 mythbrowser plugin, and am getting an
>error I can't find anything about.  This is the first time I'm
>compiling this plugin, but mythbackend, mythfrontend, mythdvd,
>mythvideo, mythmusic and mythweather were compiled both with previous
>versions as well as 0.18.  Does anyone know what I need to do to get
>mythbrowser to compile?  I've included the error message below.

>Thanks!
>Mike

>cd mythbrowser && make -f Makefile
>make[1]: Entering directory
>`/home/mike/installs/mythtv/0.18/mythplugins/mythbrowser/mythbrowser'
>g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer
>-D_REENTRANT  -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DHAVE_MMX
>-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default
>-I. -I/usr/local/include -I/usr/include/kde -I/opt/kde3/include
>-I/usr/lib/qt-3.1/include -o webpage.o webpage.cpp
>webpage.cpp: In member function `void WebPage::started(KIO::Job*)':
>webpage.cpp:201: `BusyCursor' is not a member of type `Qt'
>make[1]: *** [webpage.o] Error 1
>make[1]: Leaving directory
>`/home/mike/installs/mythtv/0.18/mythplugins/mythbrowser/mythbrowser'
>make: *** [sub-mythbrowser] Error 2

Looks like Qt::BusyCursor was only added recently
to QT 3.3 so isn't available in the QT 3.1 that it looks like you are using.

You could of cause upgrade to QT 3.3 and MythBrowser will compile fine :-)
An easier quick fix is to change 'Qt:BusyCursor' to 'Qt:WaitCursor' which is
available
in QT 3.1

Paul




More information about the mythtv-users mailing list