Using Myth SVN, I get an error a compile error when I try to compile
MythMail.  I am guessing it has to do with some deprecated UI
control or something like that.  Any input on ways to resolve
would be appreciated.<br>
<br>
&lt;snip&gt;<br>
MailWindow.cpp: In constructor 'MailWindow::MailWindow(MythMainWindow*, QString, QString, const char*)':<br>
MailWindow.cpp:45: error: invalid use of undefined type 'struct GenericTree'<br>
/usr/local/include/mythtv/mythdialogs.h:40: error: forward declaration of 'struct GenericTree'<br>
MailWindow.cpp: In destructor 'virtual MailWindow::~MailWindow()':<br>
MailWindow.cpp:58: warning: possible problem detected in invocation of delete operator:<br>
MailWindow.cpp:58: warning: invalid use of undefined type 'struct GenericTree'<br>
/usr/local/include/mythtv/mythdialogs.h:40: warning: forward declaration of 'struct GenericTree'<br>
MailWindow.cpp:58: note: neither the destructor nor the class-specific
operator delete will be called, even if they are declared when the
class is defined.<br>
MailWindow.cpp:61: warning: possible problem detected in invocation of delete operator:<br>
<br>
&lt;snip&gt;<br>
<br>
MailWindow.cpp: In member function 'void MailWindow::cursorLeft()':<br>
MailWindow.cpp:203: error: invalid use of undefined type 'struct UIManagedTreeListType'<br>
/usr/local/include/mythtv/mythdialogs.h:23: error: forward declaration of 'struct UIManagedTreeListType'<br>
MailWindow.cpp: In member function 'void MailWindow::cursorRight()':<br>
MailWindow.cpp:216: error: invalid use of undefined type 'struct UIManagedTreeListType'<br>
/usr/local/include/mythtv/mythdialogs.h:23: error: forward declaration of 'struct UIManagedTreeListType'<br>
<br>
&lt;snip&gt;<br>
<br>
/usr/local/include/mythtv/mythdialogs.h:23: error: forward declaration of 'struct UIManagedTreeListType'<br>
make[1]: *** [MailWindow.o] Error 1<br>
make[1]: Leaving directory `/home/mythtv/mythtv/mythextra/mythmail/mythMail'<br>
make: *** [sub-mythMail] Error 2<br>
<br>