[mythtv-users] Mythplugins trunk compile errors after upgrade from Fedora 9 to 10

OJ olejl77 at gmail.com
Tue Dec 2 05:45:45 UTC 2008


2008/12/2 Brad DerManouelian <myth at dermanouelian.com>:
> On Dec 1, 2008, at 9:23 PM, OJ wrote:
>
>> I'm having some problems compiling mythplugins after I upgraded from
>> Fedora 9 to 10. Mythtv compiled and installed fine.
>>
>> $ svn info
>> Path: .
>> URL: http://svn.mythtv.org/svn/trunk
>> Repository Root: http://svn.mythtv.org/svn
>> Repository UUID: 7dbf422c-18fa-0310-86e9-fd20926502f2
>> Revision: 19211
>> Node Kind: directory
>> Schedule: normal
>> Last Changed Author: markk
>> Last Changed Rev: 19211
>> Last Changed Date: 2008-12-02 08:42:42 +0400 (Tue, 02 Dec 2008)
>>
>> $./configure --prefix=/usr/local --libdir-name=lib64
>> $qmake-qt4 PREFIX=/usr/local mythplugins.pro
>> $make
>>
>> cd mytharchive/ && make -f Makefile
>> make[1]: Entering directory `/usr/local/mythtv/mythplugins/
>> mytharchive'
>> cd mytharchive && make -f Makefile
>> make[2]: Entering directory
>> `/usr/local/mythtv/mythplugins/mytharchive/mytharchive'
>> g++ -c -pipe -march=k8 -pthread -I/usr/include/kde/artsc
>> -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall
>> -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor
>> -funit-at-a-time -D__STDC_CONSTANT_MACROS -Wall -W
>> -fomit-frame-pointer -O3 -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC
>> -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DMMX -D_FILE_OFFSET_BITS=64
>> -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED
>> -DQT_TABLET_SUPPORT -I/usr/lib64/qt-3.3/mkspecs/default -I.
>> -I../../../../include -I../../../../include -I../../../../../include
>> -I../../../../include/mythtv -I../../../../include/mythtv
>> -I../../../../include/mythtv/libmythtv -I/usr/lib64/qt-3.3/include -o
>> main.o main.cpp
>> main.cpp:15:24: error: QApplication: No such file or directory
>> main.cpp:16:16: error: QDir: No such file or directory
>> main.cpp:17:18: error: QTimer: No such file or directory
>> In file included from main.cpp:20:
>> /usr/local/include/mythtv/mythcontext.h:9:19: error: QObject: No such
>> file or directory
>> /usr/local/include/mythtv/mythcontext.h:10:19: error: QString: No such
>> file or directory
>> /usr/local/include/mythtv/mythcontext.h:11:18: error: QMutex: No such
>> file or directory
>> /usr/local/include/mythtv/mythcontext.h:12:17: error: QList: No such
>> file or directory
>> In file included from /usr/local/include/mythtv/mythobservable.h:5,
>>                 from /usr/local/include/mythtv/mythcontext.h:17,
>>                 from main.cpp:20:
>> ...
>>
>> Anyone know what could be my problem?
>
> Did you do a make distclean first? That usually works for me.
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

Yes I did a make distclean. I even tried to delete the mythtv (top
directory) directory and 'svn co' again. Nothing helps... On the other
hand, it looks like there is a lot of Qt3 -> Qt4 porting activity
going on in the plugins. Maybe that could cause the problems?


More information about the mythtv-users mailing list