<br><br><div class="gmail_quote">On Tue, Dec 23, 2008 at 9:27 AM, Michael T. Dean <span dir="ltr"><<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On 12/23/2008 06:46 AM, A JM wrote:<br>
> Thanks for that Geoff that seems to have gotten me over the qt3 hump and its<br>
> no compiling w/qt4.<br>
><br>
> In conjunction with your suggestion I also deleted the Makefiles again like<br>
> Mike suggested before compiling.<br>
><br>
> *find . -name 'Makefile' -delete<br>
> ./configure --enable-xvmc --enable-opengl-vsync --enable-proc-opt<br>
> --enable-dvb --with-bindings=perl --qmake=/usr/bin/qmake-qt4<br>
> --compile-type=release<br>
> /usr/bin/qmake-qt4 <a href="http://mythtv.pro" target="_blank">mythtv.pro</a><br>
> make*<br>
><br>
> I'm seeing a different error though, any ideas guys?<br>
><br>
> gcc -c -pipe -march=athlon-xp -fomit-frame-pointer -O3 -D_ISOC99_SOURCE<br>
> -D_POSIX_C_SOURCE=200112 -fasm -std=c99 -pthread -Wall -Wno-switch<br>
> -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign<br>
> -Wcast-qual -funit-at-a-time -Wwrite-strings -fno-math-errno -w -D_REENTRANT<br>
> -DPIC -fPIC -DQT_SHARED -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64<br>
> -DPREFIX="/usr/local" -DLIBDIR="/usr/local/lib" -DHAVE_AV_CONFIG_H<br>
> -D_LARGEFILE_SOURCE -I/usr/share/qt4/mkspecs/linux-g++ -I. -I.. -I../.. -I.<br>
> -o mpeg.o mpeg.c<br>
> gcc -c -pipe -march=athlon-xp -fomit-frame-pointer -O3 -D_ISOC99_SOURCE<br>
> -D_POSIX_C_SOURCE=200112 -fasm -std=c99 -pthread -Wall -Wno-switch<br>
> -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign<br>
> -Wcast-qual -funit-at-a-time -Wwrite-strings -fno-math-errno -w -D_REENTRANT<br>
> -DPIC -fPIC -DQT_SHARED -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64<br>
> -DPREFIX="/usr/local" -DLIBDIR="/usr/local/lib" -DHAVE_AV_CONFIG_H<br>
> -D_LARGEFILE_SOURCE -I/usr/share/qt4/mkspecs/linux-g++ -I. -I.. -I../.. -I.<br>
> -o mpegts.o mpegts.c<br>
> mpegts.c:25:30: error: libmythdb/compat.h: No such file or directory<br>
> make[2]: *** [mpegts.o] Error 1<br>
> make[2]: Leaving directory `/home/mythtv/mythtv/libs/libavformat'<br>
> make[1]: *** [sub-libavformat-make_default-ordered] Error 2<br>
> make[1]: Leaving directory `/home/mythtv/mythtv/libs'<br>
> make: *** [sub-libs-make_default-ordered] Error 2<br>
<br>
</div></div>This time, you need to delete all the system libs and includes for mythtv.<br>
<br>
rm -r /usr/{,local/}lib/{libmyth*,mythtv}<br>
rm /usr/{,local/}include/mythtv<br>
<br>
Also, do you have a /really/ good reason for moving to trunk? There's<br>
/much/ to be said for running a production mythtv box on -fixes. (IMHO,<br>
the completely unfinished VDPAU is /not/ a good reason to move to<br>
trunk. As for HD-PVR, I'll let you decide.) Note that when running<br>
trunk you should sign up for and read all the messages on the mythtv-dev<br>
and mythtv-commits lists. Doing so takes quite a bit of time--I'm<br>
saying this from personal experience: I keep up with those lists (since<br>
I have a development system that doesn't record anything that I use<br>
specifically for making patches for Myth) though I run 0.21-fixes on my<br>
5 production MythTV boxes. My production systems just work. I spend a<br>
/lot/ of time and effort keeping up with the changes in trunk. So, are<br>
you looking for a DVR or for a hobby (to do instead of using the DVR)? :)<br>
<br>
Mike<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a></div></div></blockquote><div> </div></div><br>I've been running trunk for a while now... so I'm aware of the issues that lie beneath, however I am seriously thinking about fixes.. <br>
<br>I was hoping it was going to be a simple "svn update"... to get me more recent and now its just a matter of principal and learning.<br><br>I'm unfamiliar with the command line - <br><br><i><b>rm -r /usr/{,local/}lib/{libmyth*,mythtv}<br>
rm /usr/{,local/}include/mythtv</b></i><div><br>Will this check both /usr/local/lib and /usr/lib at the same time?<br><br>Thanks again for the help and hints.<br><br>AJM,<br><br> </div><br>