<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"><<a href="mailto:michael@hinespot.com" target="_blank">michael@hinespot.com</a>></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 "mixed" 32-bit and 64-bit<br>
development packages.<br>
<br>
I would try removing the ones that don'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>
> Oh, you're just missing QT headers from your linux distribution.<br>
><br>
><br>
> On Ubuntu, the missing dependencies are most easily fixed like<br>
> this: sudo apt-get build-dep mythtv<br>
><br>
><br>
> On any other system, you just have a "search" the package management<br>
> system for the right development package like this:<br>
><br>
><br>
> $ yum search qt4-devel # or qt-devel or some other combination of<br>
> qt*devel<br>
> $ apt-get search qt4-dev # or qt-dev or some other combination of<br>
> qt*dev<br>
><br>
><br>
> And you repeat that for any other missing dependencies.<br>
><br>
><br>
><br>
><br>
><br>
><br>
> On Wed, Dec 19, 2012 at 3:24 PM, Dave Badia <<a href="mailto:dbadia@gmail.com">dbadia@gmail.com</a>> wrote:<br>
> I tried to install this on another one of my frontends, but I<br>
> get this<br>
> error when I try to compile mythpianod:<br>
><br>
> g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG<br>
> -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<br>
> -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.<br>
> -o<br>
> main.o main.cpp<br>
> In file included<br>
> from /usr/local/include/mythtv/libavutil/avutil.h:108:0,<br>
><br>
> from /usr/local/include/mythtv/libavcodec/avcodec.h:31,<br>
><br>
> from /usr/local/include/mythtv/audiooutputsettings.h:18,<br>
><br>
> from /usr/local/include/mythtv/audiosettings.h:15,<br>
><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<br>
> ‘int32_t<br>
> av_clipl_int32_c(int64_t)’:<br>
> /usr/local/include/mythtv/libavutil/common.h:168:47: error:<br>
> ‘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<br>
> and the<br>
> gcc versions match on the working and non-working machines so<br>
> I'm at a<br>
> loss<br>
><br>
><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>