Hi,<br>
I wanna be the future user of mythtv.<br>
I am using Suse linux 10.0 and following <a href="http://mythtv.org">mythtv.org</a> docs.<br>
But the following error occured while&nbsp; building myth tv when $make
command is given.But the following error occured while&nbsp; building
myth tv when $make command is given.<br>
<br>
Please help me fix the problem.<br>
<br>
Thank you!!!<br>
<br>
Vamsy.<br>
.........................................................<br>
................................................................................<br>
dialogbox.cpp:20: error: 'QLabel' was not declared in this scope<br>
dialogbox.cpp:20: error: 'maintext' was not declared in this scope<br>
dialogbox.cpp:20: error: expected type-specifier before 'QLabel'<br>
dialogbox.cpp:20: error: expected `;' before 'QLabel'<br>
dialogbox.cpp:21: error: 'WindowOrigin' was not declared in this scope<br>
dialogbox.cpp:22: error: 'Qt' has not been declared<br>
dialogbox.cpp:22: error: 'WordBreak' was not declared in this scope<br>
dialogbox.cpp:22: error: 'Qt' has not been declared<br>
dialogbox.cpp:22: error: 'AlignLeft' was not declared in this scope<br>
dialogbox.cpp:22: error: 'Qt' has not been declared<br>
dialogbox.cpp:22: error: 'AlignTop' was not declared in this scope<br>
dialogbox.cpp:24: error: invalid use of undefined type 'struct QVBoxLayout'<br>
dialogbox.h:8: error: forward declaration of 'struct QVBoxLayout'<br>
dialogbox.cpp:26: error: invalid use of undefined type 'struct QVBoxLayout'<br>
dialogbox.h:8: error: forward declaration of 'struct QVBoxLayout'<br>
dialogbox.cpp:28: error: 'checkbox' was not declared in this scope<br>
dialogbox.cpp:31: error: no matching function for call to 'MythCheckBox::MythCheckBox(DialogBox* const)'<br>
mythwidgets.h:290: note: candidates are: MythCheckBox::MythCheckBox()<br>
mythwidgets.h:290:
note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
MythCheckBox::MythCheckBox(const MythCheckBox&amp;)<br>
dialogbox.cpp:34: error: invalid use of undefined type 'struct QVBoxLayout'<br>
dialogbox.h:8: error: forward declaration of 'struct QVBoxLayout'<br>
dialogbox.cpp:37: error: invalid use of undefined type 'struct QButtonGroup'<br>
dialogbox.h:9: error: forward declaration of 'struct QButtonGroup'<br>
dialogbox.cpp:40: error: invalid use of undefined type 'struct QButtonGroup'<br>
dialogbox.h:9: error: forward declaration of 'struct QButtonGroup'<br>
dialogbox.cpp:41: error: expected primary-expression before 'int'<br>
dialogbox.cpp:41: error: 'clicked' was not declared in this scope<br>
dialogbox.cpp:41: error: 'SIGNAL' was not declared in this scope<br>
dialogbox.cpp:41: error: expected primary-expression before 'int'<br>
dialogbox.cpp:41: error: 'buttonPressed' was not declared in this scope<br>
dialogbox.cpp:41: error: 'SLOT' was not declared in this scope<br>
dialogbox.cpp:41: error: 'connect' was not declared in this scope<br>
dialogbox.cpp: In member function 'void DialogBox::AddButton(const QString&amp;)':<br>
dialogbox.cpp:46: error: no matching function for call to 'MythPushButton::MythPushButton(const QString&amp;, DialogBox* const)'<br>
mythwidgets.h:265: note: candidates are: MythPushButton::MythPushButton(const QString&amp;, int*, bool)<br>
mythwidgets.h:258:
note:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
MythPushButton::MythPushButton(const MythPushButton&amp;)<br>
dialogbox.cpp:48: error: invalid use of undefined type 'struct QButtonGroup'<br>
dialogbox.h:9: error: forward declaration of 'struct QButtonGroup'<br>
dialogbox.cpp:49: error: 'checkbox' was not declared in this scope<br>
dialogbox.cpp:49: error: invalid use of undefined type 'struct QButtonGroup'<br>
dialogbox.h:9: error: forward declaration of 'struct QButtonGroup'<br>
dialogbox.cpp:51: error: 'class MythPushButton' has no member named 'setFocus'<br>
dialogbox.cpp:54: error: invalid use of undefined type 'struct QButtonGroup'<br>
dialogbox.h:9: error: forward declaration of 'struct QButtonGroup'<br>
dialogbox.cpp:56: error: invalid use of undefined type 'struct QVBoxLayout'<br>
dialogbox.h:8: error: forward declaration of 'struct QVBoxLayout'<br>
dialogbox.cpp: At global scope:<br>
dialogbox.cpp:59: error: no 'void DialogBox::buttonPressed(int)' member function declared in class 'DialogBox'<br>
dialogbox.cpp: In member function 'void DialogBox::buttonPressed(int)':<br>
dialogbox.cpp:61: error: invalid use of undefined type 'struct QButtonGroup'<br>
dialogbox.h:9: error: forward declaration of 'struct QButtonGroup'<br>
dialogbox.cpp:61: error: 'checkbox' was not declared in this scope<br>
make[2]: *** [dialogbox.o] Error 1<br>
make[2]: Leaving directory `/root/mythtv-0.19/libs/libmyth'<br>
make[1]: *** [sub-libmyth-make_default-ordered] Error 2<br>
make[1]: Leaving directory `/root/mythtv-0.19/libs'<br>
make: *** [sub-libs] Error 2<br>
linux:~/mythtv-0.19 #&nbsp;&nbsp;&nbsp; <br>