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

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


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?


More information about the mythtv-users mailing list