[mythtv-users] TRUNK not compiling under hardy, should it?

Brad Templeton brad+myth at templetons.com
Sun Oct 18 23:44:32 UTC 2009


My frontends are kept up to date (Jaunty and later kernels) but
my master server is, as is common for a server, not updated nearly
so much.  Instead I keep it on the Ubuntu long-term-support version,
which is designed for people who don't want the hassle of frequent
upgrades.

But now I find in upgrading my myth that I have trouble compiling it
on the hardy system.   

I get problems like this which strike me as being a possible consequence
of the older gcc 4.2 or some other older library.

Is this intended to work?  If not, I would want to encourage it as
the idea of keeping a server on an older release is not uncommon.


-------------------
ccache g++ -c -pipe -march=k8 -fomit-frame-pointer -O3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time -D__STDC_CONSTANT_MACROS -I/usr/include/freetype2 -D_REENTRANT -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DUSING_X11 -DUSING_XV -DUSING_OPENGL -DUSING_OPENGL_VSYNC -DUSING_OPENGL_VIDEO -DUSING_MHEG -DUSING_FRONTEND -DUSING_FFMPEG_THREADS -DUSING_ALSA -DUSING_OSS -DUSING_V4L -DUSING_LINUX_FIREWIRE -DUSING_FIREWIRE -DUSING_LIBAVC_5_3 -DUSING_IPTV -DUSING_HDHOMERUN -DUSING_IVTV -DUSING_HDPVR -DUSING_DVB -DUSING_BACKEND -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I/usr/local -I.. -I../.. -I. -I../libmyth -I../libavcodec -I../libavformat -I../libavutil -I../libswscale -I../libmythmpeg2 -I../libmythdb -I../libmythhdhomerun -I../libmythdvdnav -Idvbdev -Impeg -Iiptv -Ichannelscan -I../libmythlivemedia/BasicUsageEnvironment/include -I../libmythlivemedia/BasicUsageEnvironment -I../libmythlivemedia/groupsock/include -I../libmythlivemedia/groupsock -I../libmythlivemedia/liveMedia/include -I../libmythlivemedia/liveMedia -I../libmythlivemedia/UsageEnvironment/include -I../libmythlivemedia/UsageEnvironment -I../libmythdb -I../libmythui -I/usr/include -I/usr/X11R6/include -I. -I. -o recordinginfo.o recordinginfo.cpp
recordinginfo.cpp: In member function ‘virtual void RecordingInfo::clear()’:
recordinginfo.cpp:56: error: ‘clear’ is not a member of ‘ProgramInfo’
recordinginfo.cpp: At global scope:
recordinginfo.cpp:77: error: variable or field ‘ToMap’ declared void
recordinginfo.cpp:77: error: ‘InfoMap’ was not declared in this scope
recordinginfo.cpp:77: error: ‘progMap’ was not declared in this scope
recordinginfo.cpp:77: error: expected primary-expression before ‘bool’
programinfo.h: In member function ‘void RecordingInfo::StartedRecording(QString)’:
programinfo.h:351: error: ‘QString ProgramInfo::CreateRecordBasename(const QString&) const’ is private
recordinginfo.cpp:485: error: within this context
programinfo.h:351: error: ‘QString ProgramInfo::CreateRecordBasename(const QString&) const’ is private
recordinginfo.cpp:485: error: within this context
programinfo.h:351: error: ‘QString ProgramInfo::CreateRecordBasename(const QString&) const’ is private
recordinginfo.cpp:491: error: within this context
programinfo.h:351: error: ‘QString ProgramInfo::CreateRecordBasename(const QString&) const’ is private


More information about the mythtv-users mailing list