<div dir="ltr">in fedora you can use<br><br><pre>yum-builddep mythtv<br><br></pre><pre>as listed here<br><br><a href="http://www.mythtv.org/wiki/Building_RPMS_from_Source">http://www.mythtv.org/wiki/Building_RPMS_from_Source</a><br>
<br></pre><pre>Cheers,<br><br></pre><pre>Anthony<br></pre><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 27 December 2012 04:20, Michael R. Hines <span dir="ltr">&lt;<a href="mailto:michael@hinespot.com" target="_blank">michael@hinespot.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Another possibility is that you have &quot;mixed&quot; 32-bit and 64-bit<br>
development packages.<br>
<br>
I would try removing the ones that don&#39;t match your platform and<br>
including the ones that do match.<br>
<br>
Do the other mythtv plugins compile for you cleanly?<br>
<span class="HOEnZb"><font color="#888888"><br>
- Michael<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Wed, 2012-12-26 at 12:31 -0500, Michael Hines wrote:<br>
&gt; Oh, you&#39;re just missing QT headers from your linux distribution.<br>
&gt;<br>
&gt;<br>
&gt; On Ubuntu, the missing dependencies are most easily fixed like<br>
&gt; this: sudo apt-get build-dep mythtv<br>
&gt;<br>
&gt;<br>
&gt; On any other system, you just have a &quot;search&quot; the package management<br>
&gt; system for the right development package like this:<br>
&gt;<br>
&gt;<br>
&gt; $ yum search qt4-devel # or qt-devel or some other combination of<br>
&gt; qt*devel<br>
&gt; $ apt-get search qt4-dev # or qt-dev or some other combination of<br>
&gt; qt*dev<br>
&gt;<br>
&gt;<br>
&gt; And you repeat that for any other missing dependencies.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Dec 19, 2012 at 3:24 PM, Dave Badia &lt;<a href="mailto:dbadia@gmail.com">dbadia@gmail.com</a>&gt; wrote:<br>
&gt;         I tried to install this on another one of my frontends, but I<br>
&gt;         get this<br>
&gt;         error when I try to compile mythpianod:<br>
&gt;<br>
&gt;         g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG<br>
&gt;         -DQT_PLUGIN<br>
&gt;         -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_SQL_LIB -DQT_XML_LIB<br>
&gt;         -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB<br>
&gt;         -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I.<br>
&gt;         -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork<br>
&gt;         -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL<br>
&gt;         -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql<br>
&gt;         -I/usr/include/qt4/Qt3Support -I/usr/include/qt4<br>
&gt;         -I/usr/local/include/mythtv<br>
&gt;         -I/usr/local/include/mythtv/libmyth<br>
&gt;         -I/usr/local/include/mythtv/libmythui<br>
&gt;         -I/usr/local/include/mythtv/libmythdb -I/usr/X11R6/include -I.<br>
&gt;         -o<br>
&gt;         main.o main.cpp<br>
&gt;         In file included<br>
&gt;         from /usr/local/include/mythtv/libavutil/avutil.h:108:0,<br>
&gt;<br>
&gt;          from /usr/local/include/mythtv/libavcodec/avcodec.h:31,<br>
&gt;<br>
&gt;          from /usr/local/include/mythtv/audiooutputsettings.h:18,<br>
&gt;<br>
&gt;          from /usr/local/include/mythtv/audiosettings.h:15,<br>
&gt;<br>
&gt;          from /usr/local/include/mythtv/audiooutput.h:8,<br>
&gt;                          from mythpianod.h:39,<br>
&gt;                          from main.cpp:39:<br>
&gt;         /usr/local/include/mythtv/libavutil/common.h: In function<br>
&gt;         ‘int32_t<br>
&gt;         av_clipl_int32_c(int64_t)’:<br>
&gt;         /usr/local/include/mythtv/libavutil/common.h:168:47: error:<br>
&gt;         ‘UINT64_C’<br>
&gt;         was not declared in this scope<br>
&gt;         make[1]: *** [main.o] Error 1<br>
&gt;<br>
&gt;<br>
&gt;         the contents of /usr/local/include/mythtv/libavutil/common.h<br>
&gt;         and the<br>
&gt;         gcc versions match on the working and non-working machines so<br>
&gt;         I&#39;m at a<br>
&gt;         loss<br>
&gt;<br>
&gt;<br>
<br>
<br>
</div></div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br></div>