<br><br><div class="gmail_quote">On Mon, Dec 22, 2008 at 11:11 PM, R. G. Newbury <span dir="ltr"><<a href="mailto:newbury@mandamus.org">newbury@mandamus.org</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 class="Ih2E3d">A JM wrote:<br>
> On Mon, Dec 22, 2008 at 5:56 PM, Mark <<a href="mailto:markhsa@shaw.ca">markhsa@shaw.ca</a>> wrote:<br>
><br>
><br>
</div><div class="Ih2E3d">> Sorry yes I did.<br>
><br>
> /usr/bin/gcc<br>
><br>
</div>Are you using the correct qmake when you configure and before 'make'?<br>
If you are compiling from source you want:<br>
<br>
./configure \<br>
--prefix=/usr/local \ #of whatever, but this makes it easier to<br>
--compile-type=release \ # backup or delete the myth programs in<br>
--qmake=/usr/bin/qmake-qt4 \ # in ../bin and libs in ../lib<br>
--enable-proc-opt \<br>
<br>
Followed by (to be redundant and precise)<br>
<br>
/usr/bin/qmake-qt4 <a href="http://mythtv.pro" target="_blank">mythtv.pro</a><br>
make ....etc.<br>
<br>
And you need to ensure that (for Fedora) /usr/lib/qt4/bin *precedes*<br>
/usr/lib/qt-3.3/bin in PATH.<br>
<br>
Geoff<br>
<br></blockquote></div><br>Thanks for that Geoff that seems to have gotten me over the qt3 hump and its no compiling w/qt4. <br><br>In conjunction with your suggestion I also deleted the Makefiles again like Mike suggested before compiling.<br>
<br><i><b>find . -name 'Makefile' -delete<br>./configure --enable-xvmc --enable-opengl-vsync --enable-proc-opt --enable-dvb --with-bindings=perl --qmake=/usr/bin/qmake-qt4 --compile-type=release<br>/usr/bin/qmake-qt4 <a href="http://mythtv.pro">mythtv.pro</a><br>
make</b></i><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 -D_POSIX_C_SOURCE=200112 -fasm -std=c99 -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -funit-at-a-time -Wwrite-strings -fno-math-errno -w -D_REENTRANT -DPIC -fPIC -DQT_SHARED -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX="/usr/local" -DLIBDIR="/usr/local/lib" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/share/qt4/mkspecs/linux-g++ -I. -I.. -I../.. -I. -o mpeg.o mpeg.c<br>
gcc -c -pipe -march=athlon-xp -fomit-frame-pointer -O3 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -fasm -std=c99 -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -funit-at-a-time -Wwrite-strings -fno-math-errno -w -D_REENTRANT -DPIC -fPIC -DQT_SHARED -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX="/usr/local" -DLIBDIR="/usr/local/lib" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/share/qt4/mkspecs/linux-g++ -I. -I.. -I../.. -I. -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>