[mythtv-users] Compile problems - mythepg

Rob Hillis rob at hillis.dyndns.org
Mon Sep 13 05:24:11 EDT 2004


David Brieck Jr. wrote:

>I'm trying to compile the main myth core and I'm getting these errors:
>  
>
[...]

>Any idea what I might be missing or what the problem is? 
>
>(I'm not trying to compile it with directfb support)
>  
>

If you're compiling things with -j, make sure things are compiled in the 
right order.

qmake mythtv.pro
make qmake
make -C libs/libavcodec
make -C libs/libavformat
make -C libs/libmyth
make -C libs/libmythtv
make -C libs
make

This makes sure that all dependancies are properly taken care of.



More information about the mythtv-users mailing list