<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I'm trying to compile mythtv-release-0.22-fixes on a Debian box.&nbsp; I'm running into the following error.&nbsp; <br><br>I've created ticket 7572 (http://svn.mythtv.org/trac/ticket/7573) to match.<br><br>The first portion of the error is: <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mythmainwindow_internal.h:10:21: error: QGLWidget: No such file or directory<br><br>QT4.4 is installed.&nbsp; I used no configure or make flags.<br><br>I notice that the problematic file contains these lines that are commented out:<br>mythmainwindow_internal.h: #include &lt;QWidget&gt;<br>mythmainwindow_internal.h: #include &lt;QGLWidget&gt;<br><br>Any ideas?&nbsp; Thanks for your help!<br><br><div><div><div><div><span style="font-style: italic;">make[2]: Leaving directory `/mnt1/mythtv-release-0.22-fixes/mythtv/libs/libmythnvctrl'</span><br style="font-style: italic;"><span
 style="font-style: italic;">cd libmythui/ &amp;&amp; make -f Makefile </span><br style="font-style: italic;"><span style="font-style: italic;">make[2]: Entering directory `/mnt1/mythtv-release-0.22-fixes/mythtv/libs/libmythui'</span><br style="font-style: italic;"><span style="font-style: italic;">g++ -c -pipe -march=pentiumpro -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/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -D_REENTRANT -D_REENTRANT -DPIC -fPIC -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DUSING_VDPAU -DUSING_X11 -DUSE_JOYSTICK_MENU -DUSE_LIRC -DUSING_XRANDR -DUSE_OPENGL_PAINTER -DUSING_QTWEBKIT -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_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/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -I/usr/include -I/usr/local -I../libmythdb -I../.. -I.. -I/usr/X11R6/include -I. -I. -o mythmainwindow.o mythmainwindow.cpp</span><br style="font-style: italic;"><span style="font-style: italic;">In file included from mythmainwindow.cpp:3:</span><br style="font-style: italic;"><span style="font-style: italic;">mythmainwindow_internal.h:10:21: error: QGLWidget: No such file or directory</span><br style="font-style: italic;"><span style="font-style: italic;">In file included from mythmainwindow.cpp:3:</span><br style="font-style: italic;"><span style="font-style:
 italic;">mythmainwindow_internal.h:13: error: expected class-name before ‘{’ token</span><br style="font-style: italic;"><span style="font-style: italic;">mythmainwindow_internal.h:29: error: expected class-name before ‘{’ token</span><br style="font-style: italic;"><span style="font-style: italic;">mythmainwindow.cpp: In constructor ‘MythPainterWindowGL::MythPainterWindowGL(MythMainWindow*, MythMainWindowPrivate*)’:</span><br style="font-style: italic;"><span style="font-style: italic;">mythmainwindow.cpp:253: error: class ‘MythPainterWindowGL’ does not have any field named ‘QGLWidget’</span><br style="font-style: italic;"><span style="font-style: italic;">mythmainwindow.cpp:256: error: ‘setAutoBufferSwap’ was not declared in this scope</span><br style="font-style: italic;"><span style="font-style: italic;">mythmainwindow.cpp: In constructor ‘MythPainterWindowVDPAU::MythPainterWindowVDPAU(MythMainWindow*,
 MythMainWindowPrivate*)’:</span><br style="font-style: italic;"><span style="font-style: italic;">mythmainwindow.cpp:269: error: class ‘MythPainterWindowVDPAU’ does not have any field named ‘QGLWidget’</span><br style="font-style: italic;"><span style="font-style: italic;">mythmainwindow.cpp:272: error: ‘setAutoBufferSwap’ was not declared in this scope</span><br style="font-style: italic;"><span style="font-style: italic;">mythmainwindow.cpp: In member function ‘void MythMainWindow::Init()’:</span><br style="font-style: italic;"><span style="font-style: italic;">mythmainwindow.cpp:866: error: cannot convert ‘MythPainterWindowGL*’ to ‘QWidget*’ in assignment</span><br style="font-style: italic;"><span style="font-style: italic;">mythmainwindow.cpp:875: error: cannot convert ‘MythPainterWindowVDPAU*’ to ‘QWidget*’ in assignment</span><br style="font-style: italic;"><span style="font-style: italic;">mythmainwindow.cpp: In
 member function ‘virtual bool MythMainWindow::eventFilter(QObject*, QEvent*)’:</span><br style="font-style: italic;"><span style="font-style: italic;">mythmainwindow.cpp:1517: warning: unused variable ‘clicked’</span><br style="font-style: italic;"><span style="font-style: italic;">make[2]: *** [mythmainwindow.o] Error 1</span><br style="font-style: italic;"><span style="font-style: italic;">make[2]: Leaving directory `/mnt1/mythtv-release-0.22-fixes/mythtv/libs/libmythui'</span><br style="font-style: italic;"><span style="font-style: italic;">make[1]: *** [sub-libmythui-make_default] Error 2</span><br style="font-style: italic;"><span style="font-style: italic;">make[1]: Leaving directory `/mnt1/mythtv-release-0.22-fixes/mythtv/libs'</span><br style="font-style: italic;"><span style="font-style: italic;">make: *** [sub-libs-make_default-ordered] Error 2</span><br style="font-style: italic;"><br></div></div></div></div></td></tr></table>