Oh, you&#39;re just missing QT headers from your linux distribution.<div><br></div><div>On Ubuntu, the missing dependencies are most easily fixed like this: sudo apt-get build-dep mythtv</div><div><br></div><div>On any other system, you just have a &quot;search&quot; the package management system for the right development package like this:</div>
<div><br></div><div>$ yum search qt4-devel # or qt-devel or some other combination of qt*devel</div><div>$ apt-get search qt4-dev # or qt-dev or some other combination of qt*dev</div><div><br></div><div>And you repeat that for any other missing dependencies.</div>
<div><br></div><div><br></div><div><br><br><div class="gmail_quote">On Wed, Dec 19, 2012 at 3:24 PM, Dave Badia <span dir="ltr">&lt;<a href="mailto:dbadia@gmail.com" target="_blank">dbadia@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I tried to install this on another one of my frontends, but I get this<br>
error when I try to compile mythpianod:<br>
<br>
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_PLUGIN<br>
-DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_SQL_LIB -DQT_XML_LIB<br>
-DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB<br>
-DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I.<br>
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork<br>
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL<br>
-I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql<br>
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4<br>
-I/usr/local/include/mythtv -I/usr/local/include/mythtv/libmyth<br>
-I/usr/local/include/mythtv/libmythui<br>
-I/usr/local/include/mythtv/libmythdb -I/usr/X11R6/include -I. -o<br>
main.o main.cpp<br>
In file included from /usr/local/include/mythtv/libavutil/avutil.h:108:0,<br>
                 from /usr/local/include/mythtv/libavcodec/avcodec.h:31,<br>
                 from /usr/local/include/mythtv/audiooutputsettings.h:18,<br>
                 from /usr/local/include/mythtv/audiosettings.h:15,<br>
                 from /usr/local/include/mythtv/audiooutput.h:8,<br>
                 from mythpianod.h:39,<br>
                 from main.cpp:39:<br>
/usr/local/include/mythtv/libavutil/common.h: In function ‘int32_t<br>
av_clipl_int32_c(int64_t)’:<br>
/usr/local/include/mythtv/libavutil/common.h:168:47: error: ‘UINT64_C’<br>
was not declared in this scope<br>
make[1]: *** [main.o] Error 1<br>
<br>
<br>
the contents of /usr/local/include/mythtv/libavutil/common.h and the<br>
gcc versions match on the working and non-working machines so I&#39;m at a<br>
loss<br>
</blockquote></div><br></div>