[mythtv] Current CVS Doesn't Compile on QT 3.0

Martin Smith martin at spamcop.net
Thu Jul 24 10:30:57 EDT 2003


Just for info (I haven't seen anyone else mention it here) but Myth no longer
seems to compile on QT 3.0. It's using a symbol only present in QT 3.1. 

I tried it on RH8 (QT 3.05) last night and it didn't build but it did work on
RH9 (QT 3.1).

Knowing the general tone of this list I guess everyone will now jump on me and
tell me that I should have known it only works on 3.1 etc.

Martin

make[2]: Entering directory `/opt/mythtv/mythtv/programs/mythfilldatabase'
g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -D_REENTRANT 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMMX -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -I../../libs -I/usr/local/include
-I/usr/lib/qt3-gcc3.2/include -I/usr/lib/qt3-gcc3.2/mkspecs/default -o
filldata.o filldata.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning:   as it has already been specified as a non-system directory
filldata.cpp: In function `void parseFile(QString, QValueList<ChanInfo>*, 
   QMap<QString, QValueList<ProgInfo> >*)':
filldata.cpp:512: `UTC' is not a member of type `Qt'
make[2]: *** [filldata.o] Error 1
make[2]: Leaving directory `/opt/mythtv/mythtv/programs/mythfilldatabase'
make[1]: *** [sub-mythfilldatabase] Error 2
make[1]: Leaving directory `/opt/mythtv/mythtv/programs'
make: *** [sub-programs] Error 2


More information about the mythtv-dev mailing list