BTW log2(50) = 6 more to go...
Okay, I've narrowed it down to 7325-7335. Now I can't compile 7329 or 7330, it's giving me:
g++ -c -pipe -march=k8 -Wall -W -O3 -Wall -Wno-switch -fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -DPIC -fPIC -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -D_LARGEFILE_SOURCE -DUSING_OSS -DUSING_OPENGL_VSYNC -DUSING_XV -DUSING_XVMC -DUSING_FRONTEND -DUSING_DVB -DUSING_BACKEND -DQT_NO_DEBUG-DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/share/qt3/mkspecs/default -I. -I../../../../../local/include -I../../../../linux-2.6.13.2/include -I../../../../../X11R6/include -I../.. -I../libmyth -I.. -Idvbdev -Impeg -I../libavcodec -I../libavutil -I../libmythmpeg2 -I../../../../../include/qt3 -I../../../../../X11R6/include -I../../../../../X11R6/include -o tv_rec.o tv_rec.cpp
../../../../../include/qt3/qsqldatabase.h:63: warning: 'class QSqlDriverCreatorBase' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:224: warning: 'class QXmlReader' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:407: warning: 'class QXmlContentHandler' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:424: warning: 'class QXmlErrorHandler' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:433: warning: 'class QXmlDTDHandler' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:441: warning: 'class QXmlEntityResolver' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:448: warning: 'class QXmlLexicalHandler' has virtual functions but non-virtual destructor
../../../../../include/qt3/qxml.h:461: warning: 'class QXmlDeclHandler' has virtual functions but non-virtual destructor
tv_rec.cpp: In destructor 'TVRec::~TVRec()':
tv_rec.cpp:255: error: invalid use of undefined type 'struct DBox2Channel'
tv_rec.h:31: error: forward declaration of 'struct DBox2Channel'
make[2]: *** [tv_rec.o] Error 1
make[2]: Leaving directory `/usr/src/old_myth/mythtv_7329/libs/libmythtv'
make[1]: *** [sub-libmythtv] Error 2
make[1]: Leaving directory `/usr/src/old_myth/mythtv_7329/libs'
make: *** [sub-libs] Error 2
Does the range narrow it down enough? I'm not even using dbox2, I have --disable-dbox2 option in my ./configure statement, I don't know why it's complaining.
-Greg
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
