<br><br><div><span class="gmail_quote">On 9/13/06, <b class="gmail_sendername">Robin Hill</b> &lt;<a href="mailto:myth@robinhill.me.uk">myth@robinhill.me.uk</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed Sep 13, 2006 at 02:08:58PM -0500, Secret Name wrote:<br><br>&gt; Hi,<br>&gt;<br>&gt; I would like to compile SVN but my qt is 4.1.4.&nbsp;&nbsp;I have 3.3.6-r1 also<br>&gt; installed but cannot figure out if I can use it.&nbsp;&nbsp;I am using gentoo 
2006.1:<br>&gt;<br>&gt; Is there anyway to change the compiler to use the older version for the myth<br>&gt; compile?&nbsp;&nbsp;With gcc you just gcc-config (profile number) to change.&nbsp;&nbsp;I am<br>&gt; wondering if qt can do this too?
<br>&gt;<br>What I've done is created a couple of aliases:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;alias qt3configure=&quot;PATH=/usr/qt3/bin:$PATH ./configure&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;alias qt3make=&quot;PATH=/usr/qt/3/bin:\$PATH make&quot;<br><br>Then I can just call qt3configure and qt3make - it'll use the qmake
<br>executable from /usr/qt3/bin instead of /usr/bin (which is the QT4<br>version), so pulls in the correct includes &amp; libraries.<br><br>HTH,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Robin<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mythtv-users@mythtv.org">
</a><br></blockquote><div>Maybe the problem is not qt.&nbsp; I set the aliases and also tried Kevins suggestion.&nbsp; Can anyone confirm this is a qt problem?<br><br><br>&nbsp;make[2]: Entering directory `/root/mythtv.svn/mythtv/libs/libmyth'
<br>/usr/bin/qmake -unix -o Makefile <a href="http://libmyth.pro">libmyth.pro</a><br>make[2]: Leaving directory `/root/mythtv.svn/mythtv/libs/libmyth'<br>make[2]: Entering directory `/root/mythtv.svn/mythtv/libs/libmyth'<br>
g++ -c -pipe -march=pentiumpro -O3 -Wall -Wno-switch -fomit-frame-pointer -D_REENTRANT -Wall -W -DPIC -fPIC&nbsp; -DMMX -Di386 -DUSING_FREEBOX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\&quot;/usr\&quot; -DLIBDIR=\&quot;/usr/lib\&quot; -DUSING_OSS -DUSE_ALSA -DUSE_JOYSTICK_MENU -DUSING_XRANDR -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include -I/usr/include -I../libmythsamplerate -I../libmythsoundtouch -I../.. -I.. -I. -I. -o 
dialogbox.o dialogbox.cpp<br>In file included from dialogbox.h:6,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from dialogbox.cpp:11:<br>mythdialogs.h:7:18: error: qdom.h: No such file or directory<br>mythdialogs.h:8:22: error: qptrlist.h: No such file or directory
<br>mythdialogs.h:13:26: error: qvaluevector.h: No such file or directory<br>mythdialogs.h:14:25: error: qscrollview.h: No such file or directory<br>In file included from ../libmythui/mythmainwindow.h:12,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 
mythdialogs.h:48,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from dialogbox.h:6,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from dialogbox.cpp:11:<br>../libmythui/mythuitype.h:6:25: error: qobjectlist.h: No such file or directory<br>In file included from dialogbox.cpp
:12:<br>mythcontext.h:13:23: error: qnetwork.h: No such file or directory<br>In file included from mythobservable.h:5,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from mythcontext.h:21,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from dialogbox.cpp:12:<br>mythevent.h:7:23: error: 
qdeepcopy.h: No such file or directory<br>In file included from mythcontext.h:22,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from dialogbox.cpp:12:<br>mythsocket.h:4:27: error: qsocketdevice.h: No such file or directory<br>In file included from 
dialogbox.cpp:13:<br>mythwidgets.h:4:21: error: qbutton.h: No such file or directory<br>mythwidgets.h:14:21: error: qheader.h: No such file or directory<br>mythwidgets.h:15:20: error: qtable.h: No such file or directory<br>
mythwidgets.h:17:22: error: qlistbox.h: No such file or directory<br>../libmythui/xmlparsebase.h:15: error: 'QDomElement' has not been declared<br>../libmythui/xmlparsebase.h:17: error: 'QDomElement' has not been declared
<br>../libmythui/xmlparsebase.h:19: error: 'QDomElement' has not been declared<br>../libmythui/xmlparsebase.h:21: error: 'QDomElement' has not been declared<br>../libmythui/xmlparsebase.h:23: error: 'QDomElement' has not been declared
<br>../libmythui/xmlparsebase.h:29: error: expected ';' before '(' token<br>../libmythui/xmlparsebase.h:32: error: expected ';' before '(' token<br>../libmythui/mythuitype.h:33: error: ISO C++ forbids declaration of 'QValueVector' with no type
<br>../libmythui/mythuitype.h:33: error: expected ';' before '&lt;' token<br>../libmythui/mythuitype.h:81: error: 'QCustomEvent' has not been declared<br>../libmythui/mythuitype.h:106: error: 'QPtrList' has not been declared
<br>../libmythui/mythuitype.h:106: error: expected ',' or '...' before '&lt;' token<br>../libmythui/mythuitype.h:119: error: 'QDomElement' has not been declared<br>../libmythui/mythuitype.h:124: error: ISO C++ forbids declaration of 'QValueVector' with no type
<br>../libmythui/mythuitype.h:124: error: expected ';' before '&lt;' token<br>../libmythui/mythscreenstack.h:22: error: 'QValueVector' has not been declared<br>../libmythui/mythscreenstack.h:22: error: expected ',' or '...' before '&lt;' token
<br>../libmythui/mythscreenstack.h:33: error: ISO C++ forbids declaration of 'QValueVector' with no type<br>../libmythui/mythscreenstack.h:33: error: expected ';' before '&lt;' token<br>../libmythui/mythscreenstack.h:34: error: ISO C++ forbids declaration of 'QValueVector' with no type
<br>../libmythui/mythscreenstack.h:34: error: expected ';' before '&lt;' token<br>../libmythui/mythscreenstack.h:42: error: ISO C++ forbids declaration of 'QValueVector' with no type<br>../libmythui/mythscreenstack.h:42: error: expected ';' before '&lt;' token
<br>../libmythui/mythmainwindow.h:21: error: expected class-name before '{' token<br>../libmythui/mythmainwindow.h: In constructor 'ExternalKeycodeEvent::ExternalKeycodeEvent(int)':<br>../libmythui/mythmainwindow.h:24: error: class 'ExternalKeycodeEvent' does not have any field named 'QCustomEvent'
<br>../libmythui/mythmainwindow.h: At global scope:<br>../libmythui/mythmainwindow.h:33: error: expected class-name before '{' token<br>../libmythui/mythmainwindow.h: In constructor 'ExitToMainMenuEvent::ExitToMainMenuEvent()':
<br>../libmythui/mythmainwindow.h:35: error: class 'ExitToMainMenuEvent' does not have any field named 'QCustomEvent'<br>../libmythui/mythmainwindow.h: At global scope:<br>../libmythui/mythmainwindow.h:129: error: 'QCustomEvent' has not been declared
<br>mythdialogs.h:115: error: ISO C++ forbids declaration of 'QButton' with no type<br>mythdialogs.h:115: error: expected ';' before '*' token<br>mythdialogs.h:204: error: ISO C++ forbids declaration of 'QPtrList' with no type
<br>mythdialogs.h:204: error: expected ';' before '&lt;' token<br>mythdialogs.h:264: error: 'QDomElement' has not been declared<br>mythdialogs.h:265: error: 'QDomElement' has not been declared<br>mythdialogs.h:266: error: 'QDomElement' has not been declared
<br>mythdialogs.h:267: error: 'QDomElement' has not been declared<br>mythdialogs.h:313: error: ISO C++ forbids declaration of 'QDomElement' with no type<br>mythdialogs.h:313: error: expected ';' before '&amp;' token<br>mythdialogs.h
:315: error: expected `;' before 'QPixmap'<br>mythdialogs.h:323: error: 'QDomElement' does not name a type<br>mythdialogs.h:326: error: ISO C++ forbids declaration of 'QPtrList' with no type<br>mythdialogs.h:326: error: expected ';' before '&lt;' token
<br>mythdialogs.h:327: error: ISO C++ forbids declaration of 'QPtrList' with no type<br>mythdialogs.h:327: error: expected ';' before '&lt;' token<br>mythdialogs.h:394: error: ISO C++ forbids declaration of 'QButton' with no type
<br>mythdialogs.h:394: error: expected ';' before '*' token<br>mythdialogs.h:395: error: ISO C++ forbids declaration of 'QButton' with no type<br>mythdialogs.h:395: error: expected ';' before '*' token<br>mythdialogs.h:409: error: ISO C++ forbids declaration of 'QValueVector' with no type
<br>mythdialogs.h:409: error: expected ';' before '&lt;' token<br>mythdialogs.h:422: error: 'IntVector' has not been declared<br>mythdialogs.h:423: error: 'IntVector' has not been declared<br>mythdialogs.h:446: error: expected class-name before '{' token
<br>mythdialogs.h:446: warning: 'class MythScrollDialog' has virtual functions but non-virtual destructor<br>mythevent.h:16: error: expected class-name before '{' token<br>mythevent.h:18: error: 'User' was not declared in this scope
<br>mythevent.h: In constructor 'MythEvent::MythEvent(int)':<br>mythevent.h:20: error: class 'MythEvent' does not have any field named 'QCustomEvent'<br>mythevent.h: In constructor 'MythEvent::MythEvent(QString)':<br>mythevent.h
:23: error: class 'MythEvent' does not have any field named 'QCustomEvent'<br>mythevent.h:25: error: 'QDeepCopy' was not declared in this scope<br>mythevent.h:25: error: expected primary-expression before '&gt;' token<br>
mythevent.h:26: error: no match for 'operator=' in '((MythEvent*)this)-&gt;MythEvent::extradata = &quot;empty&quot;'<br>/usr/include/qt4/QtCore/qstringlist.h:47: note: candidates are: QStringList&amp; QStringList::operator=(const QStringList&amp;)
<br>mythevent.h: In constructor 'MythEvent::MythEvent(QString, const QStringList&amp;)':<br>mythevent.h:30: error: class 'MythEvent' does not have any field named 'QCustomEvent'<br>mythevent.h:32: error: 'QDeepCopy' was not declared in this scope
<br>mythevent.h:32: error: expected primary-expression before '&gt;' token<br>mythobservable.h: At global scope:<br>mythobservable.h:112: error: ISO C++ forbids declaration of 'QPtrList' with no type<br>mythobservable.h:112: error: expected ';' before '&lt;' token
<br>mythobservable.h:136: error: ISO C++ forbids declaration of 'QPtrList' with no type<br>mythobservable.h:136: error: expected ';' before '&lt;' token<br>mythsocket.h:24: error: expected class-name before '{' token<br>mythsocket.h
:46: error: expected ',' or '...' before 'error'<br>mythsocket.h:46: error: ISO C++ forbids declaration of 'Error' with no type<br>mythsocket.h:48: error: 'Type' has not been declared<br>mythsocket.h:51: error: 'Q_LONG' does not name a type
<br>mythsocket.h:52: error: 'Q_LONG' does not name a type<br>mythsocket.h:56: error: 'Q_ULONG' has not been declared<br>mythsocket.h:58: error: 'Q_UINT16' has not been declared<br>mythsocket.h:59: error: 'Q_UINT16' has not been declared
<br>mythsocket.h:71: error: field 'm_addr' has incomplete type<br>mythsocket.h:72: error: 'Q_UINT16' does not name a type<br>mythsocket.h:85: error: ISO C++ forbids declaration of 'QPtrList' with no type<br>mythsocket.h:85: error: expected ';' before '&lt;' token
<br>mythsocket.h:86: error: ISO C++ forbids declaration of 'QPtrList' with no type<br>mythsocket.h:86: error: expected ';' before '&lt;' token<br>mythsocket.h:87: error: ISO C++ forbids declaration of 'QPtrList' with no type
<br>mythsocket.h:87: error: expected ';' before '&lt;' token<br>mythsocket.h:98: error: 'QPtrList' is not a template<br>mythsocket.h:48: error: 'QSocketDevice' has not been declared<br>mythsocket.h: In member function 'QString MythSocket::errorToString()':
<br>mythsocket.h:45: error: 'error' was not declared in this scope<br>mythcontext.h: At global scope:<br>mythcontext.h:303: error: ISO C++ forbids declaration of 'QValueList' with no type<br>mythcontext.h:303: error: expected ';' before '&lt;' token
<br>mythcontext.h:439: error: ISO C++ forbids declaration of 'QValueList' with no type<br>mythcontext.h:439: error: expected ';' before '&lt;' token<br>mythwidgets.h: In constructor 'MythComboBox::MythComboBox(bool, QWidget*, const char*)':
<br>mythwidgets.h:44: error: no matching function for call to 'QComboBox::QComboBox(bool&amp;, QWidget*&amp;, const char*&amp;)'<br>/usr/include/qt4/QtGui/qcombobox.h:265: note: candidates are: QComboBox::QComboBox(const QComboBox&amp;)
<br>/usr/include/qt4/QtGui/qcombobox.h:65: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QComboBox::QComboBox(QWidget*)<br>mythwidgets.h: In member function 'void MythComboBox::insertItem(const QString&amp;)':<br>mythwidgets.h:57: error: no matching function for call to 'MythComboBox::insertItem(const QString&amp;)'
<br>/usr/include/qt4/QtGui/qcombobox.h:288: note: candidates are: void QComboBox::insertItem(int, const QString&amp;, const QVariant&amp;)<br>/usr/include/qt4/QtGui/qcombobox.h:167: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; void QComboBox::insertItem(int, const QIcon&amp;, const QString&amp;, const QVariant&amp;)
<br>mythwidgets.h: In constructor 'MythSpinBox::MythSpinBox(QWidget*, const char*, bool)':<br>mythwidgets.h:78: error: no matching function for call to 'QSpinBox::QSpinBox(QWidget*&amp;, const char*&amp;)'<br>/usr/include/qt4/QtGui/qspinbox.h:101: note: candidates are: QSpinBox::QSpinBox(const QSpinBox&amp;)
<br>/usr/include/qt4/QtGui/qspinbox.h:49: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QSpinBox::QSpinBox(QWidget*)<br>mythwidgets.h:78: error: 'setLineStep' was not declared in this scope<br>mythwidgets.h: In constructor 'MythSlider::MythSlider(QWidget*, const char*)':
<br>mythwidgets.h:103: error: no matching function for call to 'QSlider::QSlider(QWidget*&amp;, const char*&amp;)'<br>/usr/include/qt4/QtGui/qslider.h:101: note: candidates are: QSlider::QSlider(const QSlider&amp;)<br>/usr/include/qt4/QtGui/qslider.h:65: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QSlider::QSlider(Qt::Orientation, QWidget*)
<br>/usr/include/qt4/QtGui/qslider.h:64: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QSlider::QSlider(QWidget*)<br>mythwidgets.h: In constructor 'MythLineEdit::MythLineEdit(QWidget*, const char*)':<br>mythwidgets.h:125: error: no matching function for call to 'QLineEdit::QLineEdit(QWidget*&amp;, const char*&amp;)'
<br>/usr/include/qt4/QtGui/qlineedit.h:213: note: candidates are: QLineEdit::QLineEdit(const QLineEdit&amp;)<br>/usr/include/qt4/QtGui/qlineedit.h:64: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QLineEdit::QLineEdit(const QString&amp;, QWidget*)
<br>/usr/include/qt4/QtGui/qlineedit.h:63: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QLineEdit::QLineEdit(QWidget*)<br>mythwidgets.h: In constructor 'MythLineEdit::MythLineEdit(const QString&amp;, QWidget*, const char*)':<br>mythwidgets.h:130: error: no matching function for call to 'QLineEdit::QLineEdit(const QString&amp;, QWidget*&amp;, const char*&amp;)'
<br>/usr/include/qt4/QtGui/qlineedit.h:213: note: candidates are: QLineEdit::QLineEdit(const QLineEdit&amp;)<br>/usr/include/qt4/QtGui/qlineedit.h:64: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QLineEdit::QLineEdit(const QString&amp;, QWidget*)
<br>/usr/include/qt4/QtGui/qlineedit.h:63: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QLineEdit::QLineEdit(QWidget*)<br>mythwidgets.h: At global scope:<br>mythwidgets.h:247: error: expected class-name before '{' token<br>mythwidgets.h: In constructor 'MythTable::MythTable(QWidget*)':
<br>mythwidgets.h:249: error: class 'MythTable' does not have any field named 'QTable'<br>mythwidgets.h: In constructor 'MythPushButton::MythPushButton(QWidget*, const char*, bool)':<br>mythwidgets.h:267: error: no matching function for call to 'QPushButton::QPushButton(QWidget*&amp;, const char*&amp;)'
<br>/usr/include/qt4/QtGui/qpushbutton.h:89: note: candidates are: QPushButton::QPushButton(const QPushButton&amp;)<br>/usr/include/qt4/QtGui/qpushbutton.h:47: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QPushButton::QPushButton(const QIcon&amp;, const QString&amp;, QWidget*)
<br>/usr/include/qt4/QtGui/qpushbutton.h:46: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QPushButton::QPushButton(const QString&amp;, QWidget*)<br>/usr/include/qt4/QtGui/qpushbutton.h:45: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QPushButton::QPushButton(QWidget*)
<br>mythwidgets.h:268: error: 'WindowOrigin' was not declared in this scope<br>mythwidgets.h:268: error: 'setBackgroundOrigin' was not declared in this scope<br>mythwidgets.h: In constructor 'MythPushButton::MythPushButton(const QString&amp;, QWidget*, bool)':
<br>mythwidgets.h:272: error: 'WindowOrigin' was not declared in this scope<br>mythwidgets.h:272: error: 'setBackgroundOrigin' was not declared in this scope<br>mythwidgets.h: In constructor 'MythCheckBox::MythCheckBox(QWidget*, const char*)':
<br>mythwidgets.h:299: error: no matching function for call to 'QCheckBox::QCheckBox(QWidget*&amp;, const char*&amp;)'<br>/usr/include/qt4/QtGui/qcheckbox.h:84: note: candidates are: QCheckBox::QCheckBox(const QCheckBox&amp;)
<br>/usr/include/qt4/QtGui/qcheckbox.h:43: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QCheckBox::QCheckBox(const QString&amp;, QWidget*)<br>/usr/include/qt4/QtGui/qcheckbox.h:42: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QCheckBox::QCheckBox(QWidget*)<br>mythwidgets.h
: In constructor 'MythRadioButton::MythRadioButton(QWidget*, const char*)':<br>mythwidgets.h:319: error: no matching function for call to 'QRadioButton::QRadioButton(QWidget*&amp;, const char*&amp;)'<br>/usr/include/qt4/QtGui/qradiobutton.h:59: note: candidates are: QRadioButton::QRadioButton(const QRadioButton&amp;)
<br>/usr/include/qt4/QtGui/qradiobutton.h:41: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QRadioButton::QRadioButton(const QString&amp;, QWidget*)<br>/usr/include/qt4/QtGui/qradiobutton.h:40: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QRadioButton::QRadioButton(QWidget*)
<br>mythwidgets.h: At global scope:<br>mythwidgets.h:340: error: expected ',' or '...' before '*' token<br>mythwidgets.h:340: error: ISO C++ forbids declaration of 'QListViewItem' with no type<br>mythwidgets.h:347: error: expected class-name before '{' token
<br>mythwidgets.h:347: warning: 'class MythListBox' has virtual functions but non-virtual destructor<br>mythwidgets.h: In member function 'void MythListBox::setCurrentItem(int)':<br>mythwidgets.h:364: error: 'QListBox' has not been declared
<br>mythwidgets.h:364: error: invalid type in declaration before '(' token<br>mythwidgets.h:364: warning: unused variable 'setCurrentItem'<br>dialogbox.cpp: In constructor 'DialogBox::DialogBox(MythMainWindow*, const QString&amp;, const char*, const char*)':
<br>dialogbox.cpp:21: error: 'class QLabel' has no member named 'setBackgroundOrigin'<br>dialogbox.cpp:21: error: 'WindowOrigin' was not declared in this scope<br>dialogbox.cpp:22: error: 'WordBreak' is not a member of 'Qt'
<br>dialogbox.cpp:24: error: no matching function for call to 'QVBoxLayout::QVBoxLayout(DialogBox* const, int, int)'<br>/usr/include/qt4/QtGui/qboxlayout.h:138: note: candidates are: QVBoxLayout::QVBoxLayout(const QVBoxLayout&amp;)
<br>/usr/include/qt4/QtGui/qboxlayout.h:126: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QVBoxLayout::QVBoxLayout(QWidget*)<br>/usr/include/qt4/QtGui/qboxlayout.h:125: note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QVBoxLayout::QVBoxLayout()<br>dialogbox.cpp:33: error: 'class QCheckBox' has no member named 'setBackgroundOrigin'
<br>dialogbox.cpp:40: error: 'class QButtonGroup' has no member named 'insert'<br>dialogbox.cpp: In member function 'void DialogBox::AddButton(const QString&amp;)':<br>dialogbox.cpp:48: error: 'class QButtonGroup' has no member named 'count'
<br>dialogbox.cpp:49: error: 'class QButtonGroup' has no member named 'count'<br>dialogbox.cpp:54: error: 'class QButtonGroup' has no member named 'insert'<br>dialogbox.cpp: In member function 'void DialogBox::buttonPressed(int)':
<br>dialogbox.cpp:61: error: 'class QButtonGroup' has no member named 'find'<br>make[2]: *** [dialogbox.o] Error 1<br>make[2]: Leaving directory `/root/mythtv.svn/mythtv/libs/libmyth'<br>make[1]: *** [sub-libmyth-make_default-ordered] Error 2
<br>make[1]: Leaving directory `/root/mythtv.svn/mythtv/libs'<br>make: *** [sub-libs] Error 2<br><br></div><br></div><br>