[mythtv] Latest CVS (12-25-04 ) Doesn't Compile

Christian Hack christianh at edmi.com.au
Sun Dec 26 01:19:08 UTC 2004


> -----Original Message-----
> From: mythtv-dev-bounces at mythtv.org 
> [mailto:mythtv-dev-bounces at mythtv.org] On Behalf Of Dan Berger
> Sent: Sunday, 26 December 2004 8:24 AM
> To: mythtv-dev at mythtv.org
> Subject: [mythtv] Latest CVS (12-25-04 ) Doesn't Compile
> 
> 
> Happy Holidays to all.
> 
> Latest CVS (12-25-04) doesn't compile after distclean: 
> 
> g++ -c -pipe -Wall -W -O3 -march=pentiumpro 
> -fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -fPIC  
> -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" 
> -DMMX -DCONFIG_VIDEO4LINUX -DUSING_IVTV -DUSING_OSS 
> -DUSING_XV -DQT_NO_DEBUG -DQT_THREAD_SUPPORT 
> -I/usr/lib/qt-3.1/mkspecs/default -I. -I/usr/local/include 
> -I../libmyth -I.. -Idvbdev -Impeg -I../libavcodec 
> -I/usr/lib/qt-3.1/include -o programinfo.o programinfo.cpp
> programinfo.cpp: In member function `void
>    ProgramInfo::ApplyRecordRecGroupChange(QSqlDatabase*, 
> const QString&)':
> programinfo.cpp:757: error: `executedQuery' undeclared (first use this
>    function)

This is because QSqlQuery::executedQuery isn't part of QT3.1. It only
appeared in QT3.2. QSqlQuery::executedQuery is used quite a few times in
this recent patch.

http://cvs.mythtv.org/cgi-bin/viewcvs.cgi/mythtv/libs/libmythtv/programinfo.
cpp?r1=1.177&r2=1.178

Isaac mentioned keeping QT3.1 compatibility again recently but I'm not sure
how long he wants to keep this up. I also am still using QT3.1 (RH8) but
will probably upgrade soonish.

CH



More information about the mythtv-dev mailing list