[mythtv-users] SVN - compile error - libavcodec

R. G. Newbury newbury at mandamus.org
Tue Dec 23 04:11:18 UTC 2008


A JM wrote:
> On Mon, Dec 22, 2008 at 5:56 PM, Mark <markhsa at shaw.ca> wrote:
> 
> 
> Sorry yes I did.
> 
> /usr/bin/gcc
> 
Are you using the correct qmake when you configure and before 'make'?
If you are compiling from source you want:

./configure    \
  --prefix=/usr/local        \  #of whatever, but this makes it easier to
  --compile-type=release     \  # backup or delete the myth programs in
  --qmake=/usr/bin/qmake-qt4 \  # in ../bin and libs in ../lib
  --enable-proc-opt          \

Followed by (to be redundant and precise)

/usr/bin/qmake-qt4 mythtv.pro
make ....etc.

And you need to ensure that (for Fedora) /usr/lib/qt4/bin *precedes* 
/usr/lib/qt-3.3/bin in PATH.

Geoff








More information about the mythtv-users mailing list