Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#508 closed defect (invalid)

Failure compiling latest svn trunk version

Reported by: clair_187@… Owned by: Isaac Richards
Priority: critical Milestone: unknown
Component: mythtv Version:
Severity: high Keywords:
Cc: Ticket locked: no

Description

Hi, I'm a fairly new user of Linux and I'm having trouble compiling the latest svn trunk version on rh9. I'm using rh9 as I'm unable to upgrade to Fedora Core, as my initio SCSI card has no support under the Fedora kernels. Furthermore I wish to use the latest svn version because it includes the new dbox patch.

After issuing the commands:

$ qmake mythtv.pro $ make

I get the following errors:

Error 1

lcddevice.cpp: In member function `void LCD::serverSendingData()': lcddevice.cpp:221: warning: unused variable `QValueListIterator<QString> it'

Error 2

UIManagedTreeListType::Draw(QPainter*, int, int)':

uitypes.cpp:2696: warning: comparison between signed and unsigned integer

expressions

Error 3

VideoDevice::probeDVBInputs(int)':

videosource.cpp:2516: warning: unused parameter `int diseq_type'

Error 4

tv_play.cpp: In member function `void TV::ChangeAudioSync?(int, bool)': tv_play.cpp:3898: call of overloaded `arg(long long int&)' is ambiguous /usr/lib/qt-3.1/include/qstring.h:418: candidates are: QString

QString::arg(long int, int = 0, int = 10) const

/usr/lib/qt-3.1/include/qstring.h:419: QString

QString::arg(long unsigned int, int = 0, int = 10) const

/usr/lib/qt-3.1/include/qstring.h:875: QString

QString::arg(int, int = 0, int = 10) const

/usr/lib/qt-3.1/include/qstring.h:878: QString

QString::arg(unsigned int, int = 0, int = 10) const

/usr/lib/qt-3.1/include/qstring.h:881: QString

QString::arg(short int, int = 0, int = 10) const

/usr/lib/qt-3.1/include/qstring.h:884: QString

QString::arg(short unsigned int, int = 0, int = 10) const

/usr/lib/qt-3.1/include/qstring.h:424: QString

QString::arg(char, int = 0) const

/usr/lib/qt-3.1/include/qstring.h:425: QString

QString::arg(QChar, int = 0) const <near match>

/usr/lib/qt-3.1/include/qstring.h:426: QString

QString::arg(const QString&, int = 0) const <near match>

/usr/lib/qt-3.1/include/qstring.h:427: QString

QString::arg(double, int = 0, char = 'g', int = -1) const

make[2]: * [tv_play.o] Error 1 make[2]: Leaving directory `/mythtv/mythtv/libs/libmythtv' make[1]: * [sub-libmythtv] Error 2 make[1]: Leaving directory `/mythtv/mythtv/libs' make: * [sub-libs] Error 2

After Error 4 the compile bombs out. I would be extremely grateful if someone could offer some advise. Thank you in advance.

Change History (5)

comment:1 Changed 19 years ago by danielk

Resolution: invalid
Status: newclosed

This is not the place for this. Search for the mythtv users list.

comment:2 Changed 19 years ago by anonymous

Resolution: invalid
Status: closedreopened

comment:3 Changed 19 years ago by anonymous

Priority: minorcritical
Severity: mediumhigh

comment:4 Changed 19 years ago by anonymous

Resolution: invalid
Status: reopenedclosed

comment:5 Changed 19 years ago by Isaac Richards

Old versions of Qt are not supported.

Note: See TracTickets for help on using tickets.